Skip to content

Commit

Permalink
Merge pull request #8413 from NREL/combustion-generators-fuel-types
Browse files Browse the repository at this point in the history
Additional fuel types for Generator:*Turbine objects
  • Loading branch information
mitchute authored Dec 15, 2020
2 parents 4bbdd2b + 8b0a836 commit 9d6116a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ \subsubsection{Inputs}\label{inputs-8-005}

\paragraph{Field: Fuel Type}\label{field-fuel-type-1}

This alpha field determines the type of fuel that the generator uses. Valid choices are: \textbf{NaturalGas, Propane, Diesel, Gasoline, FuelOilNo1, FuelOilNo2, OtherFuel1} and \textbf{OtherFuel2}. The default is \textbf{NaturalGas}.
This choice field specifies the type of fuel used by the generator. The fuel type can be NaturalGas, Propane, FuelOilNo1, FuelOilNo2, Diesel, Gasoline, Coal, OtherFuel1, or OtherFuel2. If the field is left blank, the fuel type will be assumed to be \textbf{NaturalGas}.

\paragraph{Field: Heat Recovery Maximum Temperature}\label{field-heat-recovery-maximum-temperature-1}

Expand Down Expand Up @@ -2040,7 +2040,7 @@ \subsubsection{Inputs}\label{inputs-9-004}

\paragraph{Field: Fuel Type}\label{field-fuel-type-2}

This choice field specifies the type of fuel used by the generator. Valid field types are Propane and NaturalGas. If the field is left blank, the fuel type will be assumed to be NaturalGas.
This choice field specifies the type of fuel used by the generator. The fuel type can be NaturalGas, Propane, FuelOilNo1, FuelOilNo2, Diesel, Gasoline, Coal, OtherFuel1, or OtherFuel2. If the field is left blank, the fuel type will be assumed to be \textbf{NaturalGas}.

\paragraph{Field: Fuel Higher Heating Value}\label{field-fuel-higher-heating-value-2}

Expand Down
12 changes: 10 additions & 2 deletions idd/Energy+.idd.in
Original file line number Diff line number Diff line change
Expand Up @@ -86147,10 +86147,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 @@ -86242,6 +86243,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

5 comments on commit 9d6116a

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

develop (mitchute) - x86_64-MacOS-10.15-clang-11.0.0: OK (2281 of 2281 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

develop (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2301 of 2301 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

develop (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1563 of 1563 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

develop (mitchute) - Win64-Windows-10-VisualStudio-16: OK (2254 of 2254 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

develop (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (721 of 721 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.