41 #ifndef functionObjects_components_H 42 #define functionObjects_components_H 50 namespace functionObjects
71 template<
class GeoFieldType>
72 bool calcFieldComponents();
77 bool calcComponents();
107 virtual bool write();
110 virtual bool clear();
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...
TypeName("components")
Runtime type information.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Calculates the components of a field.
A class for handling words, derived from string.
virtual bool write()
Write the component fields.
components(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~components()
Destructor.
virtual bool clear()
Clear the component fields from the objectRegistry.