36 #ifndef partitioningModel_H
37 #define partitioningModel_H
47 namespace wallBoilingModels
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
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...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
Base class for wall heat flux partitioning models.
void operator=(const partitioningModel &)=delete
Disallow default bitwise assignment.
TypeName("partitioningModel")
Runtime type information.
partitioningModel()
Construct null.
virtual ~partitioningModel()
Destructor.
virtual void write(Ostream &os) const
Write to stream.
static autoPtr< partitioningModel > New(const dictionary &dict)
Select null constructed.
declareRunTimeSelectionTable(autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
virtual autoPtr< partitioningModel > clone() const =0
Construct and return a clone.
virtual tmp< scalarField > wetFraction(const scalarField &alphaLiquid) const =0
Return the wet fraction.
Macros to ease declaration of run-time selection tables.