tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger: use fixedFluxPressure not buoyantPressure BCs

This commit is contained in:
Henry 2013-09-11 11:23:29 +01:00
parent a6f9a19884
commit 0e10f00241
2 changed files with 5 additions and 15 deletions

View File

@ -23,25 +23,19 @@ boundaryField
{ {
walls walls
{ {
type buoyantPressure; type fixedFluxPressure;
gradient uniform 0;
value uniform 100000;
} }
inlet inlet
{ {
type buoyantPressure; type fixedFluxPressure;
gradient uniform 0;
value uniform 100000;
} }
outlet outlet
{ {
type fixedValue; type fixedValue;
value uniform 100000;
} }
blades blades
{ {
type buoyantPressure; type fixedFluxPressure;
value uniform 100000;
} }
} }

View File

@ -23,9 +23,7 @@ boundaryField
{ {
inlet inlet
{ {
type buoyantPressure; type fixedFluxPressure;
gradient uniform 0;
value uniform 100000;
} }
outlet outlet
{ {
@ -34,9 +32,7 @@ boundaryField
} }
fixedWalls fixedWalls
{ {
type buoyantPressure; type fixedFluxPressure;
gradient uniform 0;
value uniform 100000;
} }
} }