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

rainbow's profile - activity

2023-10-03 04:40:51 -0500 received badge  Popular Question (source)
2022-12-18 21:19:45 -0500 received badge  Famous Question (source)
2022-12-18 21:19:45 -0500 received badge  Notable Question (source)
2022-08-17 03:28:01 -0500 received badge  Notable Question (source)
2022-04-13 02:03:20 -0500 received badge  Popular Question (source)
2022-04-11 12:22:29 -0500 received badge  Popular Question (source)
2020-09-21 02:32:29 -0500 commented answer Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Ok, thanks for your clarity!

2020-09-21 02:31:51 -0500 commented answer Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Ok, thank you!

2020-09-21 02:30:34 -0500 marked best answer Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

I'm running some simulations by asking EnergyPlus (through the IDF) to output Output:Meter,Electricity:HVAC (an output meter which measures the electric energy consumption in Joule).

If I choose an 'hourly' reporting frequency, like this:

Output:Meter,Electricity:HVAC,hourly; !- [J]

I guess that I can obtain Wh from J in this way:

Wh = J / 3600 s,

E.g.: 4 J ==> 0.11111 Wh

But, if I choose a reporting frequency equals to 'timestep', like this:

Output:Meter,Electricity:HVAC,timestep; !- [J]

where 'timestep' = 4 (so there are 4 timesteps per hour, hence I have 15-minutes timesteps):
how can I convert that value of energy measured in Joule (but "sampled" every 15-minutes) to a value measured in Wh?

Is it sufficient to divide it by a factor of 3600, and then divide it by 4 (nĀ°timesteps per hour), to finally obtain an energy value expressed in Wh?

2020-09-18 18:54:22 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:50:04 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:47:15 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:46:57 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:45:17 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:39:06 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:34:55 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:34:05 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:31:18 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:30:05 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:28:48 -0500 edited question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly' I'm running some simulations by asking Energy

2020-09-18 18:05:41 -0500 asked a question Convert Joule to Wh, when 'Reporting Frequency' is different from 'Hourly'

Convert Joule to Wh, when 'reporting frequency' is different from 'Hourly' I'm running some simulations, monitoring an o

2020-09-18 07:28:00 -0500 commented answer Basement.exe: how to get GroundTemperature?

Yes, it's a known issue of the 9.3.0 release. This pre-release of EnergyPlus fixed that bug.

2020-09-17 17:39:39 -0500 marked best answer What VRF output variables should I consider to calculate electric energy consumption?

I'm working on a building with:

  • 1 VRF System (Outdoor Unit);
  • 3 VRF Terminals (Indoor Units)

At this moment, I generated the IDF by using OpenStudio SketchUp Plugin.

My aim is to know the total electric energy consumed by the whole HVAC system of the building during a certain period of time.

Reading the EnergyPlus docuentation, I've seen these two output variables:

  1. VRF Heat Pump Cooling/Heating Electric Energy: it measures electricity consumption of the VRF heat pump (outdoor unit) for the time period being reported. It includes electricity used by the compressor and the condenser fan.

  2. Zone VRF Air Terminal Cooling/Heating Electric Energy: it's the electricity consumption associated to a single zone terminal unit (indoor unit) for a certain time period. This value is calculated for each HVAC system timestep being simulated, and the results are summed for the time step being reported. There's this variable for each VRF Terminal Unit.

So, I thought that, to calculate the total electric energy consumption of the whole HVAC of the building, I could sum up the values of these variables (in this way, I sum up "Indoor Units" + "Outdoor Unit" consumptions).

What do you think, is it ok, or should I consider other output variables in order to calculate the total electric consumption?

2020-09-17 04:45:15 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a 1-zone model will NOT be significantly different fro

2020-09-17 04:44:38 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a 1-zone model will NOT be significantly different fro

2020-09-17 04:40:07 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Ok, very clear. Before I opened this thread, I thought that, in Openstudio, by simply associating a thermostat to a zon

2020-09-16 23:48:24 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Ok, very clear. Before I opened this thread, I thought that, in Openstudio, by simply associating a thermostat to a zon

2020-09-16 23:46:50 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Ok, very clear. Before I opened this thread, I thought that, in Openstudio, by simply placing a thermostat into a zone

2020-09-16 23:21:12 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:20:53 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:20:13 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:19:57 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:19:36 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:18:42 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:18:27 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:16:20 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:15:56 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:15:11 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:13:33 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:12:55 -0500 received badge  Commentator
2020-09-16 23:12:55 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

I read here that the building load magnitude calculated by using a one-zone model will NOT be significantly different f

2020-09-16 23:09:00 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Ok, very clear. Before I opened this thread, I thought that by simply placing a thermostat into a zone with no HVAC in

2020-09-16 09:07:56 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Thanks Aaron! So (correct me if I'm wrong), it's necessary to associate a heating schedule + a cooling schedule + a hea

2020-09-16 09:06:58 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Thanks Aaron! So (correct me if I'm wrong), it's necessary to associate a heating schedule + a cooling schedule + a hea

2020-09-16 09:06:38 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Thanks Aaron! So (correct me if I'm wrong), it's necessary to associate a heating schedule + a cooling schedule + a hea

2020-09-16 09:06:20 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Thanks Aaron! So (correct me if I'm wrong), it's necessary to associate a heating schedule + a cooling schedule + a hea

2020-09-16 09:05:44 -0500 commented question Is it correct to associate a Thermal Zone and a Thermostat to a room with no HVAC?

Thanks Aaron! So (correct me if I'm wrong), it's necessary to associate a heating schedule + a cooling schedule + a hea