Transient solver for incompressible, turbulent flow of Newtonian fluids on a moving mesh. More...
Go to the source code of this file.
Transient solver for incompressible, turbulent flow of Newtonian fluids on a moving mesh.
Original source file pimpleFoam.C
Solver details The solver uses the PIMPLE (merged PISO-SIMPLE) algorithm to solve the continuity equation:
and momentum equation:
Where:
| = | Velocity |
| = | Pressure |
| = | Stress tensor |
| = | Momentum source |
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 pimpleFoam.C.