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

@ -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"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //