61 #ifndef wallBoilingProperties_H
62 #define wallBoilingProperties_H
71 namespace functionObjects
78 class wallBoilingProperties
80 public fvMeshFunctionObject
85 const phaseModel& phase_;
88 const phaseSystem& fluid_;
130 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 keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
This function looks up wall boiling wall functions and collects and writes out out the following data...
virtual wordList fields() const
Return the list of fields required.
void operator=(const wallBoilingProperties &)=delete
Disallow default bitwise assignment.
TypeName("wallBoilingProperties")
Runtime type information.
virtual ~wallBoilingProperties()
Destructor.
wallBoilingProperties(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool execute()
Calculate the wallBoilingProperties field.
virtual bool write()
Write the wallBoilingProperties field.
virtual bool read(const dictionary &)
Read the wallBoilingProperties data.
A class for handling words, derived from string.