Skip to content

Commit

Permalink
Add support for staged systems
Browse files Browse the repository at this point in the history
This adds support for:

CoilCoolingDXMultiSpeed
CoilHeatingGasMultiStage
ZoneControlThermostatStagedDualSetpoint
AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed

There is a new base class, Thermostat, which
ZoneControlThermostatStagedDualSetpoint and
ThermostatSetpointDualSetpoint derive from.

[#75620048]
  • Loading branch information
kbenne committed Aug 27, 2014
1 parent a49403f commit 13473c0
Show file tree
Hide file tree
Showing 50 changed files with 6,955 additions and 55 deletions.
48 changes: 2 additions & 46 deletions openstudiocore/resources/energyplus/ProposedEnergy+.idd
Original file line number Diff line number Diff line change
Expand Up @@ -26439,6 +26439,7 @@ Coil:Heating:Gas:MultiStage,
\note capacity and Gas Burner Efficiency.
N3, \field Stage 1 Gas Burner Efficiency
\required-field
\begin-extensible
\type real
\units W/W
\minimum> 0.0
Expand All @@ -26448,57 +26449,12 @@ Coil:Heating:Gas:MultiStage,
\units W
\minimum> 0.0
\autosizable
N5, \field Stage 1 Parasitic Electric Load
N5; \field Stage 1 Parasitic Electric Load
\units W
\note Stage 1 parasitic electric load associated with the gas coil operation
\note such as an inducer fan, etc. This will be modified by the part
\note load ratio to reflect the time of operation in a timestep.
\ip-units W
N6, \field Stage 2 Gas Burner Efficiency
\type real
\units W/W
\minimum> 0.0
N7, \field Stage 2 Nominal Capacity
\type real
\units W
\minimum> 0.0
\autosizable
N8, \field Stage 2 Parasitic Electric Load
\units W
\note Stage 2 parasitic electric load associated with the gas coil operation
\note such as an inducer fan, etc. This will be modified by the part
\note load ratio to reflect the time of operation in a timestep.
\ip-units W
N9, \field Stage 3 Gas Burner Efficiency
\type real
\units W/W
\minimum> 0.0
N10, \field Stage 3 Nominal Capacity
\type real
\units W
\minimum> 0.0
\autosizable
N11, \field Stage 3 Parasitic Electric Load
\units W
\note Stage 3 parasitic electric load associated with the gas coil operation
\note such as an inducer fan, etc. This will be modified by the part
\note load ratio to reflect the time of operation in a timestep.
\ip-units W
N12, \field Stage 4 Gas Burner Efficiency
\type real
\units W/W
\minimum> 0.0
N13, \field Stage 4 Nominal Capacity
\type real
\units W
\minimum> 0.0
\autosizable
N14; \field Stage 4 Parasitic Electric Load
\units W
\note Stage 4 parasitic electric load associated with the gas coil operation
\note such as an inducer fan, etc. This will be modified by the part
\note load ratio to reflect the time of operation in a timestep.
\ip-units W

Coil:Heating:Desuperheater,
\memo Desuperheater air heating coil. The heating energy provided by this coil is reclaimed
Expand Down
Loading

2 comments on commit 13473c0

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

75620048-StagedSystems (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

75620048-StagedSystems (kbenne) - i386-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

Please sign in to comment.