|
class | abort |
| Watches for presence of the named file in the $FOAM_CASE directory and aborts the calculation if it is present. More...
|
|
class | codedFunctionObject |
| This function object provides a general interface to enable dynamic code compilation. More...
|
|
class | removeRegisteredObject |
| Removes registered objects if present in the database. More...
|
|
class | residuals |
| This function object writes out the initial residual for specified fields. More...
|
|
class | setTimeStepFunctionObject |
| Overrides the timeStep. Can only be used with solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt to cooperate with other timeStep 'controllers' (maxCo, other functionObjects). Supports 'enabled' flag but none of othe other ones 'timeStart', 'timeEnd', 'writeControl' etc. More...
|
|
class | systemCall |
| This function object executes system calls, entered in the form of a string lists. Calls can be made at the following points in the calculation: More...
|
|
class | timeActivatedFileUpdate |
| Performs a file copy/replacement once a specified time has been reached. More...
|
|
class | writeDictionary |
| This function object writes dictionaries on start-up, and on change. More...
|
|
class | writeObjects |
| Allows specification of different writing frequency of objects registered to the database. More...
|
|
class | probes |
| Set of locations to sample. More...
|
|
class | sampledSet |
| Holds list of sampling points which is filled at construction time. Various implementations of this base class to e.g. get sampling points at uniform distance along a line (uniformSet) or directly specified (cloudSet) More...
|
|
class | sampledSurface |
| An abstract class for surfaces with sampling. More...
|
|
class | writeVTK |
| This functionObject writes objects registered to the database in VTK format using the foamToVTK library. More...
|
|
This group contains utility-based function objects