twoPhaseEulerFoam bubbleColumn tutorial: add relaxation factors

This commit is contained in:
Henry
2012-02-24 17:13:18 +00:00
parent 8c4571a050
commit 7e580905f1

View File

@ -82,5 +82,15 @@ PIMPLE
pRefValue 0;
}
relaxationFactors
{
"U.*" 1;
"T.*" 1;
"alpha.*" 1;
"Theta.*" 1;
"k.*" 1;
"epsilon.*" 1;
}
// ************************************************************************* //