106 #ifndef FickianEddyDiffusivity_H 107 #define FickianEddyDiffusivity_H 113 namespace turbulenceThermophysicalTransportModels
120 template<
class TurbulenceThermophysicalTransportModel>
125 unityLewisEddyDiffusivity<TurbulenceThermophysicalTransportModel>
141 typedef typename TurbulenceThermophysicalTransportModel::alphaField
148 typedef typename TurbulenceThermophysicalTransportModel::thermoModel
161 const momentumTransportModel& momentumTransport,
TurbulenceThermophysicalTransportModel::thermoModel thermoModel
fluidReactionThermo & thermo
TurbulenceThermophysicalTransportModel::momentumTransportModel momentumTransportModel
FickianEddyDiffusivity(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from a momentum transport model and a thermo model.
TurbulenceThermophysicalTransportModel::alphaField alphaField
virtual ~FickianEddyDiffusivity()
Destructor.
compressibleMomentumTransportModel momentumTransportModel
TypeName("FickianEddyDiffusivity")
Runtime type information.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
virtual bool read()
Read thermophysicalTransport dictionary.
Multi-component Fickian and eddy-diffusivity turbulent based temperature gradient heat flux model for...
dimensionedScalar Sct_
Turbulent Schmidt number [].
A class for managing temporary objects.
Base class for multi-component Fickian based temperature gradient heat flux models with optional Sore...