88#ifndef Foam_RASModels_EBRSM_H
89#define Foam_RASModels_EBRSM_H
105template<
class BasicTurbulenceModel>
112 Switch simpleGradientDiffusion_;
180 EBRSM(
const EBRSM&) =
delete;
183 void operator=(
const EBRSM&) =
delete;
188 typedef typename BasicTurbulenceModel::alphaField
alphaField;
189 typedef typename BasicTurbulenceModel::rhoField
rhoField;
190 typedef typename BasicTurbulenceModel::transportModel
transportModel;
214 virtual ~EBRSM() =
default;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
EBRSM(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 void correct()
Solve the transport equations and correct the turbulent viscosity.
virtual ~EBRSM()=default
Destructor.
TypeName("EBRSM")
Runtime type information.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual bool read()
Re-read model coefficients if they have changed.
virtual void correctNut()=0
ReynoldsStress(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionedScalar & D
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.