FreeFOAM The Cross-Platform CFD Toolkit
execFlowFunctionObjects.C File Reference

Execute the set of functionObjects specified in the selected dictionary (which defaults to system/controlDict) for the selected set of times. More...


Detailed Description

Execute the set of functionObjects specified in the selected dictionary (which defaults to system/controlDict) for the selected set of times.

The flow (p-U) and optionally turbulence fields are available for the function objects to operate on allowing forces and other related properties to be calculated in addition to cutting planes etc.

Usage
  • execFlowFunctionObjects [OPTIONS]
Parameters:
-noWrite
Suppress output to files.
-dict<dictionary name>
Use named dictionary instead of system/controlDict.
-noZero
Ignore timestep 0.
-constant
Include the constant directory.
-time<time>
Apply only to specific time.
-latestTime
Only apply to latest time step.
-case<dir>
Case directory.
-parallel
Run in parallel.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file execFlowFunctionObjects.C.

+ Include dependency graph for execFlowFunctionObjects.C:

Go to the source code of this file.