Comments
This commit is contained in:
parent
2a5b90ef50
commit
cb626ee77b
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for incompressible, flow of Newtonian fluids
|
Transient solver for incompressible, flow of Newtonian fluids
|
||||||
on a moving mesh using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
with dynamic mesh using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
||||||
|
|
||||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||||
|
|
||||||
|
@ -79,6 +79,8 @@ int main(int argc, char *argv[])
|
||||||
// Mesh motion update
|
// Mesh motion update
|
||||||
if (correctPhi && meshChanged)
|
if (correctPhi && meshChanged)
|
||||||
{
|
{
|
||||||
|
// Fluxes will be corrected to absolute velocity
|
||||||
|
// HJ, 6/Feb/2009
|
||||||
# include "correctPhi.H"
|
# include "correctPhi.H"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue