36 #ifndef ThermophysicalTransportPhaseModel_H
37 #define ThermophysicalTransportPhaseModel_H
50 class fluidMulticomponentThermo;
51 class rhoFluidMulticomponentThermo;
57 template<
class ThermoModel>
77 template<
class BasePhaseModel>
91 typename BasePhaseModel::thermoModel
107 const word& phaseName,
108 const bool referencePhase,
Generic GeometricField class.
Templated base class for multiphase thermophysical transport models.
Class which makes thermophysical transport modelling available to derived classes.
ThermophysicalTransportPhaseModel(const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index)
virtual void predictThermophysicalTransport()
Predict the energy transport e.g. alphat.
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const
Return the source term for a specie mass-fraction equation.
virtual void correctThermophysicalTransport()
Correct the energy transport e.g. alphat.
virtual ~ThermophysicalTransportPhaseModel()
Destructor.
virtual tmp< scalarField > kappaEff(const label patchi) const
Return the effective thermal conductivity on a patch.
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base-class for multi-component fluid thermodynamic properties.
Base-class for fluid thermodynamic properties.
Class to represent a system of phases.
Base-class for multi-component fluid thermodynamic properties based on density.
Base-class for fluid thermodynamic properties based on density.
A class for managing temporary objects.
A class for handling words, derived from string.
phaseCompressibleMomentumTransportModel 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.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.