

Public Member Functions | |
| TypeName ("pointHistory") | |
| Runtime type information. More... | |
| pointHistory (const word &name, const Time &runTime, const dictionary &) | |
| Construct from components. More... | |
| virtual bool | execute () |
| execute is called at each ++ or += of the time-loop More... | |
| virtual bool | read (const dictionary &dict) |
| Read and set the function object if its data has changed. More... | |
| virtual bool | write () |
| No-op. More... | |
Public Member Functions inherited from functionObject | |
| declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &runTime, const dictionary &dict),(name, runTime, dict)) | |
| functionObject (const word &name, const bool withNamePrefix=defaultUseNamePrefix) | |
| Construct from components. More... | |
| autoPtr< functionObject > | clone () const |
| Return clone. More... | |
| virtual | ~functionObject ()=default |
| Destructor. More... | |
| virtual const word & | type () const =0 |
| Runtime type information. More... | |
| const word & | name () const noexcept |
| Return the name of this functionObject. More... | |
| bool | useNamePrefix () const noexcept |
| Return the flag for adding a scoping name prefix. More... | |
| bool | useNamePrefix (bool on) noexcept |
| Modify the flag for adding a scoping name prefix. More... | |
| virtual bool | execute (const label subIndex) |
| Execute using the specified subIndex. More... | |
| virtual bool | end () |
| Called when Time::run() determines that the time-loop exits. More... | |
| virtual bool | adjustTimeStep () |
| Called at the end of Time::adjustDeltaT() if adjustTime is true. More... | |
| virtual bool | filesModified () const |
| Did any file get changed during execution? More... | |
| virtual void | updateMesh (const mapPolyMesh &mpm) |
| Update for changes of mesh. More... | |
| virtual void | movePoints (const polyMesh &mesh) |
| Update for changes of mesh. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from functionObject | |
| static autoPtr< functionObject > | New (const word &name, const Time &runTime, const dictionary &dict) |
| Select from dictionary, based on its "type" entry. More... | |
Public Attributes inherited from functionObject | |
| bool | log |
| Flag to write log into Info. More... | |
Static Public Attributes inherited from functionObject | |
| static int | debug |
| Flag to execute debug content. More... | |
| static bool | postProcess |
| Global post-processing mode switch. More... | |
| static bool | defaultUseNamePrefix |
| Global default for useNamePrefix. More... | |
| static word | outputPrefix |
| Directory prefix. More... | |
Protected Member Functions inherited from functionObject | |
| word | scopedName (const word &name) const |
| Return a scoped (prefixed) name. More... | |
| pointHistory | ( | const word & | name, |
| const Time & | runTime, | ||
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 72 of file pointHistory.C.
References Pstream::allGatherList(), dict, Foam::endl(), forAll, Foam::Info, objectRegistry::lookupObject(), Foam::mag(), UPstream::master(), mesh, Foam::min(), Foam::mkDir(), UPstream::myProcNo(), Foam::name(), Foam::nl, UPstream::nProcs(), points, polyMesh::points(), Foam::Pout, dictionary::readIfPresent(), Time::startTime(), Foam::tab, fvMesh::time(), dimensioned< Type >::value(), and Foam::writeData().

| TypeName | ( | "pointHistory" | ) |
Runtime type information.
|
virtual |
execute is called at each ++ or += of the time-loop
Implements functionObject.
Definition at line 179 of file pointHistory.C.
References Foam::writeData().

|
virtual |
Read and set the function object if its data has changed.
Reimplemented from functionObject.
Definition at line 185 of file pointHistory.C.
References dict, and dictionary::readIfPresent().

|
inlinevirtual |