You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaving Water Setpoint Temperature is also 0.00 here, which is not right either.
The water flow rate showing as 0 is because precision is 2 digits, and your CT is sized to 0.004019 m3/s (or 60 Gal/min), which perhaps seems unusually low (?). Not sure whether the precision should be increased or not.
I'd tend to think that for Water flow rates in m3/s, we should settle on a precision of 6 sig digits.
```
[ RUN ] EnergyPlusFixture.CondenserLoopTowers_VSCoolingTower_OutputReport
/home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:4925: Failure
Expected equality of these values:
expectedDesOutletWaterTemp
Which is: 27.84
VSTower.DesOutletWaterTemp
Which is: 0
/home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:4926: Failure
Expected equality of these values:
expectedDesInletWaterTemp
Which is: 33.98
VSTower.DesInletWaterTemp
Which is: 0
/home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:4952: Failure
Expected equality of these values:
fmt::format("{:.2f}", expectedDesignInletWB)
Which is: "23.28"
OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesInletAirWBT, TowerName)
Which is: "0.00"
/home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:4955: Failure
Expected equality of these values:
fmt::format("{:.2f}", expectedDesOutletWaterTemp)
Which is: "27.84"
OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCLevWaterSPTemp, TowerName)
Which is: "0.00"
```
Cooling Tower Design Inlet Air Wet-Blub temperature is 25 C in idf however is 0C in eplustbl.htm
Details
Some additional details for this issue (if relevant):
.idf and eplustbl.htl are attached.
files.zip
The text was updated successfully, but these errors were encountered: