92 #ifndef Foam_functionObjects_components_H 93 #define Foam_functionObjects_components_H 101 namespace functionObjects
110 public fieldExpression
122 template<
class GeoFieldType>
123 bool calcComponents(
const GeoFieldType&
field);
128 bool calcComponents();
148 const dictionary&
dict 165 virtual bool write();
168 virtual bool clear();
TypeName("components")
Runtime type information.
const word & name() const noexcept
Return the name of this functionObject.
virtual bool write()
Write the function-object results.
List< word > wordList
List of word.
components(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool clear()
Clear the component fields from the objectRegistry.
void operator=(const components &)=delete
No copy assignment.
virtual ~components()=default
Destructor.