Go to the documentation of this file.
98 #ifndef kEpsilonPhitF_H
99 #define kEpsilonPhitF_H
115 template<
class BasicTurbulenceModel>
118 public eddyViscosity<RASModel<BasicTurbulenceModel>>
123 kEpsilonPhitF(
const kEpsilonPhitF&) =
delete;
126 void operator=(
const kEpsilonPhitF&) =
delete;
192 typedef typename BasicTurbulenceModel::alphaField
alphaField;
193 typedef typename BasicTurbulenceModel::rhoField
rhoField;
194 typedef typename BasicTurbulenceModel::transportModel
transportModel;
234 this->
nut_/sigmaK_ + this->
nu()
247 this->
nut_/sigmaEps_ + this->
nu()
260 tfld.ref() += this->
nu();
dimensionedScalar sigmaK_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from Foam::string.
tmp< volScalarField > DepsilonEff() const
A class for managing temporary objects.
BasicTurbulenceModel::alphaField alphaField
const dimensionedScalar alpha
static const word propertiesName
dimensionedScalar sigmaEps_
BasicTurbulenceModel::rhoField rhoField
tmp< volScalarField > Ls() const
BasicTurbulenceModel::transportModel transportModel
virtual void correctNut()
virtual tmp< volScalarField > phit() const
TypeName("kEpsilonPhitF")
dimensionedScalar Ceps1b_
dimensionedScalar phitMin_
Generic dimensioned Type class.
virtual tmp< volScalarField > epsilon() const
dimensionedScalar sigmaPhit_
dimensionedScalar Ceps1a_
tmp< volScalarField > DphitEff() const
tmp< volScalarField > DkEff() const
virtual tmp< volScalarField > k() const
fileName::Type type(const fileName &name, const bool followLink=true)
static tmp< T > New(Args &&... args)
Eddy viscosity turbulence model base class.
virtual ~kEpsilonPhitF()=default
Generic GeometricField class.
dimensionedScalar Ceps1c_
The k-epsilon-phit-f turbulence closure model for incompressible and compressible flows.
virtual tmp< volScalarField > f() const
tmp< volScalarField > Ts() const