46 namespace interfaceCompositionModels
97 const word& speciesName,
104 const word& speciesName,
Raoult(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const sidedPhaseInterface & interface() const
Return the interface.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
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.
Generic base class for interface composition models. These models describe the composition in phase 1...
virtual void update(const volScalarField &Tf)
Update the composition.
A class for handling words, derived from string.
An STL-conforming hash table.
virtual tmp< volScalarField > Yf(const word &speciesName, const volScalarField &Tf) const
The interface species fraction.
virtual ~Raoult()
Destructor.
TypeName("Raoult")
Runtime type information.
A class for managing temporary objects.
virtual tmp< volScalarField > YfPrime(const word &speciesName, const volScalarField &Tf) const
The interface species fraction derivative w.r.t. temperature.