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

Update DOAS mini split HP measure to use new standards heat exchanger methods #237

Open
eringold opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request upgrade measure PR improves or adds upgrade measures

Comments

@eringold
Copy link
Contributor

The temporary fix here should be re-done when new HX create/modify methods are available in openstudio-standards, to something like:

new_hr = OpenstudioStandards::HVAC::create_hx_air_to_air_sensible_and_latent(model, 
                                                                             name: "#{air_loop_hvac.name} ERV",
                                                                             ...
                                                                             latent_heating_100_eff: 0.0,
                                                                             latent_heating_75_eff: 0.0,
                                                                             etc.

This is just a reminder to do that when it's available, after the release.

@eringold eringold added enhancement New feature or request upgrade measure PR improves or adds upgrade measures labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upgrade measure PR improves or adds upgrade measures
Projects
None yet
Development

No branches or pull requests

2 participants