Skip to content

Commit

Permalink
add fix to CondFD EMS vars to reset report vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Feb 1, 2021
1 parent 89b49b3 commit 69611b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/HeatBalFiniteDiffManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,8 @@ namespace HeatBalFiniteDiffManager {
SurfaceFD(Surf).PhaseChangeStateOld = 0;
SurfaceFD(Surf).PhaseChangeStateOldOld = 0;
SurfaceFD(Surf).PhaseChangeTemperatureReverse = 50;
SurfaceFD(Surf).condNodeReport = 0.0;
SurfaceFD(Surf).specHeatNodeReport = 0.0;

// Setup EMS data
for (int lay = 1; lay <= state.dataConstruction->Construct(ConstrNum).TotLayers; ++lay) {
Expand Down

0 comments on commit 69611b1

Please sign in to comment.