FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 "src/postProcessing/postCalc/calc.H"
#include "src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H"
#include "src/turbulenceModels/incompressible/LES/LESModel/LESModel.H"
#include "src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H"
#include "src/turbulenceModels/compressible/RAS/RASModel/RASModel.H"
#include "src/turbulenceModels/compressible/LES/LESModel/LESModel.H"
Include dependency graph for execFlowFunctionObjects.C:

Go to the source code of this file.