49 namespace laminarThermophysicalTransportModels
56 template<
class BasicThermophysicalTransportModel>
61 BasicThermophysicalTransportModel
67 typedef typename BasicThermophysicalTransportModel::alphaField
73 typedef typename BasicThermophysicalTransportModel::thermoModel
86 const momentumTransportModel& momentumTransport,
Templated abstract base class for laminar thermophysical transport models.
fluidReactionThermo & thermo
Fourier(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from components.
A list of keyword definitions, which are a keyword followed by any number of values (e...
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
BasicThermophysicalTransportModel::thermoModel thermoModel
compressibleMomentumTransportModel momentumTransportModel
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const
Return the source term for the given specie mass-fraction equation.
virtual bool read()
Read thermophysicalTransport dictionary.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
virtual void correct()
Correct the Fourier viscosity.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
TypeName("Fourier")
Runtime type information.
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
virtual ~Fourier()
Destructor.
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
A class for managing temporary objects.
Fourier's temperature gradient heat flux model for single specie laminar flow.
BasicThermophysicalTransportModel::alphaField alphaField