Class: BuildingSync::FuelTypes

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

Constant Summary collapse

Biodiesel =
new("Biodiesel")
Biofuel =
new("Biofuel")
BiofuelB10 =
new("Biofuel B10")
BiofuelB20 =
new("Biofuel B20")
BiofuelB5 =
new("Biofuel B5")
Biomass =
new("Biomass")
Coal =
new("Coal")
CoalAnthracite =
new("Coal anthracite")
CoalBituminous =
new("Coal bituminous")
Coke =
new("Coke")
Diesel =
new("Diesel")
DistrictChilledWater =
new("District chilled water")
DistrictHotWater =
new("District hot water")
DistrictSteam =
new("District steam")
DrySteam =
new("Dry steam")
DualFuel =
new("Dual fuel")
Electricity =
new("Electricity")
ElectricityExported =
new("Electricity-Exported")
ElectricityOnsiteGenerated =
new("Electricity-Onsite generated")
Ethanol =
new("Ethanol")
FlashSteam =
new("Flash steam")
FuelOil =
new("Fuel oil")
FuelOilNo1 =
new("Fuel oil no 1")
FuelOilNo2 =
new("Fuel oil no 2")
FuelOilNo4 =
new("Fuel oil no 4")
FuelOilNo5 =
new("Fuel oil no 5")
FuelOilNo5AndNo6 =
new("Fuel oil no 5 and no 6")
FuelOilNo5Heavy =
new("Fuel oil no 5 (heavy)")
FuelOilNo5Light =
new("Fuel oil no 5 (light)")
FuelOilNo6 =
new("Fuel oil no 6")
Gasoline =
new("Gasoline")
Geothermal =
new("Geothermal")
Hydropower =
new("Hydropower")
Hydrothermal =
new("Hydrothermal")
Kerosene =
new("Kerosene")
LiquidPropane =
new("Liquid propane")
NaturalGas =
new("Natural gas")
Other =
new("Other")
OtherDeliveredExported =
new("Other delivered-Exported")
OtherDeliveredOnsiteGenerated =
new("Other delivered-Onsite generated")
OtherMeteredExported =
new("Other metered-Exported")
OtherMeteredOnsiteGenerated =
new("Other metered-Onsite generated")
Propane =
new("Propane")
Solar =
new("Solar")
ThermalExported =
new("Thermal-Exported")
ThermalOnsiteGenerated =
new("Thermal-Onsite generated")
Unknown =
new("Unknown")
WasteHeat =
new("Waste heat")
Wind =
new("Wind")
Wood =
new("Wood")
WoodPellets =
new("Wood pellets")