Steady-state solver for 1D turbulent flow, typically to generate boundary layer conditions at an inlet, for use in a simulation. More...
Steady-state solver for 1D turbulent flow, typically to generate boundary layer conditions at an inlet, for use in a simulation.
Boundary layer code to calculate the U, k and epsilon distributions. Used to create inlet boundary conditions for experimental comparisons for which U and k have not been measured. Turbulence model is runtime selectable.
-case | <dir> Specify the case directory |
-parallel | Run the case in parallel |
-help | Display short usage message |
-doc | Display Doxygen documentation page |
-srcDoc | Display source code |
Definition in file boundaryFoam.C.
#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H"
#include "src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H"
#include "src/sampling/graphField/makeGraph.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "applications/solvers/incompressible/boundaryFoam/createFields.H"
Go to the source code of this file.