ENH: outletMappedUniformInlet BC - Cp only calculated for patch and not entire domain; input keywords updated for consistency

This commit is contained in:
Andrew Heather
2016-12-12 12:13:53 +00:00
parent c0f44ac4f3
commit 6408cd1fbb
3 changed files with 36 additions and 54 deletions

View File

@ -26,8 +26,8 @@ boundaryField
type outletMappedUniformInletHeatAddition;
outletPatchName outlet1;
Q 5; // Heat addition in W
minTempLimit 300;
maxTempLimit 500;
TMin 300;
TMax 500;
value $internalField;
}