Go to the documentation of this file.
104 #ifndef kOmegaSSTSato_H
105 #define kOmegaSSTSato_H
120 template<
class BasicTurbulenceModel>
129 typename BasicTurbulenceModel::transportModel
138 typename BasicTurbulenceModel::transportModel
162 typedef typename BasicTurbulenceModel::alphaField
alphaField;
163 typedef typename BasicTurbulenceModel::rhoField
rhoField;
164 typedef typename BasicTurbulenceModel::transportModel
transportModel;
kOmegaSSTSato & operator=(const kOmegaSSTSato &)
BasicTurbulenceModel::rhoField rhoField
A class for handling words, derived from string.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows.
Templated abstract base class for multiphase compressible turbulence models.
kOmegaSSTSato(const kOmegaSSTSato &)
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual bool read()
Read model coefficients if they have changed.
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::transportModel transportModel
Generic dimensioned Type class.
Implementation of the k-omega-SST turbulence model for dispersed bubbly flows with Sato (1981) bubble...
virtual void correctNut()
BasicTurbulenceModel::alphaField alphaField
const PhaseCompressibleTurbulenceModel< typename BasicTurbulenceModel::transportModel > & gasTurbulence() const
Return the turbulence model for the gas phase.
const PhaseCompressibleTurbulenceModel< typename BasicTurbulenceModel::transportModel > * gasTurbulencePtr_
TypeName("kOmegaSSTSato")
Runtime type information.
virtual ~kOmegaSSTSato()
Destructor.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.