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