78 #ifndef kOmegaSSTSAS_H 79 #define kOmegaSSTSAS_H 95 template<
class BasicMomentumTransportModel>
98 public kOmegaSST<BasicMomentumTransportModel>
132 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
133 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
145 const alphaField&
alpha,
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
autoPtr< Foam::LESdelta > delta_
Run-time selectable delta model.
DimensionedField< scalar, volMesh > Internal
Type of the internal field from which this GeometricField is derived.
BasicMomentumTransportModel::rhoField rhoField
A class for handling words, derived from string.
tmp< volScalarField::Internal > beta(const volScalarField::Internal &F1) const
dimensionedScalar sigmaPhi_
Specialisation for RAS of the generic kOmegaSSTBase base class. For more information, see Description of kOmegaSSTBase.H.
tmp< volScalarField::Internal > gamma(const volScalarField::Internal &F1) const
Abstract base class for all fluid physical properties.
BasicMomentumTransportModel::alphaField alphaField
void operator=(const kOmegaSSTSAS &)=delete
Disallow default bitwise assignment.
virtual bool read()
Re-read model coefficients if they have changed.
virtual tmp< fvScalarMatrix > Qsas(const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
SAS omega source.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class for managing temporary objects.
virtual ~kOmegaSSTSAS()
Destructor.
TypeName("kOmegaSSTSAS")
Runtime type information.
const volScalarField & delta() const
Access function to filter width.
kOmegaSSTSAS(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
Scale-adaptive URAS model based on the k-omega-SST RAS model.