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