Changing BC for U at side and front/back patches

This commit is contained in:
sergio 2014-03-31 12:17:01 +01:00
parent 11aba40114
commit 0e14a3ded6
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@ boundaryField
{
"(sides|frontAndBack)"
{
type pressureInletOutletVelocity;
type fixedValue;
value uniform (0 0 0);
}
region0_to_wallFilmRegion_wallFilmFaces

View file

@ -96,6 +96,8 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
pRefCell 0;
pRefValue 1e5;
}