Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure

This commit is contained in:
Henry
2012-04-20 09:49:58 +01:00
parent 4eafca473c
commit ef8efc27ba
48 changed files with 137 additions and 141 deletions

View File

@ -15,37 +15,31 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
4
(
left
{
type symmetryPlane;
nFaces 320;
startFace 99210;
}
outlet
{
type patch;
nFaces 320;
startFace 99530;
startFace 99370;
}
up
{
type symmetryPlane;
nFaces 380;
startFace 99850;
startFace 99690;
}
hole
{
type wall;
nFaces 560;
startFace 100230;
startFace 100070;
}
frontAndBack
{
type empty;
nFaces 100000;
startFace 100790;
startFace 100630;
}
)