Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional fuel types for Generator:*Turbine objects #8413

Merged
merged 2 commits into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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