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

postChannel.C File Reference

Post-processes data from channel flow calculations. More...


Detailed Description

Post-processes data from channel flow calculations.

For each time: calculate: txx, txy,tyy, txy, eps, prod, vorticity, enstrophy and helicity. Assuming that the mesh is periodic in the x and z directions, collapse Umeanx, Umeany, txx, txy and tyy to a line and print them as standard output.

Usage
  • postChannel [OPTIONS]
Parameters:
-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.
-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 postChannel.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H"
#include "src/sampling/graphField/makeGraph.H"
#include "src/OpenFOAM/include/OSspecific.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "applications/utilities/postProcessing/miscellaneous/postChannel/readTransportProperties.H"
#include "applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H"
#include "applications/utilities/postProcessing/miscellaneous/postChannel/calculateFields.H"
#include "applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H"
Include dependency graph for postChannel.C:

Go to the source code of this file.