Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Dec 11, 2024
1 parent 25780d1 commit 53c8a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4543,19 +4543,19 @@ void HPWH::initPreset(MODELS presetNum)
double cop95_0 = cop95_op - dcop_dTs * (Ts_op - 0.);

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

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

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

0 comments on commit 53c8a7b

Please sign in to comment.