mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency update
This commit is contained in:
@ -33,7 +33,7 @@ Description
|
||||
|
||||
#include "fvCFD.H"
|
||||
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
|
||||
#include "incompressible/turbulenceModel/turbulenceModel.H"
|
||||
#include "incompressible/RASmodel/RASmodel.H"
|
||||
#include "MRFZones.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -36,9 +36,9 @@
|
||||
|
||||
singlePhaseTransportModel laminarTransport(U, phi);
|
||||
|
||||
autoPtr<incompressible::turbulenceModel> turbulence
|
||||
autoPtr<incompressible::RASmodel> turbulence
|
||||
(
|
||||
incompressible::turbulenceModel::New(U, phi, laminarTransport)
|
||||
incompressible::RASmodel::New(U, phi, laminarTransport)
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel LaunderSharmaKE;
|
||||
RASmodel LaunderSharmaKE;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel LaunderSharmaKE;
|
||||
RASmodel LaunderSharmaKE;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Turbulence model selection
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
// Do you wish to calculate turbulence?
|
||||
turbulence on;
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel laminar;
|
||||
RASmodel laminar;
|
||||
|
||||
turbulence off;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,8 +22,8 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// turbulenceModel kEpsilon;
|
||||
turbulenceModel laminar;
|
||||
// RASmodel kEpsilon;
|
||||
RASmodel laminar;
|
||||
|
||||
turbulence off;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
turbulence on;
|
||||
|
||||
laminarCoeffs
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
turbulence on;
|
||||
|
||||
laminarCoeffs
|
||||
|
||||
@ -24,7 +24,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Turbulence model selection
|
||||
turbulenceModel kOmegaSST; //kEpsilon;
|
||||
RASmodel kOmegaSST; //kEpsilon;
|
||||
|
||||
// Do you wish to calculate turbulence?
|
||||
turbulence on;
|
||||
|
||||
@ -41,9 +41,9 @@
|
||||
|
||||
|
||||
Info<< "Creating turbulence model\n" << endl;
|
||||
autoPtr<compressible::turbulenceModel> turbulence
|
||||
autoPtr<compressible::RASmodel> turbulence
|
||||
(
|
||||
compressible::turbulenceModel::New
|
||||
compressible::RASmodel::New
|
||||
(
|
||||
rho,
|
||||
U,
|
||||
|
||||
@ -32,7 +32,7 @@ Description
|
||||
|
||||
#include "fvCFD.H"
|
||||
#include "basicThermo.H"
|
||||
#include "compressible/turbulenceModel/turbulenceModel.H"
|
||||
#include "compressible/RASmodel/RASmodel.H"
|
||||
|
||||
#include "basicThermoCloud.H"
|
||||
#include "basicKinematicCloud.H"
|
||||
|
||||
@ -24,7 +24,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Turbulence model selection
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
// Do you wish to calculate turbulence?
|
||||
turbulence on;
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kOmegaSST;
|
||||
RASmodel kOmegaSST;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@
|
||||
|
||||
singlePhaseTransportModel laminarTransport(Urel, phi);
|
||||
|
||||
autoPtr<incompressible::turbulenceModel> turbulence
|
||||
autoPtr<incompressible::RASmodel> turbulence
|
||||
(
|
||||
incompressible::turbulenceModel::New(Urel, phi, laminarTransport)
|
||||
incompressible::RASmodel::New(Urel, phi, laminarTransport)
|
||||
);
|
||||
|
||||
Info<< "Creating SRF model\n" << endl;
|
||||
|
||||
@ -33,7 +33,7 @@ Description
|
||||
|
||||
#include "fvCFD.H"
|
||||
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
|
||||
#include "incompressible/turbulenceModel/turbulenceModel.H"
|
||||
#include "incompressible/RASmodel/RASmodel.H"
|
||||
#include "SRFModel.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel LaunderSharmaKE;
|
||||
RASmodel LaunderSharmaKE;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ FoamFile
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
turbulenceModel kEpsilon;
|
||||
RASmodel kEpsilon;
|
||||
|
||||
turbulence off;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user