Steady-state solver for incompressible flows with turbulence modelling. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Steady-state solver for incompressible flows with turbulence modelling.
Original source file simpleFoam.C
Solver details
The solver uses the SIMPLE algorithm to solve the continuity equation:
and momentum equation:
Where:
![]() | = | Velocity |
![]() | = | Pressure |
![]() | = | Stress tensor |
![]() | = | Momentum source |
Required fields
U | : | Velocity [m/s] |
p | : | Kinematic pressure, p/rho [m2/s2] |
<turbulence fields> | : | As required by user selection |
Definition in file simpleFoam.C.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 97 of file simpleFoam.C.
References singlePhaseTransportModel::correct(), Foam::endl(), Foam::Info, laminarTransport(), mesh, Foam::nl, simple, and turbulence.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.