|
| TypeName ("Raoult") |
|
| Raoult (const dictionary &dict, const phasePair &pair) |
|
virtual | ~Raoult ()=default |
|
virtual void | update (const volScalarField &Tf) |
|
virtual tmp< volScalarField > | Yf (const word &speciesName, const volScalarField &Tf) const |
|
virtual tmp< volScalarField > | YfPrime (const word &speciesName, const volScalarField &Tf) const |
|
| InterfaceCompositionModel (const dictionary &dict, const phasePair &pair) |
|
| ~InterfaceCompositionModel ()=default |
|
virtual tmp< volScalarField > | dY (const word &speciesName, const volScalarField &Tf) const |
|
virtual tmp< volScalarField > | D (const word &speciesName) const |
|
virtual tmp< volScalarField > | L (const word &speciesName, const volScalarField &Tf) const |
|
| InterfaceCompositionModel (const dictionary &dict, const phasePair &pair) |
|
| ~InterfaceCompositionModel ()=default |
|
virtual tmp< volScalarField > | dY (const word &speciesName, const volScalarField &Tf) const |
|
virtual tmp< volScalarField > | D (const word &speciesName) const |
|
virtual tmp< volScalarField > | L (const word &speciesName, const volScalarField &Tf) const |
|
virtual void | addMDotL (const volScalarField &K, const volScalarField &Tf, volScalarField &mDotL, volScalarField &mDotLPrime) const |
|
template<class ThermoType > |
const Foam::multiComponentMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const multiComponentMixture< ThermoType > &globalThermo) const |
|
template<class ThermoType > |
const Foam::pureMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const pureMixture< ThermoType > &globalThermo) const |
|
template<class ThermoType > |
Foam::tmp< Foam::volScalarField > | getSpecieMassFraction (const word &speciesName, const multiComponentMixture< ThermoType > &mixture) const |
|
template<class ThermoType > |
Foam::tmp< Foam::volScalarField > | getSpecieMassFraction (const word &speciesName, const pureMixture< ThermoType > &mixture) const |
|
template<class ThermoType > |
Foam::tmp< Foam::volScalarField > | MwMixture (const pureMixture< ThermoType > &mixture) const |
|
template<class ThermoType > |
Foam::tmp< Foam::volScalarField > | MwMixture (const multiComponentMixture< ThermoType > &mixture) const |
|
| TypeName ("interfaceCompositionModel") |
|
| declareRunTimeSelectionTable (autoPtr, interfaceCompositionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) |
|
| interfaceCompositionModel (const dictionary &dict, const phasePair &pair) |
|
virtual | ~interfaceCompositionModel ()=default |
|
const word | transferSpecie () const |
|
const phasePair & | pair () const |
|
virtual tmp< volScalarField > | Kexp (const volScalarField &field)=0 |
|
virtual tmp< volScalarField > | KSp (label modelVariable, const volScalarField &field)=0 |
|
virtual tmp< volScalarField > | KSu (label modelVariable, const volScalarField &field)=0 |
|
virtual const dimensionedScalar & | Tactivate () const noexcept=0 |
|
virtual bool | includeDivU () const noexcept |
|
bool | includeVolChange () |
|
const word & | variable () const |
|
| TypeName ("interfaceCompositionModel") |
|
| declareRunTimeSelectionTable (autoPtr, interfaceCompositionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) |
|
| interfaceCompositionModel (const dictionary &dict, const phasePair &pair) |
|
virtual | ~interfaceCompositionModel ()=default |
|
const hashedWordList & | species () const |
|
bool | transports (word &speciesName) const |
|
|
enum | modelVariable { T,
P,
Y,
alpha
} |
|
static autoPtr< interfaceCompositionModel > | New (const dictionary &dict, const phasePair &pair) |
|
static autoPtr< interfaceCompositionModel > | New (const dictionary &dict, const phasePair &pair) |
|
template<class ThermoType > |
const pureMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const pureMixture< ThermoType > &globalThermo) const |
|
template<class ThermoType > |
const multiComponentMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const multiComponentMixture< ThermoType > &globalThermo) const |
|
template<class ThermoType > |
tmp< volScalarField > | getSpecieMassFraction (const word &speciesName, const pureMixture< ThermoType > &thermo) const |
|
template<class ThermoType > |
tmp< volScalarField > | getSpecieMassFraction (const word &speciesName, const multiComponentMixture< ThermoType > &thermo) const |
|
template<class ThermoType > |
tmp< volScalarField > | MwMixture (const pureMixture< ThermoType > &thermo) const |
|
template<class ThermoType > |
tmp< volScalarField > | MwMixture (const multiComponentMixture< ThermoType > &) const |
|
template<class ThermoType > |
const pureMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const pureMixture< ThermoType > &globalThermo) const |
|
template<class ThermoType > |
const multiComponentMixture< ThermoType >::thermoType & | getLocalThermo (const word &speciesName, const multiComponentMixture< ThermoType > &globalThermo) const |
|
const Thermo & | fromThermo_ |
|
const OtherThermo & | toThermo_ |
|
const dimensionedScalar | Le_ |
|
const Thermo & | thermo_ |
|
const OtherThermo & | otherThermo_ |
|
modelVariable | modelVariable_ |
|
bool | includeVolChange_ |
|
const phasePair & | pair_ |
|
word | speciesName_ |
|
const fvMesh & | mesh_ |
|
const hashedWordList | speciesNames_ |
|
static const Enum< modelVariable > | modelVariableNames_ |
|
template<class Thermo, class OtherThermo>
class Foam::interfaceCompositionModels::Raoult< Thermo, OtherThermo >
Raoult's law of ideal mixing. A separate composition model is given for each species. The composition of a species is equal to the value given by the model scaled by the species fraction in the bulk of the other phase.
- Source files
-
Definition at line 54 of file Raoult.H.