38 #ifndef CompositionModel_H 39 #define CompositionModel_H 60 template<
class CloudType>
61 class CompositionModel
63 public CloudSubModelBase<CloudType>
68 const SLGThermo& thermo_;
71 phasePropertiesList phaseProps_;
86 const dictionary&
dict,
101 const dictionary& dict,
110 virtual autoPtr<CompositionModel<CloudType>>
clone()
const = 0;
118 static autoPtr<CompositionModel<CloudType>>
New 120 const dictionary& dict,
130 const SLGThermo&
thermo()
const;
136 const basicSpecieMixture&
carrier()
const;
139 const liquidMixtureProperties&
liquids()
const;
142 const solidMixtureProperties&
solids()
const;
145 const phasePropertiesList&
phaseProps()
const;
166 const word& cmptName,
167 const bool allowNotFound =
false 174 const word& cmptName,
175 const bool allowNotFound =
false 183 const bool allowNotFound =
false 268 #define makeCompositionModel(CloudType) \ 270 typedef Foam::CloudType::reactingCloudType reactingCloudType; \ 271 defineNamedTemplateTypeNameAndDebug \ 273 Foam::CompositionModel<reactingCloudType>, \ 278 defineTemplateRunTimeSelectionTable \ 280 CompositionModel<reactingCloudType>, \ 286 #define makeCompositionModelType(SS, CloudType) \ 288 typedef Foam::CloudType::reactingCloudType reactingCloudType; \ 289 defineNamedTemplateTypeNameAndDebug(Foam::SS<reactingCloudType>, 0); \ 291 Foam::CompositionModel<reactingCloudType>:: \ 292 adddictionaryConstructorToTable<Foam::SS<reactingCloudType>> \ 293 add##SS##CloudType##reactingCloudType##ConstructorToTable_; declareRunTimeSelectionTable(autoPtr, CompositionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
Declare runtime constructor selection table.
virtual scalar L(const label phaseI, const scalarField &Y, const scalar p, const scalar T) const
Return latent heat for the phase phaseI.
virtual const scalarField & YMixture0() const =0
Return the list of mixture mass fractions.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
DSMCCloud< dsmcParcel > CloudType
const SLGThermo & thermo() const
Return the thermo database.
const phasePropertiesList & phaseProps() const
Return the list of phase properties.
CompositionModel(CloudType &owner)
Construct null from owner.
virtual label idSolid() const =0
Solid id.
const scalarField & Y0(const label phaseI) const
Return the list of phase phaseI mass fractions.
scalarField X(const label phaseI, const scalarField &Y) const
Return the list of phase phaseI volume fractions fractions.
virtual scalar Hs(const label phaseI, const scalarField &Y, const scalar p, const scalar T) const
Return sensible enthalpy for the phase phaseI.
label localToCarrierId(const label phaseI, const label id, const bool allowNotFound=false) const
Return carrier id of component given local id.
virtual scalar H(const label phaseI, const scalarField &Y, const scalar p, const scalar T) const
Return total enthalpy for the phase phaseI.
TypeName("compositionModel")
Runtime type information.
virtual scalar Cp(const label phaseI, const scalarField &Y, const scalar p, const scalar T) const
Return specific heat caoacity for the phase phaseI.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
const wordList & phaseTypes() const
Return the list of phase type names.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual label idLiquid() const =0
Liquid id.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
List< word > wordList
A List of words.
label nPhase() const
Return the number of phases.
static autoPtr< CompositionModel< CloudType > > New(const dictionary &dict, CloudType &owner)
Selector.
PtrList< volScalarField > & Y
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual ~CompositionModel()
Destructor.
Macros to ease declaration of run-time selection tables.
label localId(const label phaseI, const word &cmptName, const bool allowNotFound=false) const
Return local id of component cmptName in phase phaseI.
virtual label idGas() const =0
Gas id.
const wordList & stateLabels() const
Return the list of state labels (s), (l), (g) etc.
virtual scalar Hc(const label phaseI, const scalarField &Y, const scalar p, const scalar T) const
Return chemical enthalpy for the phase phaseI.
const basicSpecieMixture & carrier() const
Return the carrier components (wrapper function)
virtual autoPtr< CompositionModel< CloudType > > clone() const =0
Construct and return a clone.
const wordList & componentNames(const label phaseI) const
Return the list of component names for phaseI.
label carrierId(const word &cmptName, const bool allowNotFound=false) const
Return global id of component cmptName in carrier thermo.
const liquidMixtureProperties & liquids() const
Return the global (additional) liquids.
const solidMixtureProperties & solids() const
Return the global (additional) solids.