42#ifndef NonRandomTwoLiquid_H
43#define NonRandomTwoLiquid_H
45#include "InterfaceCompositionModel.H"
62template<
class Thermo,
class OtherThermo>
139 const word& speciesName,
146 const word& speciesName,
InterfaceCompositionModel(const dictionary &dict, const phasePair &pair)
Construct from components.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
NonRandomTwoLiquid(const dictionary &dict, const phasePair &pair)
Construct from components.
virtual void update(const volScalarField &Tf)
Update the composition.
TypeName("nonRandomTwoLiquid")
Runtime type information.
virtual ~NonRandomTwoLiquid()
Destructor.
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.
const phasePair & pair() const
The phase pair.
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.