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:
![\[ \div \vec{U} = 0
\]](form_1158.png)
and momentum equation:
![\[ \ddt{\vec{U}} + \div \left( \vec{U} \vec{U} \right) - \div \gvec{R}
= - \grad p + \vec{S}_U
\]](form_1161.png)
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.