Skip to content
Snippets Groups Projects
Commit 0e10f002 authored by Henry's avatar Henry
Browse files

tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger: use...

tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger: use fixedFluxPressure not buoyantPressure BCs
parent a6f9a198
Branches
Tags
No related merge requests found
......@@ -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;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment