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

PR: Vectorization of the "heatpump" module #8

Merged
merged 12 commits into from
Jul 9, 2018

Conversation

jnsebgosselin
Copy link
Member

@jnsebgosselin jnsebgosselin commented Jul 7, 2018

  • Remove completely the concept of cooling and heating mode
  • The independent variables TinHP, Vf, and qbat are now all defined as numpy arrays.
  • The dependent variables COP, CAP, ToutHP, and Tm all return numpy arrays.

When calculating the COP and ToutHP for every value of TinHP, the program uses the equations and property tables for cooling for every index where qbat < 0 and heating where qbat >= 0.

@jnsebgosselin jnsebgosselin added this to the 0.1.0 milestone Jul 7, 2018
@jnsebgosselin jnsebgosselin self-assigned this Jul 7, 2018
@cgq-qgc cgq-qgc deleted a comment from codecov bot Jul 7, 2018
@pep8speaks
Copy link

pep8speaks commented Jul 7, 2018

Hello @jnsebgosselin! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on July 09, 2018 at 02:16 Hours UTC

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

Successfully merging this pull request may close these issues.

None yet

2 participants