32 namespace turbulenceThermophysicalTransportModels
37 template<
class TurbulenceThermophysicalTransportModel>
52 Sct_(
"Sct",
dimless, this->coeffDict_)
55 this->printCoeffs(typeName);
61 template<
class TurbulenceThermophysicalTransportModel>
73 Sct_.read(this->coeffDict());
84 template<
class TurbulenceThermophysicalTransportModel>
98 + (this->Prt_/Sct_)*this->alphat()
103 template<
class TurbulenceThermophysicalTransportModel>
116 + this->Prt_.value()/Sct_.value()*this->alphat(
patchi);
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.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
TurbulenceThermophysicalTransportModel::thermoModel thermoModel
TurbulenceThermophysicalTransportModel::momentumTransportModel momentumTransportModel
FickianEddyDiffusivity(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from a momentum transport model and a thermo model.
virtual bool read()
Read thermophysicalTransport dictionary.
Eddy-diffusivity based energy gradient heat flux model for RAS or LES of turbulent flow....
bool read(const char *, int32_t &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionSet dimless
fluidMulticomponentThermo & thermo