Skip to content

Releases: bigladder/HPWHsim

Version 1.18.1

19 Apr 21:28
7859bcd
Compare
Choose a tag to compare

Fixes UA on CAHP120

Version 1.18.0

28 Mar 16:06
094fd14
Compare
Choose a tag to compare
  • Adds split system Mitsubishi QAHV preset.
  • Adds dependency on btwxt, for grid interpolation.

Version 1.17.1

11 Feb 21:23
97f2a74
Compare
Choose a tag to compare
  • Removes debug messages

Version 1.17.0

08 Feb 21:20
745cdca
Compare
Choose a tag to compare
  • Adds generic and scalable split system MP HPWH
  • Adds Nyle split system MP presets, with and without cold weather package

Version 1.16.1

15 Dec 00:20
cf211f5
Compare
Choose a tag to compare
  • Adds tank mixing in split system multipass heaters during heating

Version 1.16.0

14 Dec 18:39
31a15bf
Compare
Choose a tag to compare
  • Adds generic resistance tank options
  • Adds experimental split system multipass HPWHs from Colmac and Rheem
  • Update to C++ 17

Version 1.15.0

13 Aug 16:38
3251916
Compare
Choose a tag to compare
  • Adds Tier 3 Generic HPWH's
  • Adds a commercial resistance tank with specific controls for a swing tank.
  • Getter for resistance element size.
  • The height of resistance elements now kept track of in a map so the resistance element getters can get elements in order of height in the tank.
  • Fix bug with message verbosity getting reset.
  • Adds a heating cycle enum for single or multipass.

Version 1.14.0

18 May 17:24
3f10dfe
Compare
Choose a tag to compare
  • Additional CMake Option to avoid building HPWHsim testing code: HPWHSIM_OMIT_TESTTOOL
    • Note if turned on must be turned off in CMakeCache.txt

Version 1.13.1

22 Apr 19:53
b62e94c
Compare
Choose a tag to compare
  • Fixes bug where linkages for messages were nulled.
  • Fixes bug where 1 - the useable tank fraction was approximately equal to the aquastat fraction but smaller.

Version 1.13.0

30 Mar 14:13
2c1a948
Compare
Choose a tag to compare
  • Add's a Scalable HPWH with resistance elements and fixs preset HPWH capacity and volume.
    • Functions to scale capacity and COP or specifically set capacity for scalable HPWH models
  • Tracks HPWH condenser water temperature.
  • Function to get the minimum operating temperature of a compressor.
  • Sets a cap on the max outlet temperature of a compressor based on the refrigerant.
    • Can only set setpoint higher than this if the HPWH has resistance elements.
  • Force an external heat source to heat to its shut off condition to enter the proper end of heating logic.
  • Optional additional standby condition for heating.
  • Function to get sizing fractions corresponding to when the compressor turns on (aquastat fraction) and when the compressor turns off (percentUseable)

Bug Fixes:

  • Inversions were not mixed in SP HPWH's when setpoint temperature was decreased. In case of cold weather packages the setpoint would be decreased when air temperature drops too low (i.e. < 40F)
  • getSetpoint() unit conversion.