consistency updates

This commit is contained in:
andy
2008-06-20 11:22:33 +01:00
parent 8a9d032020
commit 56fd8890d5
314 changed files with 1519 additions and 1455 deletions

View File

@ -33,7 +33,7 @@ Description
#include "fvCFD.H"
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "incompressible/RASmodel/RASmodel.H"
#include "incompressible/RASModel/RASModel.H"
#include "MRFZones.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -36,9 +36,9 @@
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::RASmodel> turbulence
autoPtr<incompressible::RASModel> turbulence
(
incompressible::RASmodel::New(U, phi, laminarTransport)
incompressible::RASModel::New(U, phi, laminarTransport)
);

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel LaunderSharmaKE;
RASModel LaunderSharmaKE;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
delta cubeRootVol;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
delta cubeRootVol;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel LaunderSharmaKE;
RASModel LaunderSharmaKE;
turbulence on;

View File

@ -18,13 +18,13 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
RASmodel kEpsilon;
RASModel kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel laminar;
RASModel laminar;
turbulence off;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
printCoeffs on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
printCoeffs on;

View File

@ -10,13 +10,13 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object turbulenceProperties;
object RASProperties;
location "constant";
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,7 +17,7 @@ FoamFile
local "";
class dictionary;
object transportProperties;
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -17,7 +17,7 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -17,13 +17,13 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// RASmodel kEpsilon;
RASmodel laminar;
// RASModel kEpsilon;
RASModel laminar;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
delta smooth;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
delta cubeRootVol;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object LESProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
LESmodel oneEqEddy;
LESModel oneEqEddy;
delta cubeRootVol;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -11,12 +11,12 @@ FoamFile
format ascii;
class dictionary;
location constant;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -11,12 +11,12 @@ FoamFile
format ascii;
class dictionary;
location constant;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -18,13 +18,13 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
RASmodel kOmegaSST; //kEpsilon;
RASModel kOmegaSST; //kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;

View File

@ -41,9 +41,9 @@
Info<< "Creating turbulence model\n" << endl;
autoPtr<compressible::RASmodel> turbulence
autoPtr<compressible::RASModel> turbulence
(
compressible::RASmodel::New
compressible::RASModel::New
(
rho,
U,

View File

@ -32,7 +32,7 @@ Description
#include "fvCFD.H"
#include "basicThermo.H"
#include "compressible/RASmodel/RASmodel.H"
#include "compressible/RASModel/RASModel.H"
#include "basicThermoCloud.H"
#include "basicKinematicCloud.H"

View File

@ -18,13 +18,13 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
RASmodel kEpsilon;
RASModel kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kOmegaSST;
RASModel kOmegaSST;
turbulence on;

View File

@ -46,9 +46,9 @@
singlePhaseTransportModel laminarTransport(Urel, phi);
autoPtr<incompressible::RASmodel> turbulence
autoPtr<incompressible::RASModel> turbulence
(
incompressible::RASmodel::New(Urel, phi, laminarTransport)
incompressible::RASModel::New(Urel, phi, laminarTransport)
);
Info<< "Creating SRF model\n" << endl;

View File

@ -33,7 +33,7 @@ Description
#include "fvCFD.H"
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "incompressible/RASmodel/RASmodel.H"
#include "incompressible/RASModel/RASModel.H"
#include "SRFModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel LaunderSharmaKE;
turbulence on;

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel LaunderSharmaKE;
RASModel kEpsilon;
turbulence on;

View File

@ -17,7 +17,7 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -19,7 +19,7 @@ FoamFile
note "turbulenceProperties for Foam";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -19,7 +19,7 @@ FoamFile
note "turbulenceProperties for Foam";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -17,12 +17,12 @@ FoamFile
local "";
class dictionary;
object turbulenceProperties;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASmodel kEpsilon;
RASModel kEpsilon;
turbulence off;