We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ae6a1 commit 2995339Copy full SHA for 2995339
1 file changed
Buildings/Fluid/HeatPumps/ModularReversible/RefrigerantCycle/BaseClasses/TableData2DLoadDep.mo
@@ -17,7 +17,7 @@ block TableData2DLoadDep
17
"=true to use condenser outlet temperature for table data, false for inlet";
18
parameter Real scaFac(unit="1")=1
19
"Scaling factor for interpolated heat flow rate and power";
20
- parameter Modelica.Units.SI.DimensionlessRatio PLRSup[:](final min=0)
+ parameter Modelica.Units.SI.DimensionlessRatio PLRSup[:](each final min=0)
21
"PLR values at which heat flow rate and power data are provided";
22
final parameter Modelica.Units.SI.DimensionlessRatio PLRUnl_min=min(PLRSup)
23
"Minimum PLR before false loading the compressor";
0 commit comments