Skip to content

Commit

Permalink
Merge pull request #8801 from jcyuan2020/GroundDomain_Horizontal_Insu…
Browse files Browse the repository at this point in the history
…lation_Thickness

Fix the ground slab horizontal insulation thickness issue (Issues 7881 and 8800)
  • Loading branch information
Myoldmopar authored Aug 31, 2021
2 parents d5b1f6e + fae46bf commit 5ce3c9b
Show file tree
Hide file tree
Showing 4 changed files with 3,772 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/PlantPipingSystemsManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ namespace PlantPipingSystemsManager {

// Create Y-direction partitions

CellWidth = this->VertInsThickness;
CellWidth = this->HorizInsThickness;

// Partition at bottom edge of vertical insulation, if vertical insulation present
if (this->VertInsPresentFlag) {
Expand Down
Loading

2 comments on commit 5ce3c9b

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

develop (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (2417 of 2417 tests passed, 0 test warnings)

Build Badge Test 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.

develop (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2396 of 2396 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.