Descriptions of solvers corrected and made more consistent and more user-friendly
This commit is contained in:
@ -25,8 +25,8 @@ Application
|
||||
SRFPimpleFoam
|
||||
|
||||
Description
|
||||
Large time-step transient solver for incompressible, flow in a single
|
||||
rotating frame using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
||||
Large time-step transient solver for incompressible, turbulent flow in a
|
||||
single rotating frame.
|
||||
|
||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||
|
||||
|
||||
@ -25,8 +25,8 @@ Application
|
||||
pimpleDyMFoam.C
|
||||
|
||||
Description
|
||||
Transient solver for incompressible, flow of Newtonian fluids
|
||||
on a moving mesh using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
||||
Transient solver for incompressible, turbulent flow of Newtonian fluids
|
||||
on a moving mesh.
|
||||
|
||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||
|
||||
|
||||
@ -25,8 +25,8 @@ Application
|
||||
pimpleFoam
|
||||
|
||||
Description
|
||||
Large time-step transient solver for incompressible, flow using the PIMPLE
|
||||
(merged PISO-SIMPLE) algorithm.
|
||||
Large time-step transient solver for incompressible, turbulent flow, using
|
||||
the PIMPLE (merged PISO-SIMPLE) algorithm.
|
||||
|
||||
Sub-models include:
|
||||
- turbulence modelling, i.e. laminar, RAS or LES
|
||||
|
||||
@ -25,7 +25,8 @@ Application
|
||||
pisoFoam
|
||||
|
||||
Description
|
||||
Transient solver for incompressible flow.
|
||||
Transient solver for incompressible, turbulent flow, using the PISO
|
||||
algorithm.
|
||||
|
||||
Sub-models include:
|
||||
- turbulence modelling, i.e. laminar, RAS or LES
|
||||
|
||||
@ -27,7 +27,7 @@ Application
|
||||
Description
|
||||
Steady-state solver for incompressible, turbulent flow with
|
||||
implicit or explicit porosity treatment and support for multiple reference
|
||||
frames (MRF)
|
||||
frames (MRF).
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -25,7 +25,8 @@ Application
|
||||
simpleFoam
|
||||
|
||||
Description
|
||||
Steady-state solver for incompressible, turbulent flow
|
||||
Steady-state solver for incompressible, turbulent flow, using the SIMPLE
|
||||
algorithm.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user