34 #ifndef phaseTransferModel_H
35 #define phaseTransferModel_H
const phaseInterface & interface() const
Access the interface.
BlendedInterfacialModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A HashTable specialisation for hashing pointers.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool mixture() const
Whether or not there is a mass transfer rate for the mixture.
static autoPtr< blendedPhaseTransferModel > New(const dictionary &dict, const phaseInterface &interface)
hashedWordList species() const
The list of individual species that are transferred.
tmp< volScalarField > d2mdtdpf() const
The mass transfer rate derivative w.r.t pressure for the mixture.
HashPtrTable< volScalarField > dmidtf() const
The mass transfer rate for individual species.
tmp< volScalarField > dmdtf() const
The mass transfer rate for the mixture.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Dimension set for the base types.
A wordList with hashed indices for faster lookup by name.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
virtual bool mixture() const
Whether or not there is a mass transfer rate for the mixture.
virtual ~phaseTransferModel()
Destructor.
static autoPtr< phaseTransferModel > New(const dictionary &dict, const phaseInterface &interface)
bool writeData(Ostream &os) const
Dummy write for regIOobject.
static const bool correctFixedFluxBCs
Does this model require correcting on fixed flux boundaries?
TypeName("phaseTransferModel")
Runtime type information.
virtual tmp< volScalarField > d2mdtdpf() const
The mass transfer rate derivative w.r.t pressure for the mixture.
virtual HashPtrTable< volScalarField > dmidtf() const
The mass transfer rate for individual species.
static const dimensionSet dimD2mdtdp
Mass transfer rate derivative w.r.t pressure dimensions.
virtual tmp< volScalarField > dmdtf() const
The mass transfer rate for the mixture.
static const hashedWordList noSpecies_
Empty species list.
virtual const hashedWordList & species() const
The list of individual species that are transferred.
static const dimensionSet dimDmdt
Mass transfer rate dimensions.
declareRunTimeSelectionTable(autoPtr, phaseTransferModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
phaseTransferModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.