Skip to content

Commit

Permalink
Replace refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Dec 10, 2024
1 parent 8ab81a0 commit a854fb1
Show file tree
Hide file tree
Showing 5 changed files with 5,294 additions and 5,294 deletions.
10 changes: 5 additions & 5 deletions src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4535,19 +4535,19 @@ void HPWH::initPreset(MODELS presetNum)
double cop95_0 = cop95_op - dcop_dT * (Ts_op);

compressor->perfMap.push_back({
50, // Temperature (F)
50, // Temperature (F)
{Pin50_0, dPin_dT, 0.}, // Input Power Coefficients (W)
{cop50_0, dcop_dT, 0.} // COP Coefficients
{cop50_0, dcop_dT, 0.} // COP Coefficients
});

compressor->perfMap.push_back({
67.5, // Temperature (F)
67.5, // Temperature (F)
{Pin67_0, dPin_dT, 0.}, // Input Power Coefficients (W)
{cop67_0, dcop_dT, 0.} // COP Coefficients
{cop67_0, dcop_dT, 0.} // COP Coefficients
});

compressor->perfMap.push_back({
95, // Temperature (F)
95, // Temperature (F)
{Pin95_0, dPin_dT, 0.}, // Input Power Coefficients (W)
{cop95_0, dcop_dT, 0.} // COP Coefficients
});
Expand Down
Loading

0 comments on commit a854fb1

Please sign in to comment.