Go to the documentation of this file.
42 #ifndef NonRandomTwoLiquid_H
43 #define NonRandomTwoLiquid_H
45 #include "InterfaceCompositionModel.H"
55 namespace interfaceCompositionModels
62 template<
class Thermo,
class OtherThermo>
139 const word& speciesName,
146 const word& speciesName,
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
Base class for interface composition models, templated on the two thermodynamic models either side of...
NonRandomTwoLiquid(const dictionary &dict, const phasePair &pair)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const phasePair & pair() const
virtual tmp< volScalarField > Yf(const word &speciesName, const volScalarField &Tf) const
Non ideal law for the mixing of two species. A separate composition model is given for each species....
virtual void update(const volScalarField &Tf)
TypeName("nonRandomTwoLiquid")
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual tmp< volScalarField > YfPrime(const word &speciesName, const volScalarField &Tf) const
Generic GeometricField class.
virtual ~NonRandomTwoLiquid()