97 #ifndef functionObjects_phaseScalarTransport_H 98 #define functionObjects_phaseScalarTransport_H 107 namespace functionObjects
114 class phaseScalarTransport
116 public fvMeshFunctionObject
121 const word fieldName_;
124 const word phaseName_;
157 scalar residualAlpha_;
164 bool writeAlphaField_;
225 virtual bool write();
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 wordList fields() const
Return the list of fields required.
virtual ~phaseScalarTransport()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.