Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Your goal is to calculate the zone bill. Then, firstly, please don't use sensible heating and cooling energy. You should use Output:Variable Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

I don't know if you are familiar with MEP engineering, but very fundamentally, every heat source has its own efficiency. In this case (FurnaceWithDXSystem.idf), Burner Efficiency of Furnace Heating Coil is 0.8, and COP of DX Cooling Coil is 3.

Basically,

Heating Coil NaturalGas Energy [J] = Zone Air System Sensible Heating Energy [J] / Burner Efficiency

Cooling Coil Electricity Energy [J] = Zone Air System Sensible Cooling Energy [J] / COP

But the efficiency can vary depending on various factors such as outdoor temperature and partial load ratio, and EnergyPplus automatically calcurates it. So, you should not manually calculate Electricity and NaturalGas Energy from the above equations. Just select Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

Secondly, how about Fan Power? The original ExampleFile is a central heating/cooling system with one fan, one cooling coil, one heating coil and three zones (although you might have editted it to a single zone).

image description

If you want to include Fan Electricity Energy to the zone bill, you can add Fan Electricity Energy[J] and Cooling Coil Electricity Energy[J] together. Or, as an easier way, select Output:Meter Electricity:HVAC[J]. This output includes Electricity used in all HVAC equipment such as heat sources, fans and pumps. In this case, there is no pump, so

Electricity:HVAC[J] = Cooling Coil Electricity Energy[J] + Fan Electricity Energy[J]

And for your reference,

Electricity:Facility[J] = Electricity:Building[J] + Electricity:HVAC[J]

Thirdly, you said "In meter output, it combines heating and cooling. I think it calculates also cooling for January and heating for July.", but I don't think so. It's because the original ExampleFile has Control Type Shedule Name in ZoneControl:Thermostat in order to specify when needs to be cooled and when needs to be heated. According to the schedule Zone Control Type Sched, heating is only allowed from Jan to Mar and from Oct to Dec, and cooling is only allowed from Apr to Sep. If you want to set up the thermostat so that both heating and cooling can be available annually, you need to use ThermostatSetpoint:DualSetpoint instead of ThermostatSetpoint:SingleHeatingOrCooling, and you need to use "4" as the schedule .

image description

Pelase refer to this revised IDF file (the version of EnergyPlus is 9.4.0). I changed the thermostat settings as above. Also, I added Output:Variable and Output:Meter as above. Reporting Frequency is set to Monthly. Furthermore, I added UtilityCost settings. EnergyPlus can calculate and output UtilityCost. Please change Monetary Unit in CurrencyType and Cost per Unit Value or Variable Name (= energy tariff) in UtilityCost:Charge:Simple as you like.

Finally, your current model seems to have only one zone, but if you want to model the multiple zone and calculate each zone bill later, then you can utilise Zone Air System Sensible Heating Energy and Zone Air System Sensible Cooling Energy in order to calculate the percentage of energy use for each zone. Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy need to be prorated according to the proportion of energy consumption in each zone because the model has only one heat source each for heating and cooling (Furnace for heating and DX Coil for cooling). For central HVAC system, energy fuels (Electricity and NaturalGas) are not consumed in zones, but consumed in the heat source. If you want to charge the consumed energy to each zone, the consumed energy needs to be prorated according to the proportion of energy distributed to each zone. If there are three zones (Zone A, B and C),

Zone A:Electricity Energy [J] = Cooling Coil Electricity Energy [J] × Zone A:Zone Air System Sensible Cooling Energy / (Zone A:Zone Air System Sensible Cooling Energy + Zone B:Zone Air System Sensible Cooling Energy + Zone C:Zone Air System Sensible Heating Energy)

Your goal is to calculate the zone bill. Then, firstly, please don't use sensible heating and cooling energy. You should use Output:Variable Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

I don't know if you are familiar with MEP engineering, but very fundamentally, every heat source has its own efficiency. In this case (FurnaceWithDXSystem.idf), Burner Efficiency of Furnace Heating Coil is 0.8, and COP of DX Cooling Coil is 3.

Basically,

Heating Coil NaturalGas Energy [J] = Zone Air System Sensible Heating Energy [J] / Burner Efficiency

Cooling Coil Electricity Energy [J] = Zone Air System Sensible Cooling Energy [J] / COP

But the efficiency can vary depending on various factors such as outdoor temperature and partial load ratio, and EnergyPplus automatically calcurates it. So, you should not manually calculate Electricity and NaturalGas Energy from the above equations. Just select Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

Secondly, how about Fan Power? The original ExampleFile is a central heating/cooling system with one fan, one cooling coil, one heating coil and three zones (although you might have editted it to a single zone).

image description

If you want to include Fan Electricity Energy to the zone bill, you can add Fan Electricity Energy[J] and Cooling Coil Electricity Energy[J] together. Or, as an easier way, select Output:Meter Electricity:HVAC[J]. This output includes Electricity used in all HVAC equipment such as heat sources, fans and pumps. In this case, there is no pump, so

Electricity:HVAC[J] = Cooling Coil Electricity Energy[J] + Fan Electricity Energy[J]

And for your reference,

Electricity:Facility[J] = Electricity:Building[J] + Electricity:HVAC[J]

Thirdly, you said "In meter output, it combines heating and cooling. I think it calculates also cooling for January and heating for July.", but I don't think so. It's because the original ExampleFile has Control Type Shedule Name in ZoneControl:Thermostat in order to specify when needs to be cooled and when needs to be heated. According to the schedule Zone Control Type Sched, heating is only allowed from Jan to Mar and from Oct to Dec, and cooling is only allowed from Apr to Sep. If you want to set up the thermostat so that both heating and cooling can be available annually, you need to use ThermostatSetpoint:DualSetpoint instead of ThermostatSetpoint:SingleHeatingOrCooling, and you need to use "4" as the schedule .

image description

Pelase refer to this revised IDF file (the version of EnergyPlus is 9.4.0). I changed the thermostat settings as above. Also, I added Output:Variable and Output:Meter as above. Reporting Frequency is set to Monthly. Furthermore, I added UtilityCost settings. EnergyPlus can calculate and output UtilityCost. Please change Monetary Unit in CurrencyType and Cost per Unit Value or Variable Name (= energy tariff) in UtilityCost:Charge:Simple as you like.

Finally, your current model seems to have only one zone, but if you want to model the multiple zone and calculate each zone bill later, then you can utilise Zone Air System Sensible Heating Energy and Zone Air System Sensible Cooling Energy in order to calculate the percentage of energy use for each zone. Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy need to be prorated according to the proportion of energy consumption in each zone because the model has only one heat source each for heating and cooling (Furnace for heating and DX Coil for cooling). For central HVAC system, energy fuels (Electricity and NaturalGas) are not consumed in zones, but consumed in the heat source. If you want to charge the consumed energy to each zone, the consumed energy needs to be prorated according to the proportion of energy distributed to each zone. If there are three zones (Zone A, B and C),

Zone A:Electricity Energy [J] = Cooling Coil Electricity Energy [J] × Zone A:Zone Air System Sensible Cooling Energy / (Zone A:Zone Air System Sensible Cooling Energy + Zone B:Zone Air System Sensible Cooling Energy + Zone C:Zone Air System Sensible Heating Energy)

Your goal is to calculate the zone bill. Then, firstly, please don't use sensible heating and cooling energy. You should use Output:Variable Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

I don't know if you are familiar with MEP engineering, but very fundamentally, every heat source has its own efficiency. In this case (FurnaceWithDXSystem.idf), Burner Efficiency of Furnace Heating Coil is 0.8, and COP of DX Cooling Coil is 3.

Basically,

Heating Coil NaturalGas Energy [J] = Zone Air System Sensible Heating Energy [J] / Burner Efficiency

Cooling Coil Electricity Energy [J] = Zone Air System Sensible Cooling Energy [J] / COP

But the efficiency can vary depending on various factors such as part load ratio and outdoor temperature and partial load ratio, air temperature, and EnergyPplus automatically calcurates it. So, you should not manually calculate Electricity and NaturalGas Energy from the above equations. Just select Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

Secondly, how about Fan Power? The original ExampleFile is a central heating/cooling system with one fan, one cooling coil, one heating coil and three zones (although you might have editted it to a single zone).

If you want to include Fan Electricity Energy to the zone bill, you can add Fan Electricity Energy[J] and Cooling Coil Electricity Energy[J] together. Or, as an easier way, select Output:Meter Electricity:HVAC[J]. This output includes Electricity used in all HVAC equipment such as heat sources, fans and pumps. In this case, there is no pump, so

Electricity:HVAC[J] = Cooling Coil Electricity Energy[J] + Fan Electricity Energy[J]

And for your reference,

Electricity:Facility[J] = Electricity:Building[J] + Electricity:HVAC[J]

Thirdly, you said "In meter output, it combines heating and cooling. I think it calculates also cooling for January and heating for July.", but I don't think so. It's because the original ExampleFile has Control Type Shedule Name in ZoneControl:Thermostat in order to specify when needs to be cooled and when needs to be heated. According to the schedule Zone Control Type Sched, heating is only allowed from Jan to Mar and from Oct to Dec, and cooling is only allowed from Apr to Sep. If you want to set up the thermostat so that both heating and cooling can be available annually, you need to use ThermostatSetpoint:DualSetpoint instead of ThermostatSetpoint:SingleHeatingOrCooling, and you need to use "4" as the schedule .

image description

Pelase refer to this revised IDF file (the version of EnergyPlus is 9.4.0). I changed the thermostat settings as above. Also, I added Output:Variable and Output:Meter as above. Reporting Frequency is set to Monthly. Furthermore, I added UtilityCost settings. EnergyPlus can calculate and output UtilityCost. Please change Monetary Unit in CurrencyType and Cost per Unit Value or Variable Name (= energy tariff) in UtilityCost:Charge:Simple as you like.

Finally, your current model seems to have only one zone, but if you want to model the multiple zone and calculate each zone bill later, then you can utilise Zone Air System Sensible Heating Energy and Zone Air System Sensible Cooling Energy in order to calculate the percentage of energy use for each zone. Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy need to be prorated according to the proportion of energy consumption in each zone because the model has only one heat source each for heating and cooling (Furnace for heating and DX Coil for cooling). For central HVAC system, energy fuels (Electricity and NaturalGas) are not consumed in zones, but consumed in the heat source. If you want to charge the consumed energy to each zone, the consumed energy needs to be prorated according to the proportion of energy distributed to each zone. If there are three zones (Zone A, B and C),

Zone A:Electricity Energy [J] = Cooling Coil Electricity Energy [J] × Zone A:Zone Air System Sensible Cooling Energy / (Zone A:Zone Air System Sensible Cooling Energy + Zone B:Zone Air System Sensible Cooling Energy + Zone C:Zone Air System Sensible Heating Energy)

Your goal is to calculate the zone bill. Then, firstly, please don't use sensible heating and cooling energy. You should use Output:Variable Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

I don't know if you are familiar with MEP engineering, but very fundamentally, every heat source has its own efficiency. In this case (FurnaceWithDXSystem.idf), Burner Efficiency of Furnace Heating Coil is 0.8, and COP of DX Cooling Coil is 3.

Basically,

Heating Coil NaturalGas Energy [J] = Zone Air System Sensible Heating Energy [J] / Burner Efficiency

Cooling Coil Electricity Energy [J] = Zone Air System Sensible Cooling Energy [J] / COP

But the efficiency can vary depending on various factors such as part load ratio and outdoor air temperature, and EnergyPplus automatically calcurates it. So, you should not manually calculate Electricity and NaturalGas Energy from the above equations. Just select Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy.

Secondly, how about Fan Power? The original ExampleFile is a central heating/cooling system with one fan, one cooling coil, one heating coil and three zones (although you might have editted it to a single zone).

If you want to include Fan Electricity Energy to the zone bill, you can add Fan Electricity Energy[J] and Cooling Coil Electricity Energy[J] together. Or, as an easier way, select Output:Meter Electricity:HVAC[J]. This output includes Electricity used in all HVAC equipment such as heat sources, fans and pumps. In this case, there is no pump, so

Electricity:HVAC[J] = Cooling Coil Electricity Energy[J] + Fan Electricity Energy[J]

And for your reference,

Electricity:Facility[J] = Electricity:Building[J] + Electricity:HVAC[J]

Thirdly, you said "In meter output, it combines heating and cooling. I think it calculates also cooling for January and heating for July.", but I don't think so. It's because the original ExampleFile has Control Type Shedule Name in ZoneControl:Thermostat in order to specify when needs to be cooled and when needs to be heated. According to the schedule Zone Control Type Sched, heating is only allowed from Jan to Mar and from Oct to Dec, and cooling is only allowed from Apr to Sep. If you want to set up the thermostat so that both heating and cooling can be available annually, you need to use ThermostatSetpoint:DualSetpoint instead of ThermostatSetpoint:SingleHeatingOrCooling, and you need to use "4" as the schedule .

image description

Pelase refer to this revised IDF file (the version of EnergyPlus is 9.4.0). I changed the thermostat settings as above. Also, I added Output:Variable and Output:Meter as above. Reporting Frequency is set to Monthly. Furthermore, I added UtilityCost settings. EnergyPlus can calculate and output UtilityCost. Please change Monetary Unit in CurrencyType and Cost per Unit Value or Variable Name (= energy tariff) in UtilityCost:Charge:Simple as you like.

Finally, Lastly, your current model seems to have only one zone, but if you want to model the multiple zone and calculate each zone bill later, then you can utilise Zone Air System Sensible Heating Energy and Zone Air System Sensible Cooling Energy in order to calculate the percentage of energy use for each zone. Heating Coil NaturalGas Energy and Cooling Coil Electricity Energy need to be prorated according to the proportion of energy consumption in each zone because the model has only one heat source each for heating and cooling (Furnace for heating and DX Coil for cooling). For central HVAC system, energy fuels (Electricity and NaturalGas) are not consumed in zones, but consumed in the heat source. If you want to charge the consumed energy to each zone, the consumed energy needs to be prorated according to the proportion of energy distributed to each zone. If there are three zones (Zone A, B and C),

Zone A:Electricity Energy [J] = Cooling Coil Electricity Energy [J] × Zone A:Zone Air System Sensible Cooling Energy / (Zone A:Zone Air System Sensible Cooling Energy + Zone B:Zone Air System Sensible Cooling Energy + Zone C:Zone Air System Sensible Heating Energy)