Model which uses a saturation pressure model for a single species to calculate the interface composition.
More...
|
| | TypeName ("saturated") |
| | Runtime type information. More...
|
| |
| | saturated (const dictionary &dict, const phaseInterface &interface) |
| | Construct from a dictionary and an interface. 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...
|
| |
| | TypeName ("interfaceCompositionModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, interfaceCompositionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) |
| |
| | interfaceCompositionModel (const dictionary &dict, const phaseInterface &interface) |
| | Construct from a dictionary and an interface. More...
|
| |
| virtual | ~interfaceCompositionModel () |
| | Destructor. More...
|
| |
| const sidedPhaseInterface & | interface () const |
| | Return the interface. More...
|
| |
| const hashedWordList & | species () const |
| | Return the transferring species names. More...
|
| |
| const rhoReactionThermo & | thermo () const |
| | Return the thermo. More...
|
| |
| const basicSpecieMixture & | composition () const |
| | Return the composition. More...
|
| |
| const rhoThermo & | otherThermo () const |
| | Return the other thermo. More...
|
| |
| bool | otherHasComposition () const |
| | Return whether the other side has a multi-specie composition. More...
|
| |
| const basicSpecieMixture & | otherComposition () const |
| | Return the other composition. More...
|
| |
| tmp< volScalarField > | dY (const word &speciesName, const volScalarField &Tf) const |
| | Mass fraction difference between the interface and the field. More...
|
| |
| tmp< volScalarField > | dYfPrime (const word &speciesName, const volScalarField &Tf) const |
| | Mass fraction difference between the interface and the field. More...
|
| |
| tmp< volScalarField > | D (const word &speciesName) const |
| | Mass diffusivity. More...
|
| |
Model which uses a saturation pressure model for a single species to calculate the interface composition.
- Source files
-
Definition at line 52 of file saturated.H.