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

foamCalc.C File Reference

Generic wrapper for calculating a quantity at each time. More...


Detailed Description

Generic wrapper for calculating a quantity at each time.

Split into four phases: 1. Intialise 2. Pre-time calculation loop 3. Calculation loop 4. Post-calculation loop

Usage
  • foamCalc [OPTIONS] <operation> <fields>
Parameters:
\<operation\>
Todo:
Detailed description of argument.
Parameters:
\<fields\>
Todo:
Detailed description of argument.
Parameters:
-noWrite
Suppress output to files.
-dictionary<dictionary name>
Use specified dictionary.
-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 foamCalc.C.

#include "src/OpenFOAM/db/Time/timeSelector.H"
#include "src/postProcessing/foamCalcFunctions/calcType/calcType.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
Include dependency graph for foamCalc.C:

Go to the source code of this file.