46 namespace interfaceCompositionModels
97 const word& speciesName,
104 const word& speciesName,
Generic GeometricField class.
A HashTable specialisation for hashing pointers.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Generic base class for interface composition models. These models describe the composition in phase 1...
const sidedPhaseInterface & interface() const
Return the interface.
Raoult's law of ideal mixing. A separate composition model is given for each species....
TypeName("Raoult")
Runtime type information.
Raoult(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
virtual ~Raoult()
Destructor.
virtual void update(const volScalarField &Tf)
Update the composition.
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.