Go to the documentation of this file.
35 #ifndef surfaceTensionModel_H
36 #define surfaceTensionModel_H
surfaceTensionModel(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
static const dimensionSet dimSigma
Coefficient dimensions.
A class for managing temporary objects.
virtual ~surfaceTensionModel()
Destructor.
TypeName("surfaceTensionModel")
Runtime type information.
Dimension set for the base types.
bool writeData(Ostream &os) const
Dummy write for regIOobject.
static autoPtr< surfaceTensionModel > New(const dictionary &dict, const phasePair &pair)
const phasePair & pair_
Phase pair.
bool & registerObject()
Register object created from this IOobject with registry if true.
A list of keyword definitions, which are a keyword followed by any number of values (e....
declareRunTimeSelectionTable(autoPtr, surfaceTensionModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject))
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.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< volScalarField > sigma() const =0
Aspect ratio.