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