36 #ifndef fluidThermophysicalTransportModel_H
37 #define fluidThermophysicalTransportModel_H
Generic GeometricField class.
Base class for single-phase compressible turbulence models.
Base-class for fluid thermodynamic properties.
Abstract base class for fluid thermophysical transport models RAS, LES and laminar.
const compressibleMomentumTransportModel & momentumTransport() const
Access function to momentum transport model.
virtual ~fluidThermophysicalTransportModel()
Destructor.
fluidThermophysicalTransportModel(const compressibleMomentumTransportModel &momentumTransport)
Construct from compressibleMomentumTransportModel.
virtual tmp< scalarField > qCorr(const label patchi) const
Return the patch heat flux correction [W/m^2].
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const =0
Effective mass diffusion coefficient.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const =0
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
const compressibleMomentumTransportModel & momentumTransportModel_
virtual const fluidThermo & thermo() const =0
Access function to fluid thermophysical properties.
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const =0
Return the source term for the given specie mass-fraction equation.
Abstract base class for all fluid and solid thermophysical transport models.
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.