46 #ifndef unityLewisEddyDiffusivity_H
47 #define unityLewisEddyDiffusivity_H
53 namespace turbulenceThermophysicalTransportModels
60 template<
class TurbulenceThermophysicalTransportModel>
63 public TurbulenceThermophysicalTransportModel
95 typedef typename TurbulenceThermophysicalTransportModel::alphaField
102 typedef typename TurbulenceThermophysicalTransportModel::thermoModel
107 TypeName(
"unityLewisEddyDiffusivity");
117 const bool allowDefaultPrt =
false
128 const bool allowDefaultPrt =
false
scalar Cp(const scalar p, const scalar T) const
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
A class for managing temporary objects.
Eddy-diffusivity based energy gradient heat flux model for RAS or LES of turbulent flow....
dimensionedScalar Prt_
Turbulent Prandtl number [].
unityLewisEddyDiffusivity(const momentumTransportModel &momentumTransport, const thermoModel &thermo, const bool allowDefaultPrt=false)
Construct from a momentum transport model and a thermo model.
virtual ~unityLewisEddyDiffusivity()
Destructor.
volScalarField alphat_
Turbulent thermal diffusivity of enthalpy [kg/m/s].
TurbulenceThermophysicalTransportModel::thermoModel thermoModel
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
virtual tmp< volScalarField > alphat() const
Turbulent thermal diffusivity for enthalpy [kg/m/s].
virtual void correctAlphat()
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const
Return the source term for the given specie mass-fraction equation.
virtual void predict()
Correct the unityLewisEddyDiffusivity viscosity.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
TurbulenceThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
TurbulenceThermophysicalTransportModel::alphaField alphaField
TypeName("unityLewisEddyDiffusivity")
Runtime type information.
virtual tmp< volScalarField > alphaEff() const
Effective thermal turbulent diffusivity of mixture [kg/m/s].
virtual tmp< volScalarField > kappaEff() const
Effective thermal turbulent conductivity.
virtual bool read()
Read thermophysicalTransport dictionary.
A class for handling words, derived from string.
compressibleMomentumTransportModel momentumTransportModel
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
fluidMulticomponentThermo & thermo