49 namespace interfaceCompositionModels
97 const word& speciesName,
104 const word& speciesName,
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic base class for interface composition models. These models describe the composition in phase 1...
const sidedPhaseInterface & interface() const
Return the interface.
Henry's law for gas solubility in liquid. The concentration of a dissolved species in the liquid is p...
Henry(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
virtual ~Henry()
Destructor.
virtual void update(const volScalarField &Tf)
Update the composition.
TypeName("Henry")
Runtime type information.
virtual tmp< volScalarField > Yf(const word &speciesName, const volScalarField &Tf) const
The interface species fraction.
virtual tmp< volScalarField > YfPrime(const word &speciesName, const volScalarField &Tf) const
The interface species fraction derivative w.r.t. temperature.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.
A class for handling words, derived from string.