Go to the documentation of this file.
35 #ifndef virtualMassModel_H
36 #define virtualMassModel_H
A class for managing temporary objects.
virtualMassModel(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
bool writeData(Ostream &os) const
Pure virtual writaData function.
Dimension set for the base types.
const phasePair & pair_
Phase pair.
bool & registerObject()
Register object created from this IOobject with registry if true.
TypeName("virtualMassModel")
Runtime type information.
virtual tmp< volScalarField > Cvm() const =0
Return the virtual mass coefficient.
declareRunTimeSelectionTable(autoPtr, virtualMassModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject))
virtual tmp< surfaceScalarField > Kf() const
Return the virtual mass coefficient Kf.
A list of keyword definitions, which are a keyword followed by any number of values (e....
static autoPtr< virtualMassModel > New(const dictionary &dict, const phasePair &pair)
virtual tmp< volScalarField > K() const
Return the virtual mass coefficient K.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Macros to ease declaration of run-time selection tables.
virtual ~virtualMassModel()
Destructor.
virtual tmp< volScalarField > Ki() const
Return the phase-intensive virtual mass coefficient Ki.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static const dimensionSet dimK
Coefficient dimensions.