Skip to content

Commit

Permalink
New key choices in Generator:MicroTurbine and Output:Table:SummaryRep…
Browse files Browse the repository at this point in the history
…orts

Generator:CombustionTurbine isn't wrapped in OS
Additional fuel types for Generator:*Turbine objects NREL/EnergyPlus#8413
  • Loading branch information
jmarrec committed Feb 24, 2021
1 parent 8a5e39f commit 3fb2e33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
17 changes: 13 additions & 4 deletions resources/energyplus/ProposedEnergy+.idd
Original file line number Diff line number Diff line change
Expand Up @@ -39190,7 +39190,7 @@ Controller:MechanicalVentilation,
\key VentilationRateProcedure
\key IndoorAirQualityProcedure
\key ProportionalControlBasedOnDesignOccupancy
\key ProportionalControlBasedonOccupancySchedule
\key ProportionalControlBasedOnOccupancySchedule
\key IndoorAirQualityProcedureGenericContaminant
\key IndoorAirQualityProcedureCombined
\key ProportionalControlBasedOnDesignOARate
Expand Down Expand Up @@ -40665,7 +40665,7 @@ HeaderedPumps:ConstantSpeed,
\units W/(m3/s)
\ip-units W/(gal/min)
\minimum> 0
N9, \field Design Shaft Power per Unit Flow Rate per Unit Head
N9, \field Design Shaft Power per Unit Flow Rate per Unit Head
\type real
\note Used to size Design Power Consumption from design flow rate for head and motor efficiency
\default 1.282051282
Expand Down Expand Up @@ -54131,10 +54131,11 @@ Generator:CombustionTurbine,
\type choice
\key NaturalGas
\key Propane
\key Diesel
\key Gasoline
\key FuelOilNo1
\key FuelOilNo2
\key Diesel
\key Gasoline
\key Coal
\key OtherFuel1
\key OtherFuel2
\default NaturalGas
Expand Down Expand Up @@ -54227,6 +54228,13 @@ Generator:MicroTurbine,
\type choice
\key NaturalGas
\key Propane
\key FuelOilNo1
\key FuelOilNo2
\key Diesel
\key Gasoline
\key Coal
\key OtherFuel1
\key OtherFuel2
\default NaturalGas
N8, \field Fuel Higher Heating Value
\type real
Expand Down Expand Up @@ -59883,6 +59891,7 @@ Output:Table:SummaryReports,
\key ComponentSizingSummary
\key CoilSizingDetails
\key OutdoorAirSummary
\key OutdoorAirDetails
\key ObjectCountSummary
\key ComponentCostEconomicsSummary
\key AdaptiveComfortSummary
Expand Down
12 changes: 10 additions & 2 deletions resources/model/OpenStudio.idd
Original file line number Diff line number Diff line change
Expand Up @@ -19072,7 +19072,7 @@ OS:Controller:MechanicalVentilation,
\key VentilationRateProcedure
\key IndoorAirQualityProcedure
\key ProportionalControl
\key ProportionalControlBasedonOccupancySchedule
\key ProportionalControlBasedOnOccupancySchedule
\key ProportionalControlBasedOnDesignOccupancy
A6, \field Thermal Zone
\note A zone name or a zone list name may be used here
Expand Down Expand Up @@ -19112,7 +19112,7 @@ OS:ZoneControl:ContaminantController,
\note Schedule values should be carbon dioxide concentration in parts per
\note million (ppm)
\note This field is used when the field System Outdoor Air Method =
\note ProportionalControlBasedonOccupancySchedule or ProportionalControlBasedOnDesignOccupancy
\note ProportionalControlBasedOnOccupancySchedule or ProportionalControlBasedOnDesignOccupancy
\note in Controller:MechanicalVentilation
A7 , \field Generic Contaminant Control Availability Schedule Name
\note Availability schedule name for generic contaminant controller. Schedule value > 0 means
Expand Down Expand Up @@ -29520,6 +29520,13 @@ OS:Generator:MicroTurbine,
\type choice
\key NaturalGas
\key Propane
\key FuelOilNo1
\key FuelOilNo2
\key Diesel
\key Gasoline
\key Coal
\key OtherFuel1
\key OtherFuel2
\default NaturalGas
N8, \field Fuel Higher Heating Value
\type real
Expand Down Expand Up @@ -32211,6 +32218,7 @@ OS:Output:Table:SummaryReports,
\key ComponentSizingSummary
\key CoilSizingDetails
\key OutdoorAirSummary
\key OutdoorAirDetails
\key ObjectCountSummary
\key ComponentCostEconomicsSummary
\key AdaptiveComfortSummary
Expand Down

0 comments on commit 3fb2e33

Please sign in to comment.