Classes
Utility function objects
Collaboration diagram for Utility function objects:

Classes

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
 Provides a general interface to enable dynamic code compilation. More...
 
class  removeRegisteredObject
 Removes registered objects if present in the database. More...
 
class  residuals
 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 the other ones 'timeStart', 'timeEnd', 'writeControl' etc. More...
 
class  systemCall
 Executes system calls, entered in the form of a string lists. More...
 
class  timeActivatedFileUpdate
 Performs a file copy/replacement once a specified time has been reached. More...
 
class  writeDictionary
 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...
 

Detailed Description

This group contains utility-based function objects