NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.14k stars 389 forks source link

Coal fuel type not available in Coil:Heating:Fuel #8110

Closed yzhou601 closed 4 years ago

yzhou601 commented 4 years ago

Issue overview

E+’s Coil:Heating:Fuel object doesn’t support Coal fuel type for some reason. But some other objects with fuel type options do. From the Energy+.idd:

OtherEquipment Coil:Heating:Fuel Boiler:HotWater WaterHeater:Tank
\key NaturalGas \key NaturalGas \key NaturalGas \key NaturalGas
\key Propane \key Propane \key Propane \key Propane
\key FuelOilNo1 \key FuelOilNo1 \key FuelOilNo1 \key FuelOilNo1
\key FuelOilNo2 \key FuelOilNo2 \key FuelOilNo2 \key FuelOilNo2
\key Diesel \key Diesel \key Diesel \key Diesel
\key Gasoline \key Gasoline \key Gasoline \key Gasoline
\key Coal   \key Coal \key Coal
\key OtherFuel1 \key OtherFuel1 \key OtherFuel1 \key OtherFuel1
\key OtherFuel2 \key OtherFuel2 \key OtherFuel2 \key OtherFuel2

Is there any specific reason that coal is excluded in Coil:Heating:Fuel object? source code and idd is limiting its use, while the docs, is inconsistently specifying coal as a valid option. Can we add Coal as a valid option?

Details

Some additional details for this issue (if relevant):

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

mjwitte commented 4 years ago

At the time this was converted from Coil:Heating:Gas to Coil:Heating:Fuel, coal was probably excluded, because it's hard to envision an actual piece of equipment like this. But I don't see a problem allowing it here, even though it may never be used that way.