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;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
Scale-adaptive URAS model based on the k-omega-SST RAS model.
BasicMomentumTransportModel::alphaField alphaField
dimensionedScalar sigmaPhi_
autoPtr< Foam::LESdelta > delta_
Run-time selectable delta model.
TypeName("kOmegaSSTSAS")
Runtime type information.
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.
virtual tmp< fvScalarMatrix > Qsas(const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
SAS omega source.
void operator=(const kOmegaSSTSAS &)=delete
Disallow default bitwise assignment.
virtual ~kOmegaSSTSAS()
Destructor.
const volScalarField & delta() const
Access function to filter width.
virtual bool read()
Re-read model coefficients if they have changed.
BasicMomentumTransportModel::rhoField rhoField
Specialisation for RAS of the generic kOmegaSSTBase base class. For more information,...
tmp< volScalarField::Internal > gamma(const volScalarField::Internal &F1) const
tmp< volScalarField::Internal > beta(const volScalarField::Internal &F1) const
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.