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

@ -22,19 +22,19 @@ boundaryField
{
leftWall
{
type buoyantPressure;
type fixedFluxPressure;
value uniform 0;
}
rightWall
{
type buoyantPressure;
type fixedFluxPressure;
value uniform 0;
}
lowerWall
{
type buoyantPressure;
type fixedFluxPressure;
value uniform 0;
}

View File

@ -23,19 +23,19 @@ boundaryField
{
leftWall
{
type buoyantPressure;
type fixedFluxPressure;
gradient uniform 0;
value uniform 0;
}
rightWall
{
type buoyantPressure;
type fixedFluxPressure;
gradient uniform 0;
value uniform 0;
}
lowerWall
{
type buoyantPressure;
type fixedFluxPressure;
gradient uniform 0;
value uniform 0;
}