Skip to content

Commit

Permalink
Addressed the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigusse committed Mar 5, 2024
1 parent 1edbc13 commit b5547be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/PlantLoopHeatPumpEIR.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@ void EIRFuelFiredHeatPump::doPhysics(EnergyPlusData &state, Real64 currentLoad)
this->powerUsage += this->standbyElecPower;

this->fuelEnergy = this->fuelRate * reportingInterval;
this->powerEnergy = this->powerEnergy * reportingInterval;
this->powerEnergy = this->powerUsage * reportingInterval;

// energy balance on heat pump
// this->sourceSideHeatTransfer = this->calcQsource(this->loadSideHeatTransfer, this->powerUsage);
Expand Down

0 comments on commit b5547be

Please sign in to comment.