45 #ifndef linearTsubDiameter_H
46 #define linearTsubDiameter_H
55 namespace diameterModels
70 word liquidPhaseName_;
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const phaseModel & phase() const
Return the phase.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
virtual ~linearTsub()
Destructor.
linearTsub(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and phase.
virtual void correct()
Correct the model.
virtual tmp< volScalarField > d() const
Get the diameter field.
TypeName("linearTsub")
Runtime type information.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
Base class for models which represent spherical diameter models, providing a common implementation of...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Helper class to manage multi-specie phase properties.
A class for managing temporary objects.
A class for handling words, derived from string.