Skip to content

Commit

Permalink
fix after merging latest dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhou601 committed Jul 29, 2021
1 parent 30350db commit 7cd6314
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions src/EnergyPlus/HeatBalanceAirManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1194,92 +1194,92 @@ void GetSimpleAirModelInputs(EnergyPlusData &state, bool &ErrorsFound) // IF err
"Infiltration Sensible Heat Loss Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilHeatLoss,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Sensible Heat Gain Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilHeatGain,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Latent Heat Loss Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilLatentLoss,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Latent Heat Gain Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilLatentGain,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Total Heat Loss Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilTotalLoss,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Total Heat Gain Energy",
OutputProcessor::Unit::J,
state.dataHeatBal->Infiltration(Loop).InfilTotalGain,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Current Density Volume Flow Rate",
OutputProcessor::Unit::m3_s,
state.dataHeatBal->Infiltration(Loop).InfilVdotCurDensity,
"Zone",
"Average",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Average,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Standard Density Volume Flow Rate",
OutputProcessor::Unit::m3_s,
state.dataHeatBal->Infiltration(Loop).InfilVdotStdDensity,
"Zone",
"Average",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Average,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Current Density Volume",
OutputProcessor::Unit::m3,
state.dataHeatBal->Infiltration(Loop).InfilVolumeCurDensity,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Standard Density Volume",
OutputProcessor::Unit::m3,
state.dataHeatBal->Infiltration(Loop).InfilVolumeStdDensity,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Mass",
OutputProcessor::Unit::kg,
state.dataHeatBal->Infiltration(Loop).InfilMass,
"Zone",
"Sum",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Summed,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Mass Flow Rate",
OutputProcessor::Unit::kg_s,
state.dataHeatBal->Infiltration(Loop).InfilMdot,
"Zone",
"Average",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Average,
state.dataHeatBal->Infiltration(Loop).Name);
SetupOutputVariable(state,
"Infiltration Air Change Rate",
OutputProcessor::Unit::ach,
state.dataHeatBal->Infiltration(Loop).InfilAirChangeRate,
"Zone",
"Average",
OutputProcessor::SOVTimeStepType::Zone,
OutputProcessor::SOVStoreType::Average,
state.dataHeatBal->Infiltration(Loop).Name);

if (RepVarSet(state.dataHeatBal->Infiltration(Loop).ZonePtr)) {
Expand Down

5 comments on commit 7cd6314

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

infiltration-reporting (yzhou601) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3148 of 3148 tests passed, 381 test warnings)

Messages:\n

  • 381 tests had: AUD diffs.
  • 373 tests had: RDD diffs.

Build Badge Test Badge

@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.

infiltration-reporting (yzhou601) - x86_64-MacOS-10.15-clang-11.0.0: OK (3107 of 3107 tests passed, 380 test warnings)

Messages:\n

  • 380 tests had: AUD diffs.
  • 372 tests had: RDD diffs.

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

infiltration-reporting (yzhou601) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1662 of 1662 tests passed, 0 test warnings)

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.

infiltration-reporting (yzhou601) - Win64-Windows-10-VisualStudio-16: OK (2357 of 2357 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

infiltration-reporting (yzhou601) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (726 of 726 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.