Go to the documentation of this file.
66 #ifndef mixtureKEpsilon_H
67 #define mixtureKEpsilon_H
83 template<
class BasicTurbulenceModel>
200 typedef typename BasicTurbulenceModel::alphaField
alphaField;
201 typedef typename BasicTurbulenceModel::rhoField
rhoField;
202 typedef typename BasicTurbulenceModel::transportModel
transportModel;
tmp< surfaceScalarField > mixFlux(const surfaceScalarField &fc, const surfaceScalarField &fd) const
tmp< volScalarField > mix(const volScalarField &fc, const volScalarField &fd) const
mixtureKEpsilon & operator=(const mixtureKEpsilon &)
BasicTurbulenceModel::rhoField rhoField
tmp< volScalarField > mixU(const volScalarField &fc, const volScalarField &fd) const
A class for handling words, derived from string.
autoPtr< volScalarField > km_
A class for managing temporary objects.
void correctInletOutlet(volScalarField &vsf, const volScalarField &refVsf) const
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
wordList epsilonBoundaryTypes(const volScalarField &epsilon) const
tmp< volScalarField > bubbleG() const
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual void correctNut()
BasicTurbulenceModel::transportModel transportModel
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< volScalarField > rhom() const
autoPtr< volScalarField > epsilonm_
mixtureKEpsilon< BasicTurbulenceModel > & liquidTurbulence() const
Return the turbulence model for the other phase.
Mixture k-epsilon turbulence model for two-phase gas-liquid systems.
autoPtr< volScalarField > Ct2_
virtual ~mixtureKEpsilon()
Destructor.
tmp< volScalarField > rholEff() const
dimensionedScalar sigmak_
tmp< volScalarField > DepsilonEff(const volScalarField &nutm) const
Return the effective diffusivity for epsilon.
Generic dimensioned Type class.
tmp< volScalarField > Ct2() const
autoPtr< volScalarField > rhom_
mixtureKEpsilon< BasicTurbulenceModel > * liquidTurbulencePtr_
virtual bool read()
Re-read model coefficients if they have changed.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
tmp< volScalarField > rhogEff() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
tmp< volScalarField > DkEff(const volScalarField &nutm) const
Return the effective diffusivity for k.
virtual tmp< fvScalarMatrix > kSource() const
Eddy viscosity turbulence model base class.
BasicTurbulenceModel::alphaField alphaField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensionedScalar sigmaEps_
TypeName("mixtureKEpsilon")
Runtime type information.
mixtureKEpsilon(const mixtureKEpsilon &)