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

Refactor - functional programming for calculate_dhw_usage #272

Open
ethanstrominger opened this issue Nov 12, 2024 · 0 comments
Open

Refactor - functional programming for calculate_dhw_usage #272

ethanstrominger opened this issue Nov 12, 2024 · 0 comments

Comments

@ethanstrominger
Copy link
Collaborator

  • Change
calculate_dhw_usage()

to

           dhw_usage = _calculate_dhw_usage (
           estimated_water_heating_efficiency, 
           dhw_input.number_of_occupants,
           stand_by_losses, 
           heating_system_efficiency
           )

See other issue for function programming to see the steps involved.

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