File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1164,7 +1164,7 @@ namespace HeatRecovery {
1164
1164
OutputProcessor::SOVTimeStepType::System,
1165
1165
OutputProcessor::SOVStoreType::Summed,
1166
1166
thisExchanger.Name ,
1167
- Constant::eResource::EnergyTransfer ,
1167
+ Constant::eResource::Electricity ,
1168
1168
OutputProcessor::SOVEndUseCat::HeatRecovery,
1169
1169
{},
1170
1170
OutputProcessor::SOVGroup::HVAC);
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ namespace WaterToAirHeatPump {
726
726
OutputProcessor::SOVTimeStepType::System,
727
727
OutputProcessor::SOVStoreType::Summed,
728
728
heatPump.Name ,
729
- Constant::eResource::PlantLoopCoolingDemand ,
729
+ Constant::eResource::PlantLoopHeatingDemand ,
730
730
OutputProcessor::SOVEndUseCat::HeatingCoils,
731
731
{},
732
732
OutputProcessor::SOVGroup::HVAC);
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ namespace WaterToAirHeatPumpSimple {
736
736
OutputProcessor::SOVTimeStepType::System,
737
737
OutputProcessor::SOVStoreType::Summed,
738
738
simpleWAHP.Name ,
739
- Constant::eResource::PlantLoopCoolingDemand ,
739
+ Constant::eResource::PlantLoopHeatingDemand ,
740
740
OutputProcessor::SOVEndUseCat::HeatingCoils,
741
741
{},
742
742
OutputProcessor::SOVGroup::HVAC);
You can’t perform that action at this time.
0 commit comments