Code Monkey home page Code Monkey logo

residential_hvac's Introduction

Residential HVAC

Calculations are based on:

  • Performance maps from: D. Cutler, J. Winkler, N. Kruis, C. Christensen, M. Brendemuehl. 2013. Improved Modeling of Residential Air Conditioners and Heat Pumps for Energy Calculations. NREL/TP-5500-56354. https://www.nrel.gov/docs/fy13osti/56354.pdf.
  • Assumptions for c_d (cycling derate)
  • Assumptions for rated fan power (W/cfm)

Single-speed air conditioners

To calculate COP:

$ python air_conditioner.py SEER

Example w/ results:

$ python air_conditioner.py 13
COP_cooling: 4.0

Single-speed heat pumps

To calculate COP:

$ python heat_pump.py SEER HSPF

Example w/results:

$ python heat_pump.py 13 7.7
COP_cooling: 4.04
COP_heating: 3.38

Tests

Tests provide expected COPs for a given set of SEER/HSPF values.

To run all tests:

$ python tests.py

Testing ACs:
SEER = 8...
SEER = 10...
SEER = 13...
SEER = 14...
SEER = 15...
.
Testing HPs:
SEER = 8, HSPF=6.0...
SEER = 10, HSPF=6.2...
SEER = 13, HSPF=7.7...
SEER = 14, HSPF=8.2...
SEER = 15, HSPF=8.5...
.
----------------------------------------------------------------------
Ran 2 tests in 0.008s

OK

residential_hvac's People

Contributors

shorowit avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.