Go to the documentation of this file.
81 #ifndef kOmegaSSTSAS_H
82 #define kOmegaSSTSAS_H
98 template<
class BasicTurbulenceModel>
142 typedef typename BasicTurbulenceModel::alphaField
alphaField;
143 typedef typename BasicTurbulenceModel::rhoField
rhoField;
144 typedef typename BasicTurbulenceModel::transportModel
transportModel;
autoPtr< Foam::LESdelta > delta_
Run-time selectable delta model.
A class for handling words, derived from string.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
tmp< volScalarField > beta(const volScalarField &F1) const
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< fvScalarMatrix > Qsas(const volScalarField &S2, const volScalarField &gamma, const volScalarField &beta) const
SAS omega source.
virtual bool read()
Re-read model coefficients if they have changed.
BasicTurbulenceModel::alphaField alphaField
Scale-adaptive URAS model based on the k-omega-SST RAS model.
BasicTurbulenceModel::rhoField rhoField
virtual ~kOmegaSSTSAS()
Destructor.
BasicTurbulenceModel::rhoField rhoField
BasicTurbulenceModel::transportModel transportModel
kOmegaSSTSAS(const kOmegaSSTSAS &)
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
kOmegaSSTSAS & operator=(const kOmegaSSTSAS &)
dimensionedScalar sigmaPhi_
TypeName("kOmegaSSTSAS")
Runtime type information.
const volScalarField & delta() const
Access function to filter width.
tmp< volScalarField > gamma(const volScalarField &F1) const
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.