mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: outletMappedUniformInlet BC - Cp only calculated for patch and not entire domain; input keywords updated for consistency
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user