101template<
class BasicTurbulenceModel>
104 public kOmegaSST<BasicTurbulenceModel>
109 kOmegaSSTSAS(
const kOmegaSSTSAS&) =
delete;
112 void operator=(
const kOmegaSSTSAS&) =
delete;
147 typedef typename BasicTurbulenceModel::alphaField
alphaField;
148 typedef typename BasicTurbulenceModel::rhoField
rhoField;
149 typedef typename BasicTurbulenceModel::transportModel
transportModel;
DimensionedField< scalar, volMesh > Internal
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
kOmegaSSTSAS(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 ~kOmegaSSTSAS()=default
Destructor.
dimensionedScalar sigmaPhi_
autoPtr< Foam::LESdelta > delta_
TypeName("kOmegaSSTSAS")
Runtime type information.
virtual tmp< fvScalarMatrix > Qsas(const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
SAS omega source.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
const volScalarField & delta() const
Access function to filter width.
virtual bool read()
Re-read model coefficients if they have changed.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
tmp< volScalarField::Internal > gamma(const volScalarField::Internal &F1) const
tmp< volScalarField::Internal > beta(const volScalarField::Internal &F1) const
virtual tmp< volScalarField > S2(const volTensorField &gradU) const
Return square of strain rate.
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.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.