diff --git a/tutorials/compressible/rhoSimplecFoam/squareBend/0/p b/tutorials/compressible/rhoSimplecFoam/squareBend/0/p index 5e1d1effb2..79a1eeb028 100644 --- a/tutorials/compressible/rhoSimplecFoam/squareBend/0/p +++ b/tutorials/compressible/rhoSimplecFoam/squareBend/0/p @@ -26,8 +26,8 @@ boundaryField } inlet { - //type zeroGradient; - type mixed; + type zeroGradient; + //type mixed; refValue uniform 110000; refGradient uniform 0; valueFraction uniform 0.3; diff --git a/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution b/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution index df2018d930..09afca5761 100644 --- a/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution +++ b/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution @@ -65,8 +65,9 @@ relaxationFactors } equations { + p 1; U 0.9; - h 0.8; + h 0.9; k 0.9; epsilon 0.9; }