mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Adding turbulence to RAS-Tjunction and reducing MRF in mixerVessel2D to make it laminar
This commit is contained in:
@ -25,7 +25,7 @@ MRF1
|
||||
|
||||
origin (0 0 0);
|
||||
axis (0 0 1);
|
||||
omega constant 6.2831853;
|
||||
omega constant 2.2831853;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -48,11 +48,11 @@ solvers
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
"(U|T)"
|
||||
"(U|T).*"
|
||||
{
|
||||
solver smoothSolver;
|
||||
smoother symGaussSeidel;
|
||||
tolerance 1e-06;
|
||||
tolerance 1e-08;
|
||||
relTol 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user