98#ifndef kEpsilonPhitF_H
99#define kEpsilonPhitF_H
115template<
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;
260 tfld.ref() += this->
nu();
The k-epsilon-phit-f turbulence closure model for incompressible and compressible flows.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
TypeName("kEpsilonPhitF")
Runtime type information.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
dimensionedScalar sigmaEps_
dimensionedScalar sigmaPhit_
tmp< volScalarField > DphitEff() const
Return the effective diffusivity for phit (LUU:Eq. 17).
kEpsilonPhitF(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.
virtual void correct()
Solve the transport equations and correct the turbulent viscosity.
dimensionedScalar phitMin_
dimensionedScalar Ceps1b_
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon (LUU:Eq. 4).
virtual ~kEpsilonPhitF()=default
Destructor.
dimensionedScalar Ceps1a_
tmp< volScalarField > Ts() const
Return the turbulent time scale, T.
virtual void correctNut()
Update nut with the latest available k, phit, and T.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual tmp< volScalarField > f() const
Return the elliptic relaxation factor field.
dimensionedScalar sigmaK_
virtual tmp< volScalarField > phit() const
Return the normalised wall-normal fluctuating velocity scale field.
tmp< volScalarField > Ls() const
Return the turbulent length scale, L.
virtual tmp< volScalarField > k() const
Return the turbulent kinetic energy field.
virtual tmp< volScalarField > epsilon() const
Return the turbulent kinetic energy dissipation rate field.
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k (LUU:Eq. 3).
dimensionedScalar Ceps1c_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
eddyViscosity(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.