open229 / ruleset-model-description-schema

Developing a schema for ASHRAE Standard 229P.
Other
7 stars 3 forks source link

Heat pump operating with auxilliary heat #211

Closed mkarpman closed 1 month ago

mkarpman commented 7 months ago

G3.1.3.1 Heat Pumps (Systems 2 and 4) states that "Electric air-source heat pumps shall be modeled with electric auxiliary heat and an outdoor air thermostat. The systems shall be controlled to energize auxiliary heat only when the outdoor air temperature is less than 40°F. The air-source heat pump shall be modeled to continue to operate while auxiliary heat is energized."

There is HeatingSystem.h e a t p u m p a u x i l l i a r y h e a t t y p e and h e a t p u m p l o w s h u t o f f t e m p e r a t u r e schema elements, but there seems to be no way to verify the requirement in the last sentence. Suggest adding HeatingSystem.heatpump_operates_when_auxilliary_heat (true/false).

JasonGlazer commented 6 months ago

@mkarpman I have always assumed that when heating_system.heatpump_auxilliary_heat_high_shutoff_temperature is greater than heating_system.heatpump_low_shutoff_temperature that the range of temperatures between them both the heat pump and the auxiliary heat both operate. Does that cover the concern you raised?

JasonGlazer commented 3 months ago

@mkarpman Do you still want a change or should I close this issue?

mkarpman commented 3 months ago

I don't feel strongly about it, but I thought this requirement is conceptually similar to economizer high limit shut-off + integrated operation. So even if heat pump capacity can no longer meet the load, it keeps running in parallel with auxilliary heat if themerature is above the cut-off.

JasonGlazer commented 1 month ago

Clarify expected behavior in note.

JasonGlazer commented 1 month ago

Addressed in 0.0.37