57 template<
class BasicTurbulenceModel>
62 eddyViscosity<RASModel<BasicTurbulenceModel>>,
69 typedef typename BasicTurbulenceModel::alphaField
alphaField;
70 typedef typename BasicTurbulenceModel::rhoField
rhoField;
71 typedef typename BasicTurbulenceModel::transportModel
transportModel;
83 const alphaField&
alpha,
88 const transportModel& transport,
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::rhoField rhoField
TypeName("kOmegaSST")
Runtime type information.
virtual ~kOmegaSST()
Destructor.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows...
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
Specialisation for RAS of the generic kOmegaSSTBase base class. For more information, see Description of kOmegaSSTBase.H.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
kOmegaSST(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.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
BasicTurbulenceModel::alphaField alphaField