Skip to content

Commit

Permalink
Change cop coeffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Dec 20, 2023
1 parent 58dd30b commit 3f9f34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3857,7 +3857,7 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {
compressor.perfMap.push_back({
67, // Temperature (T_F)
{-1713, 46.60, 0.}, // Input Power Coefficients (inputPower_coeffs)
{-0.28156, 0.025064, 0.} // COP Coefficients (COP_coeffs)
{-0.239326, 0.02882, 0.} // COP Coefficients (COP_coeffs)
});

compressor.perfMap.push_back({
Expand Down
4 changes: 2 additions & 2 deletions test/AquaThermAire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ heatsource 0 copT2quad 0.0
heatsource 0 inPowT3const -1713
heatsource 0 inPowT3lin 46.60
heatsource 0 inPowT3quad 0.0
heatsource 0 copT3const -0.28156
heatsource 0 copT3lin 0.025064
heatsource 0 copT3const -0.239326
heatsource 0 copT3lin 0.02882
heatsource 0 copT3quad 0.0

# 95F Coefficients
Expand Down

0 comments on commit 3f9f34a

Please sign in to comment.