Skip to content

Commit

Permalink
Add sizing stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Sep 3, 2024
1 parent bb6f090 commit 1c2b496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ CoilCoolingDX205Performance::CoilCoolingDX205Performance(EnergyPlus::EnergyPlusD
}
}

void CoilCoolingDX205Performance::size(EnergyPlusData &state)
{
}

void CoilCoolingDX205Performance::simulate(EnergyPlus::EnergyPlusData &state,
const DataLoopNode::NodeData &inletNode,
DataLoopNode::NodeData &outletNode,
Expand Down
2 changes: 2 additions & 0 deletions src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ struct CoilCoolingDX205Performance : public CoilCoolingDXPerformanceBase
Real64 rated_total_cooling_capacity;
Real64 rated_steady_state_heating_capacity;

void size(EnergyPlusData &state) override;

void simulate(EnergyPlusData &state,
const DataLoopNode::NodeData &inletNode,
DataLoopNode::NodeData &outletNode,
Expand Down

4 comments on commit 1c2b496

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: Build Failed

Failures:\n

API Test Summary

  • Passed: 9
  • Failed: 1
  • notrun: 5

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

ashrae-205-coils (bigladder) - Win64-Windows-10-VisualStudio-16: Build Failed

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: Build Failed

Messages:\n

  • 20 tests had: EIO diffs.
  • 7 tests had: ESO small diffs.
  • 5 tests had: Table small diffs.
  • 21 tests had: Table string diffs.
  • 17 tests had: Table big diffs.
  • 2 tests had: ERR diffs.
  • 2 tests had: EDD diffs.
  • 7 tests had: MTR small diffs.
  • 5 tests had: ESO big diffs.
  • 2 tests had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 790
  • Failed: 23

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

Please sign in to comment.