mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added fvOptions support to interFoam
Now supports MRF MRFInterFoam removed
This commit is contained in:
@ -26,6 +26,7 @@ FoamFile
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 5376;
|
||||
startFace 94592;
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ solvers
|
||||
p_rgh
|
||||
{
|
||||
solver GAMG;
|
||||
tolerance 1e-08;
|
||||
tolerance 1e-7;
|
||||
relTol 0.01;
|
||||
smoother DIC;
|
||||
nPreSweeps 0;
|
||||
@ -48,7 +48,7 @@ solvers
|
||||
"pcorr.*"
|
||||
{
|
||||
$p_rghFinal;
|
||||
tolerance 0.0001;
|
||||
tolerance 0.001;
|
||||
}
|
||||
|
||||
U
|
||||
|
||||
Reference in New Issue
Block a user