Go to the documentation of this file.
39 #ifndef EddyDiffusivity_H
40 #define EddyDiffusivity_H
51 template<
class BasicTurbulenceModel>
54 public BasicTurbulenceModel
77 typedef typename BasicTurbulenceModel::alphaField
alphaField;
78 typedef typename BasicTurbulenceModel::rhoField
rhoField;
79 typedef typename BasicTurbulenceModel::transportModel
transportModel;
94 const word& propertiesName
117 return alphat()().boundaryField()[patchi];
124 return this->transport_.kappaEff(
alphat());
131 return this->transport_.kappaEff(
alphat(patchi), patchi);
138 return this->transport_.alphaEff(
alphat());
145 return this->transport_.alphaEff(
alphat(patchi), patchi);
A class for handling words, derived from Foam::string.
virtual tmp< volScalarField > alphaEff() const
virtual void correctNut()
A class for managing temporary objects.
EddyDiffusivity(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
const dimensionedScalar alpha
virtual void correctEnergyTransport()
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::alphaField alphaField
Templated abstract base class for single-phase compressible turbulence models.
virtual tmp< scalarField > kappaEff(const label patchi) const
virtual tmp< scalarField > alphaEff(const label patchi) const
Generic dimensioned Type class.
virtual ~EddyDiffusivity()=default
BasicTurbulenceModel::transportModel transportModel
fileName::Type type(const fileName &name, const bool followLink=true)
virtual tmp< volScalarField > kappaEff() const
virtual tmp< volScalarField > alphat() const
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::rhoField rhoField
Generic GeometricField class.
virtual tmp< scalarField > alphat(const label patchi) const