106#ifndef Foam_functionObjects_components_H
107#define Foam_functionObjects_components_H
115namespace functionObjects
124 public fieldExpression
136 template<
class GeoFieldType>
137 bool calcComponents(
const GeoFieldType&
field);
142 bool calcComponents();
162 const dictionary&
dict
169 void operator=(
const components&) =
delete;
179 virtual bool write();
182 virtual bool clear();
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 a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Extracts the components of elements of a field and outputs the result into new fields,...
void operator=(const components &)=delete
No copy assignment.
components(const components &)=delete
No copy construct.
TypeName("components")
Runtime type information.
virtual bool clear()
Clear the component fields from the objectRegistry.
virtual bool write()
Write the component fields.
virtual ~components()=default
Destructor.
components(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
A class for handling words, derived from Foam::string.
List< word > wordList
A List of words.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.