Go to the documentation of this file.
57 #ifndef continuousGasKEqn_H
58 #define continuousGasKEqn_H
73 template<
class BasicTurbulenceModel>
76 public kEqn<BasicTurbulenceModel>
110 typedef typename BasicTurbulenceModel::alphaField
alphaField;
111 typedef typename BasicTurbulenceModel::rhoField
rhoField;
112 typedef typename BasicTurbulenceModel::transportModel
transportModel;
BasicTurbulenceModel::alphaField alphaField
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< fvScalarMatrix > kSource() const
virtual ~continuousGasKEqn()
Destructor.
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual bool read()
Read model coefficients if they have changed.
One-equation SGS model for the gas-phase in a two-phase system supporting phase-inversion.
One equation eddy-viscosity model.
tmp< volScalarField > phaseTransferCoeff() const
const turbulenceModel & liquidTurbulence() const
Return the turbulence model for the liquid phase.
TypeName("continuousGasKEqn")
Runtime type information.
Abstract base class for turbulence models (RAS, LES and laminar).
Generic dimensioned Type class.
continuousGasKEqn(const continuousGasKEqn &)
BasicTurbulenceModel::rhoField rhoField
BasicTurbulenceModel::transportModel transportModel
dimensionedScalar alphaInversion_
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
continuousGasKEqn & operator=(const continuousGasKEqn &)
const turbulenceModel * liquidTurbulencePtr_