Model which uses a saturation pressure model for a single species to calculate the interface composition. More...
Public Member Functions | |
TypeName ("saturated") | |
Runtime type information. More... | |
Saturated (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~Saturated () |
Destructor. More... | |
virtual void | update (const volScalarField &Tf) |
Update the composition. More... | |
virtual tmp< volScalarField > | Yf (const word &speciesName, const volScalarField &Tf) const |
The interface species fraction. More... | |
virtual tmp< volScalarField > | YfPrime (const word &speciesName, const volScalarField &Tf) const |
The interface species fraction derivative w.r.t. temperature. More... | |
![]() | |
InterfaceCompositionModel (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
~InterfaceCompositionModel () | |
Destructor. More... | |
virtual tmp< volScalarField > | dY (const word &speciesName, const volScalarField &Tf) const |
Mass fraction difference between the interface and the field. More... | |
virtual tmp< volScalarField > | D (const word &speciesName) const |
Mass diffusivity. More... | |
virtual tmp< volScalarField > | L (const word &speciesName, const volScalarField &Tf) const |
Latent heat. More... | |
virtual void | addMDotL (const volScalarField &K, const volScalarField &Tf, volScalarField &mDotL, volScalarField &mDotLPrime) const |
Add latent heat flow rate to total. More... | |
![]() | |
TypeName ("interfaceCompositionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, interfaceCompositionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
interfaceCompositionModel (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~interfaceCompositionModel () |
Destructor. More... | |
const hashedWordList & | species () const |
Return the transferring species names. More... | |
bool | transports (word &speciesName) const |
Returns whether the species is transported by the model and. More... | |
Protected Member Functions | |
tmp< volScalarField > | wRatioByP () const |
Constant of proportionality between partial pressure and mass. More... | |
![]() | |
template<class ThermoType > | |
const pureMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const pureMixture< ThermoType > &globalThermo) const |
Get a reference to the local thermo for a pure mixture. More... | |
template<class ThermoType > | |
const multiComponentMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const multiComponentMixture< ThermoType > &globalThermo) const |
Get a reference to the local thermo for a multi component mixture. More... | |
Protected Attributes | |
word | saturatedName_ |
Saturated species name. More... | |
label | saturatedIndex_ |
Saturated species index. More... | |
autoPtr< saturationModel > | saturationModel_ |
Saturation pressure model. More... | |
![]() | |
const Thermo & | thermo_ |
Thermo. More... | |
const OtherThermo & | otherThermo_ |
Other Thermo. More... | |
const dimensionedScalar | Le_ |
Lewis number. More... | |
![]() | |
const phasePair & | pair_ |
Phase pair. More... | |
const hashedWordList | speciesNames_ |
Names of the transferring species. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< interfaceCompositionModel > | New (const dictionary &dict, const phasePair &pair) |
Model which uses a saturation pressure model for a single species to calculate the interface composition.
Definition at line 56 of file Saturated.H.
Saturated | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
|
protected |
Constant of proportionality between partial pressure and mass.
fraction
TypeName | ( | "saturated" | ) |
Runtime type information.
|
virtual |
Update the composition.
Implements interfaceCompositionModel.
|
virtual |
The interface species fraction.
Implements interfaceCompositionModel.
|
virtual |
The interface species fraction derivative w.r.t. temperature.
Implements interfaceCompositionModel.
|
protected |
Saturated species name.
Definition at line 65 of file Saturated.H.
|
protected |
Saturated species index.
Definition at line 68 of file Saturated.H.
|
protected |
Saturation pressure model.
Definition at line 71 of file Saturated.H.