129template<
class BasicTurbulenceModel>
132 public kOmegaSSTBase<eddyViscosity<RASModel<BasicTurbulenceModel>>>
137 kOmegaSST(
const kOmegaSST&) =
delete;
140 void operator=(
const kOmegaSST&) =
delete;
153 typedef typename BasicTurbulenceModel::alphaField
alphaField;
154 typedef typename BasicTurbulenceModel::rhoField
rhoField;
155 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
TypeName("kOmegaSST")
Runtime type information.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual void correctNut(const volScalarField &S2)
virtual ~kOmegaSST()=default
Destructor.
virtual void correctNut()
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
kOmegaSST(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.
kOmegaSSTBase(const kOmegaSSTBase &)=delete
virtual tmp< volScalarField > S2(const volTensorField &gradU) const
Return square of strain rate.
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")
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.