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

Revision history [back]

Modeling Displacement Ventilation in OpenStudio or EnergyPlus, High Energy Consumption

I am having issues showing energy savings for displacement ventilation in an OpenStudio model. I wrote a E+ script that changes the RoomAirModelType to ThreeNodeDisplacementVentilation and the RoomAirSettings:ThreeNodeDisplacementVentilation object to the following:

RoomAirSettings:ThreeNodeDisplacementVentilation,

Zone, !- Zone Name

DV Gain Distribution Schedule, !- Gain Distribution Schedule Name

1, !- Number of Plumes per Occupant

1.0668, !- Thermostat Height {m}

1.0668, !- Comfort Height {m}

0.3; !- Temperature Difference Threshold for Reporting {deltaC}

with the DV Gain Distribution Schedule defined as follows:

Schedule:Compact,

DV Gain Distribution Schedule, !- Name

, !- Schedule Type Limits Name

Through: 12/31, !- Field 1

For: Alldays, !- Field 2

Until: 24:00, !- Field 3

0.20; !- Field 4

I set my VAV airloop to 62-68F supply air temperature and assign the sizing supply air temps accordingly.

When I do all this I am showing drastically higher fan energy use. I see some cooling savings, but they are nominal compared to the fan energy increase. It appears that the gain distribution schedule is not being applied, and that because the supply air temperature is higher, the system has to provide more and more air to meet the loads. I assume that the displacement ventilation should be resulting in fan and cooling energy savings. I have compared my models to the example displacement ventilation E+ files and cannot figure out what the issue is.

Has anyone successfully modeled displacement ventilation in E+ or OpenStudio? If so, do you have any tips or do you know what I am missing that is causing this issue? Any help is greatly appreciated.

Modeling Displacement Ventilation in OpenStudio or EnergyPlus, High Energy Consumption

I am having issues showing energy savings for displacement ventilation in an OpenStudio model. I wrote a E+ script that changes the RoomAirModelType to ThreeNodeDisplacementVentilation and the RoomAirSettings:ThreeNodeDisplacementVentilation object to the following:

RoomAirSettings:ThreeNodeDisplacementVentilation,

RoomAirSettings:ThreeNodeDisplacementVentilation,
  Zone, !- Zone Name

Name DV Gain Distribution Schedule, !- Gain Distribution Schedule Name

Name 1, !- Number of Plumes per Occupant

Occupant 1.0668, !- Thermostat Height {m}

{m} 1.0668, !- Comfort Height {m}

{m} 0.3; !- Temperature Difference Threshold for Reporting {deltaC}

{deltaC}

with the DV Gain Distribution Schedule defined as follows:

Schedule:Compact,

Schedule:Compact,
  DV Gain Distribution Schedule,          !- Name

Name , !- Schedule Type Limits Name

Name Through: 12/31, !- Field 1

1 For: Alldays, !- Field 2

2 Until: 24:00, !- Field 3

3 0.20; !- Field 4

4

I set my VAV airloop to 62-68F supply air temperature and assign the sizing supply air temps accordingly.

When I do all this I am showing drastically higher fan energy use. I see some cooling savings, but they are nominal compared to the fan energy increase. It appears that the gain distribution schedule is not being applied, and that because the supply air temperature is higher, the system has to provide more and more air to meet the loads. I assume that the displacement ventilation should be resulting in fan and cooling energy savings. I have compared my models to the example displacement ventilation E+ files and cannot figure out what the issue is.

Has anyone successfully modeled displacement ventilation in E+ or OpenStudio? If so, do you have any tips or do you know what I am missing that is causing this issue? Any help is greatly appreciated.

Modeling Displacement Ventilation in OpenStudio or EnergyPlus, High Energy Consumption

I am having issues showing energy savings for displacement ventilation in an OpenStudio model. I wrote a E+ script that changes the RoomAirModelType to ThreeNodeDisplacementVentilation and the RoomAirSettings:ThreeNodeDisplacementVentilation object to the following:

RoomAirSettings:ThreeNodeDisplacementVentilation,
  Zone, !- Zone Name
  DV Gain Distribution Schedule,          !- Gain Distribution Schedule Name
  1,                                      !- Number of Plumes per Occupant
  1.0668,                                 !- Thermostat Height {m}
  1.0668,                                 !- Comfort Height {m}
  0.3;                                    !- Temperature Difference Threshold for Reporting {deltaC}

with the DV Gain Distribution Schedule defined as follows:

Schedule:Compact,
  DV Gain Distribution Schedule,          !- Name
  ,                                       !- Schedule Type Limits Name
  Through: 12/31,                         !- Field 1
  For: Alldays,                           !- Field 2
  Until: 24:00,                           !- Field 3
  0.20;                                   !- Field 4

I set my VAV airloop to 62-68F supply air temperature and assign the sizing supply air temps accordingly.

When I do all this I am showing drastically higher fan energy use. I see some cooling savings, but they are nominal compared to the fan energy increase. It appears that the gain distribution schedule is not being applied, and that because the supply air temperature is higher, the system has to provide more and more air to meet the loads. I assume that the displacement ventilation should be resulting in fan and cooling energy savings. I have compared my models to the example displacement ventilation E+ files and cannot figure out what the issue is.

Has anyone successfully modeled displacement ventilation in E+ or OpenStudio? If so, do you have any tips or do you know what I am missing that is causing this issue? Any help is greatly appreciated.