Changing BC for U at side and front/back patches

This commit is contained in:
sergio
2014-03-31 12:17:01 +01:00
committed by Andrew Heather
parent e01af8264c
commit 5fecd2b5dc
2 changed files with 3 additions and 1 deletions

View File

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

View File

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