97 #ifndef functionObjects_phaseScalarTransport_H 98 #define functionObjects_phaseScalarTransport_H 108 namespace functionObjects
115 class phaseScalarTransport
117 public fvMeshFunctionObject
122 const word fieldName_;
125 const word phaseName_;
158 scalar residualAlpha_;
165 bool writeAlphaField_;
226 virtual bool write();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &)
Read the settings from the given dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool write()
Do nothing. The field is registered and written automatically.
A class for handling words, derived from string.
virtual ~phaseScalarTransport()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
List of finite volume options.
A class for managing temporary objects.
virtual bool execute()
Solve for the evolution of the field.
TypeName("phaseScalarTransport")
Runtime type information.
phaseScalarTransport(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.