54 #ifndef continuousGasKEqn_H 55 #define continuousGasKEqn_H 70 template<
class BasicTurbulenceModel>
73 public kEqn<BasicTurbulenceModel>
107 typedef typename BasicTurbulenceModel::alphaField
alphaField;
108 typedef typename BasicTurbulenceModel::rhoField
rhoField;
109 typedef typename BasicTurbulenceModel::transportModel
transportModel;
121 const alphaField&
alpha,
126 const transportModel& transport,
Abstract base class for turbulence models (RAS, LES and laminar).
One equation eddy-viscosity model.
const turbulenceModel & liquidTurbulence() const
Return the turbulence model for the liquid phase.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
BasicTurbulenceModel::alphaField alphaField
virtual tmp< fvScalarMatrix > kSource() const
tmp< volScalarField > phaseTransferCoeff() const
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.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
TypeName("continuousGasKEqn")
Runtime type information.
BasicTurbulenceModel::transportModel transportModel
virtual ~continuousGasKEqn()
Destructor.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
dimensionedScalar alphaInversion_
BasicTurbulenceModel::rhoField rhoField