Go to the documentation of this file.
65 #ifndef kEpsilonLopesdaCosta_H
66 #define kEpsilonLopesdaCosta_H
83 template<
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())
volScalarField::Internal CdSigma_
A class for handling words, derived from Foam::string.
volScalarField::Internal betap_
A class for managing temporary objects.
const dimensionedScalar alpha
Variant of the standard k-epsilon turbulence model with additional source terms to handle the changes...
volScalarField::Internal C4_
static const word propertiesName
void setCdSigma(volScalarField::Internal &C, const porosityModels::powerLawLopesdaCosta &pm)
BasicTurbulenceModel::transportModel transportModel
volScalarField::Internal C1_
virtual tmp< fvScalarMatrix > epsilonSource(const volScalarField::Internal &magU, const volScalarField::Internal &magU3) const
volScalarField::Internal C5_
virtual tmp< fvScalarMatrix > kSource(const volScalarField::Internal &magU, const volScalarField::Internal &magU3) const
tmp< volScalarField > DepsilonEff() const
virtual tmp< volScalarField > epsilon() const
virtual void correctNut()
virtual ~kEpsilonLopesdaCosta()=default
void setPorosityCoefficients()
volScalarField::Internal C2_
virtual tmp< volScalarField > k() const
tmp< volScalarField > DkEff() const
BasicTurbulenceModel::alphaField alphaField
void setPorosityCoefficient(volScalarField::Internal &C, const porosityModels::powerLawLopesdaCosta &pm)
fileName::Type type(const fileName &name, const bool followLink=true)
Eddy viscosity turbulence model base class.
TypeName("kEpsilonLopesdaCosta")
Graphite solid properties.
Generic GeometricField class.
volScalarField::Internal betad_
Variant of the power law porosity model with spatially varying drag coefficient.
BasicTurbulenceModel::rhoField rhoField
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...