Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19-1 Logic Appears to Add Interpretation #1657

Open
JacksonJ-KC opened this issue Feb 24, 2025 · 0 comments
Open

19-1 Logic Appears to Add Interpretation #1657

JacksonJ-KC opened this issue Feb 24, 2025 · 0 comments

Comments

@JacksonJ-KC
Copy link
Collaborator

System coil capacities for the baseline building design shall be based on sizing runs for each orientation in accordance with Table G3.1, No. 5[a] and Section G3.1.2.2.1, and shall be oversized by 15% for cooling and 25% for heating.

The logic has added interpretation around which systems the rule is intended for. The logic is only applied to heatpump heating, furnace heating, and DX cooling coils, when 90.1 refers broadly to "System coil capacities".

Calculated Values also incorrectly display the oversizing factors as 0.0 when the coils are HW/CHW.

if (
is_hvac_sys_heating_type_furnace_flag
or is_hvac_sys_heating_type_heat_pump_flag
):
heating_oversizing_factor = getattr_(
hvac_b, "oversizing_factor", "heating_system", "oversizing_factor"
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant