Skip to content

Commit fc19b90

Browse files
committed
Fix a few SetupOutputVariable mislabelings
1 parent 2612278 commit fc19b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/EnergyPlus/HeatRecovery.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ namespace HeatRecovery {
11641164
OutputProcessor::SOVTimeStepType::System,
11651165
OutputProcessor::SOVStoreType::Summed,
11661166
thisExchanger.Name,
1167-
Constant::eResource::EnergyTransfer,
1167+
Constant::eResource::Electricity,
11681168
OutputProcessor::SOVEndUseCat::HeatRecovery,
11691169
{},
11701170
OutputProcessor::SOVGroup::HVAC);

src/EnergyPlus/WaterToAirHeatPump.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ namespace WaterToAirHeatPump {
726726
OutputProcessor::SOVTimeStepType::System,
727727
OutputProcessor::SOVStoreType::Summed,
728728
heatPump.Name,
729-
Constant::eResource::PlantLoopCoolingDemand,
729+
Constant::eResource::PlantLoopHeatingDemand,
730730
OutputProcessor::SOVEndUseCat::HeatingCoils,
731731
{},
732732
OutputProcessor::SOVGroup::HVAC);

src/EnergyPlus/WaterToAirHeatPumpSimple.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ namespace WaterToAirHeatPumpSimple {
736736
OutputProcessor::SOVTimeStepType::System,
737737
OutputProcessor::SOVStoreType::Summed,
738738
simpleWAHP.Name,
739-
Constant::eResource::PlantLoopCoolingDemand,
739+
Constant::eResource::PlantLoopHeatingDemand,
740740
OutputProcessor::SOVEndUseCat::HeatingCoils,
741741
{},
742742
OutputProcessor::SOVGroup::HVAC);

0 commit comments

Comments
 (0)