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
{
type buoyantPressure;
gradient uniform 0;
value uniform 100000;
type fixedFluxPressure;
}
inlet
{
type buoyantPressure;
gradient uniform 0;
value uniform 100000;
type fixedFluxPressure;
}
outlet
{
type fixedValue;
value uniform 100000;
}
blades
{
type buoyantPressure;
value uniform 100000;
type fixedFluxPressure;
}
}

View File

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