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

flowType.C File Reference

Calculates and writes the flowType of velocity field U. More...


Detailed Description

Calculates and writes the flowType of velocity field U.

The -noWrite option has no meaning.

The flow type parameter is obtained according to the following equation:

 |D| - |Omega|
lambda = -------------
 |D| + |Omega|

-1 = rotational flow
 0 = simple shear flow
 1 = planar extensional flow
Usage
  • flowType [OPTIONS]
Parameters:
-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 flowType.C.

#include "src/postProcessing/postCalc/calc.H"
#include "src/finiteVolume/finiteVolume/fvc/fvc.H"
Include dependency graph for flowType.C:

Go to the source code of this file.