sound-data / DEER-Prototypes-EnergyPlus

11 stars 4 forks source link

Missing input fields in Coil:Heating:DX:MultiSpeed objects #27

Closed simularis closed 4 months ago

simularis commented 4 months ago

In the unitary HVAC template, the number of input fields for Coil:Heating:DX:MultiSpeed object is out of date with EnergyPlus version 22.2. See input output reference here.

This can be observed when the heat_coil_type == "DX-AIR" and dx_comp_speed is DUAL-EQUAL (anything but CONSTANT).

https://github.com/sound-data/DEER-Prototypes-EnergyPlus/blob/d6e6ed98b089c10a7f56743f37824cfd8e493e47/templates/energyplus/templates/system/unitary.pxt#L1949

https://github.com/sound-data/DEER-Prototypes-EnergyPlus/blob/d6e6ed98b089c10a7f56743f37824cfd8e493e47/templates/energyplus/templates/system/unitary.pxt#L1978-L1982

simularis commented 4 months ago

Thanks!