65#ifndef kEpsilonLopesdaCosta_H
66#define kEpsilonLopesdaCosta_H
83template<
class BasicTurbulenceModel>
84class kEpsilonLopesdaCosta
91 kEpsilonLopesdaCosta(
const kEpsilonLopesdaCosta&) =
delete;
94 void operator=(
const kEpsilonLopesdaCosta&) =
delete;
157 typedef typename BasicTurbulenceModel::alphaField
alphaField;
158 typedef typename BasicTurbulenceModel::rhoField
rhoField;
159 typedef typename BasicTurbulenceModel::transportModel
transportModel;
212 (this->
nut_/sigmaEps_ + this->
nu())
Graphite solid properties.
DimensionedField< scalar, volMesh > Internal
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
volScalarField::Internal C1_
volScalarField::Internal C5_
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< fvScalarMatrix > kSource(const volScalarField::Internal &magU, const volScalarField::Internal &magU3) const
kEpsilonLopesdaCosta(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 turbulence equations and correct the turbulence viscosity.
void setCdSigma(volScalarField::Internal &C, const porosityModels::powerLawLopesdaCosta &pm)
volScalarField::Internal betad_
volScalarField::Internal betap_
TypeName("kEpsilonLopesdaCosta")
Runtime type information.
volScalarField::Internal C4_
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
void setPorosityCoefficients()
volScalarField::Internal CdSigma_
virtual ~kEpsilonLopesdaCosta()=default
Destructor.
volScalarField::Internal C2_
virtual void correctNut()
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual tmp< fvScalarMatrix > epsilonSource(const volScalarField::Internal &magU, const volScalarField::Internal &magU3) const
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
void setPorosityCoefficient(volScalarField::Internal &C, const porosityModels::powerLawLopesdaCosta &pm)
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
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)
Variant of the power law porosity model with spatially varying drag coefficient.
A class for managing temporary objects.
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")
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.