49 template<
class BasicTurbulenceModel>
52 public BasicTurbulenceModel
100 typedef typename BasicTurbulenceModel::alphaField
alphaField;
101 typedef typename BasicTurbulenceModel::rhoField
rhoField;
102 typedef typename BasicTurbulenceModel::transportModel
transportModel;
117 const alphaField&
alpha,
122 const transportModel& transport,
123 const word& propertiesName
125 (alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName)
135 const alphaField& alpha,
140 const transportModel& transport,
141 const word& propertiesName
150 const alphaField& alpha,
155 const transportModel& transport,
224 this->
nut() + this->
nu()
232 return this->
nut(patchi) + this->
nu(patchi);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensionedScalar kMin_
Lower limit of k.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dictionary RASDict_
RAS coefficients dictionary.
BasicTurbulenceModel::rhoField rhoField
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
declareRunTimeSelectionTable(autoPtr, RASModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName))
virtual bool read()
Read model coefficients if they have changed.
BasicTurbulenceModel::transportModel transportModel
virtual ~RASModel()
Destructor.
Templated abstract base class for RAS turbulence models.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dictionary coeffDict_
Model coefficients dictionary.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
const dimensionedScalar & kMin() const
Return the lower allowable limit for k (default: small)
virtual void printCoeffs(const word &type)
Print model coefficients.
dimensionedScalar omegaMin_
Lower limit for omega.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
TypeName("RAS")
Runtime type information.
static autoPtr< RASModel > New(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected RAS model.
const dimensionedScalar & epsilonMin() const
Return the lower allowable limit for epsilon (default: small)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Switch printCoeffs_
Flag to print the model coeffs at run-time.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar epsilonMin_
Lower limit of epsilon.
const dimensionedScalar & omegaMin() const
Return the lower allowable limit for omega (default: small)
BasicTurbulenceModel::alphaField alphaField
Switch turbulence_
Turbulence on/off flag.