Adding turbulence to RAS-Tjunction and reducing MRF in mixerVessel2D to make it laminar

This commit is contained in:
sergio
2017-12-19 11:02:31 -08:00
parent f97954b0b6
commit a6d88f2fe7
5 changed files with 13 additions and 11 deletions

View File

@ -25,7 +25,7 @@ MRF1
origin (0 0 0);
axis (0 0 1);
omega constant 6.2831853;
omega constant 2.2831853;
}
// ************************************************************************* //

View File

@ -48,11 +48,11 @@ solvers
relTol 0;
}
"(U|T)"
"(U|T).*"
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-06;
tolerance 1e-08;
relTol 0;
}
}