rhoSimplecFoam/squareBend: Update tutorial for latest version of rhoSimplecFoam

This commit is contained in:
Henry
2012-04-04 17:44:42 +01:00
parent 42612f2db5
commit fca4d338ea
2 changed files with 4 additions and 3 deletions

View File

@ -26,8 +26,8 @@ boundaryField
} }
inlet inlet
{ {
//type zeroGradient; type zeroGradient;
type mixed; //type mixed;
refValue uniform 110000; refValue uniform 110000;
refGradient uniform 0; refGradient uniform 0;
valueFraction uniform 0.3; valueFraction uniform 0.3;

View File

@ -65,8 +65,9 @@ relaxationFactors
} }
equations equations
{ {
p 1;
U 0.9; U 0.9;
h 0.8; h 0.9;
k 0.9; k 0.9;
epsilon 0.9; epsilon 0.9;
} }