36 #ifndef coupledToThermalFluid_H
37 #define coupledToThermalFluid_H
48 class multicomponentThermo;
50 class fluidMulticomponentThermo;
Class containing Lagrangian geometry and topology.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Base-class for fluid and solid thermodynamic properties.
Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching deriv...
Base class for clouds which are carried by a fluid.
Base class for clouds which are coupled to a variable density fluid.
Base class for clouds which are coupled to a fluid with a thermodynamic model.
const CarrierField< scalar > & Tc
Carrier temperature.
const CarrierField< scalar > & pc
Carrier pressure.
TypeName("coupledToThermalFluid")
Run-time type information.
UPtrList< const CarrierField< scalar > > Yc
Carrier mass fractions (indexed with the carrier specie index)
bool hasThermoc() const
Return whether this cloud has a carrier thermo.
const CarrierField< scalar > & hec
Carrier enthalpy/energy.
const CarrierField< scalar > & kappac
Carrier thermal conductivity.
bool hasThermocPhase() const
Return whether this cloud has a corresponding Eulerian phase thermo.
const CloudDerivedField< scalar > & Prc
Carrier Prandtl number.
coupledToThermalFluid(const cloud &c, const carried &, const thermal &)
Construct from a reference to the cloud and its base classes.
virtual ~coupledToThermalFluid()
Destructor.
UPtrList< const CarrierField< scalar > > YcPhase
Corresponding Eulerian mass fractions (indexed with the Eulerian.
const CarrierField< scalar > & Cvc
Carrier heat capacity at constant volume.
labelList iToic
Map from cloud to carrier specie indices.
const CarrierField< scalar > & Cpvc
Carrier heat capacity.
const CarrierField< scalar > & hecPhase
Corresponding Eulerian enthalpy/energy.
const CarrierField< scalar > & Cpc
Carrier heat capacity at constant pressure.
labelList iToicPhase
Map from cloud to corresponding Eulerian specie indices.
Base class for clouds with thermodynamic modelling.
Base-class for multi-component fluid thermodynamic properties.
Base-class for fluid thermodynamic properties.
Base-class for multi-component thermodynamic properties.
const dimensionedScalar c
Speed of light in a vacuum.