55 #ifndef functionObjects_processorField_H 56 #define functionObjects_processorField_H 64 namespace functionObjects
73 public fvMeshFunctionObject
virtual ~processorField()
Destructor.
processorField(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const processorField &)=delete
Disallow default bitwise assignment.
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 execute()
Calculate the processorID field.
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool write()
Write the processorID field.
virtual bool read(const dictionary &)
Read the input data.
A class for handling words, derived from string.
TypeName("processorField")
Runtime type information.
virtual wordList fields() const
Return the list of fields required.
Writes a scalar field whose value is the local processor ID. The output field name is 'processorID'...