65#ifndef kEpsilonLopesdaCosta_H
66#define kEpsilonLopesdaCosta_H
83template<
class BasicTurbulenceModel>
157 typedef typename BasicTurbulenceModel::alphaField
alphaField;
158 typedef typename BasicTurbulenceModel::rhoField
rhoField;
159 typedef typename BasicTurbulenceModel::transportModel
transportModel;
199 (this->
nut_/sigmak_ + this->
nu())
212 (this->
nut_/sigmaEps_ + this->
nu())
Graphite solid properties.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Variant of the standard k-epsilon turbulence model with additional source terms to handle the changes...
BasicTurbulenceModel::alphaField alphaField
volScalarField::Internal C1_
volScalarField::Internal C5_
BasicTurbulenceModel::rhoField rhoField
virtual tmp< fvScalarMatrix > kSource(const volScalarField::Internal &magU, const volScalarField::Internal &magU3) const
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()
BasicTurbulenceModel::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.
Eddy viscosity turbulence model base class.
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.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.