82#ifndef pureZoneMixture_H
83#define pureZoneMixture_H
96template<
class ThermoType>
112 mutable ThermoType mixture_;
122 pureZoneMixture(
const pureZoneMixture<ThermoType>&) =
delete;
151 return "pureZoneMixture<" + ThermoType::typeName() +
'>';
154 const ThermoType&
cellMixture(
const label celli)
const;
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
basicMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const ThermoType & cellMixture(const label celli) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const ThermoType & cellVolMixture(const scalar p, const scalar T, const label celli) const
static word typeName()
Return the instantiated type name.
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
const ThermoType & patchFaceVolMixture(const scalar p, const scalar T, const label patchi, const label facei) const
void read(const dictionary &)
Read dictionary.
virtual ~pureZoneMixture()=default
Destructor.
A class for handling words, derived from Foam::string.
const dictionary & thermoDict
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
List< label > labelList
A List of labels.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)