setDesignInletAirWetBulbTemperature for CoolingTowerTwoSpeed not working

asked 2021-02-26 12:37:25 -0500

xchen's avatar

updated 2021-07-09 17:48:15 -0500

Hi, I'm trying to write the design inlet air wet bulb temperature for my cooling tower in openstudio measure, and found that setDesignInletAirWetBulbTemperature is not working. The measure ran through with this field, but when I checked the input in OS interface, this field still remains as the default value, which is 78.08. I checked the sdk document, and this seems to be the right function. Although in OS file, this field is called "Design Inlet Air Wet-Bulb Temperature ". setDesignInletAirDryBulbTemperature works fine. Anyone knows how to correctly cite this function?

I'm using OS v2.8.1.

edit retag flag offensive close merge delete

Comments

I think what happens is that this field needs to be higher than 68F, and any values passed along that is less than this gets ignored and the default value stays. Let me know if this is the reason, thanks.

xchen's avatar xchen  ( 2021-02-26 12:42:44 -0500 )edit