74template<
class BasicTurbulenceModel>
100 return this->
nu() + nuM_;
106 typedef typename BasicTurbulenceModel::alphaField
alphaField;
107 typedef typename BasicTurbulenceModel::rhoField
rhoField;
108 typedef typename BasicTurbulenceModel::transportModel
transportModel;
laminarModel(const laminarModel &)=delete
No copy construct.
volSymmTensorField sigma_
Foam::fluidThermoCompressibleTurbulenceModel::alphaField alphaField
virtual tmp< fvVectorMatrix > divDevRhoReff(const volScalarField &rho, volVectorField &U) const
Return the source term for the momentum equation.
Foam::fluidThermoCompressibleTurbulenceModel::rhoField rhoField
dimensionedScalar lambda_
TypeName("Maxwell")
Runtime type information.
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and related properties.
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor.
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
virtual tmp< volSymmTensorField > devRhoReff(const volVectorField &U) const
Return the effective stress tensor based on a given velocity field.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
Foam::fluidThermoCompressibleTurbulenceModel::transportModel transportModel
virtual ~Maxwell()=default
Destructor.
tmp< volScalarField > nu0() const
Return the turbulence viscosity.
Maxwell(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
virtual bool read()
Read model coefficients if they have changed.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.