55 #ifndef wallBoilingProperty_H
56 #define wallBoilingProperty_H
65 namespace functionObjects
72 class wallBoilingProperty
74 public fvMeshFunctionObject
90 const fv::wallBoiling& model()
const;
132 virtual bool write();
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
This function looks up the wall boiling model and collects and writes out a field of one of the wall ...
wallBoilingProperty(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const wallBoilingProperty &)=delete
Disallow default bitwise assignment.
virtual wordList fields() const
Return the list of fields required.
TypeName("wallBoilingProperty")
Runtime type information.
virtual ~wallBoilingProperty()
Destructor.
virtual bool execute()
Calculate the wallBoilingProperty field.
virtual bool write()
Write the wallBoilingProperty field.
virtual bool read(const dictionary &)
Read the wallBoilingProperty data.
A class for handling words, derived from string.