|
| | TypeName ("Henry") |
| | Runtime type information. More...
|
| |
| | Henry (const dictionary &dict, const phasePair &pair) |
| | Construct from components. More...
|
| |
| virtual | ~Henry () |
| | 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...
|
| |
template<class Thermo, class OtherThermo>
class Foam::interfaceCompositionModels::Henry< Thermo, OtherThermo >
Henry's law for gas solubility in liquid. The concentration of a dissolved species in the liquid is proportional to its partial pressure in the gas. A dimensionless solubility,
, is given for each species. This is the ratio of the concentration of the species in the liquid to the corresponding concentration in the gas; i.e.,
. Mixing in the gas is assumed to be ideal.
- Source files
-
Definition at line 59 of file Henry.H.