tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger: use fixedFluxPressure not buoyantPressure BCs
This commit is contained in:
parent
a6f9a19884
commit
0e10f00241
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user