40 #ifndef nonRandomTwoLiquid_H 41 #define nonRandomTwoLiquid_H 50 namespace interfaceCompositionModels
134 const word& speciesName,
141 const word& speciesName,
nonRandomTwoLiquid(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...
Non ideal law for the mixing of two species. A separate composition model is given for each species...
const sidedPhaseInterface & interface() const
Return the interface.
virtual tmp< volScalarField > Yf(const word &speciesName, const volScalarField &Tf) const
The interface species fraction.
TypeName("nonRandomTwoLiquid")
Runtime type information.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
Generic base class for interface composition models. These models describe the composition in phase 1...
virtual tmp< volScalarField > YfPrime(const word &speciesName, const volScalarField &Tf) const
The interface species fraction derivative w.r.t. temperature.
A class for handling words, derived from string.
virtual void update(const volScalarField &Tf)
Update the composition.
virtual ~nonRandomTwoLiquid()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.