54 #ifndef nonUnityLewisEddyDiffusivity_H 55 #define nonUnityLewisEddyDiffusivity_H 61 namespace turbulenceThermophysicalTransportModels
68 template<
class TurbulenceThermophysicalTransportModel>
86 typedef typename TurbulenceThermophysicalTransportModel::alphaField
93 typedef typename TurbulenceThermophysicalTransportModel::thermoModel
98 TypeName(
"nonUnityLewisEddyDiffusivity");
106 const momentumTransportModel& momentumTransport,
140 return this->
thermo().alphaEff
fluidReactionThermo & thermo
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
Non-unity-Lewis-Eddy-diffusivity based temperature gradient heat flux model for RAS or LES of turbule...
virtual ~nonUnityLewisEddyDiffusivity()
Destructor.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
Eddy-diffusivity based energy gradient heat flux model for RAS or LES of turbulent flow...
virtual tmp< volScalarField > alphaEff() const
Effective thermal turbulent diffusivity of mixture [kg/m/s].
compressibleMomentumTransportModel momentumTransportModel
TurbulenceThermophysicalTransportModel::alphaField alphaField
TurbulenceThermophysicalTransportModel::momentumTransportModel momentumTransportModel
TypeName("nonUnityLewisEddyDiffusivity")
Runtime type information.
nonUnityLewisEddyDiffusivity(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from a momentum transport model and a thermo model.
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
const Type & value() const
Return const reference to value.
dimensionedScalar Sct_
Turbulent Schmidt number [].
dimensionedScalar Prt_
Turbulent Prandtl number [].
virtual bool read()
Read thermophysicalTransport dictionary.
virtual tmp< volScalarField > alphat() const
Turbulent thermal diffusivity for enthalpy [kg/m/s].
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
A class for managing temporary objects.
TurbulenceThermophysicalTransportModel::thermoModel thermoModel