multiphaseEulerFoam: further updates to the MRF functionality

This commit is contained in:
Henry
2011-09-16 19:18:19 +01:00
parent 41339f7550
commit 72a2f9b45c
9 changed files with 16 additions and 353 deletions

View File

@ -97,18 +97,12 @@ PIMPLE
relaxationFactors
{
fields
{
}
equations
{
"U.*" 1;
"T.*" 1;
"alpha.*" 1;
"Theta.*" 1;
"k.*" 1;
"epsilon.*" 1;
}
"U.*" 1;
"T.*" 1;
"alpha.*" 1;
"Theta.*" 1;
"k.*" 1;
"epsilon.*" 1;
}

View File

@ -88,13 +88,7 @@ PIMPLE
relaxationFactors
{
fields
{
}
equations
{
"U.*" 1;
}
"U.*" 1;
}
// ************************************************************************* //