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

wallHeatFlux.C File Reference

Calculates and writes the heat flux for all patches as the boundary field of a volScalarField and also prints the integrated flux for all wall patches. More...


Detailed Description

Calculates and writes the heat flux for all patches as the boundary field of a volScalarField and also prints the integrated flux for all wall patches.

Usage
  • wallHeatFlux [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.
-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 wallHeatFlux.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H"
#include "src/turbulenceModels/compressible/RAS/RASModel/RASModel.H"
#include "src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "applications/utilities/postProcessing/wall/wallHeatFlux/createFields.H"
Include dependency graph for wallHeatFlux.C:

Go to the source code of this file.