Skip to content

Conversation

@amirroth
Copy link
Collaborator

This PR fixes an issue in the IceThermalStorage module (#10890) discovered during the recent FluidAPI refactor.

@amirroth amirroth added the Defect Includes code to repair a defect in EnergyPlus label Jan 10, 2025
@amirroth amirroth added this to the EnergyPlus 25.1 milestone Jan 10, 2025
// BUG? I think this is supposed to be getSpecificHeat, not getDensity
Real64 CpFluid =
state.dataPlnt->PlantLoop(loopNum).glycol->getDensity(state, state.dataLoopNodes->Node(this->PltInletNodeNum).Temp, RoutineName);
state.dataPlnt->PlantLoop(loopNum).glycol->getSpecificHeat(state, state.dataLoopNodes->Node(this->PltInletNodeNum).Temp, RoutineName);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-explanatory. Fluid density was retrieved where specific heat should have.

@github-actions
Copy link

⚠️ Regressions detected on macos-14 for commit 8ecde06

Regression Summary
  • EIO: 2
  • ESO Big Diffs: 2
  • MTR Big Diffs: 1
  • Table Big Diffs: 1
  • MTR Small Diffs: 1
  • Table Small Diffs: 1

@Myoldmopar
Copy link
Member

Some diffs, yes, but easily justified. Merging this in. Thanks @amirroth

@Myoldmopar Myoldmopar merged commit d14291c into develop Jan 10, 2025
10 checks passed
@Myoldmopar Myoldmopar deleted the IceStorageFix branch January 10, 2025 18:26
@jmarrec
Copy link
Contributor

jmarrec commented Jan 23, 2025

This PR fixes an issue in the IceThermalStorage module (#10890) discovered during the recent FluidAPI refactor.

@amirroth please remember to use in the Original Post of a PR a format like

  • Fix #XXXX

so that the PR merge correctly closes the linked issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Defect Includes code to repair a defect in EnergyPlus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants