pycontrails.Fuel¶
- class pycontrails.Fuel(fuel_name, q_fuel, hydrogen_content, ei_co2, ei_h2o, ei_so2, ei_sulphates, ei_oc)¶
Bases:
object
Base class for the physical parameters of the fuel.
- __init__(fuel_name, q_fuel, hydrogen_content, ei_co2, ei_h2o, ei_so2, ei_sulphates, ei_oc)¶
Methods
__init__
(fuel_name, q_fuel, ...)Attributes
Fuel Name
Lower calorific value (LCV) of fuel, \([J \ kg_{fuel}^{-1}]\)
Percentage of hydrogen mass content in the fuel
CO2 emissions index for fuel, \([kg_{CO_{2}} \ kg_{fuel}^{-1}]\)
Water vapour emissions index for fuel, \([kg_{H_{2}O} \ kg_{fuel}^{-1}]\)
Sulphur oxide, SO2-S gas, emissions index for fuel, \([kg_{SO_{2}} \ kg_{fuel}^{-1}]\)
Sulphates, S(VI)-S particle, emissions index for fuel, \([kg_{S} \ kg_{fuel}^{-1}]\)
Organic carbon emissions index for fuel, \([kg_{OC} \ kg_{fuel}^{-1}]\)
- ei_co2¶
CO2 emissions index for fuel, \([kg_{CO_{2}} \ kg_{fuel}^{-1}]\)
- ei_h2o¶
Water vapour emissions index for fuel, \([kg_{H_{2}O} \ kg_{fuel}^{-1}]\)
- ei_oc¶
Organic carbon emissions index for fuel, \([kg_{OC} \ kg_{fuel}^{-1}]\)
- ei_so2¶
Sulphur oxide, SO2-S gas, emissions index for fuel, \([kg_{SO_{2}} \ kg_{fuel}^{-1}]\)
- ei_sulphates¶
Sulphates, S(VI)-S particle, emissions index for fuel, \([kg_{S} \ kg_{fuel}^{-1}]\)
- fuel_name¶
Fuel Name
- hydrogen_content¶
Percentage of hydrogen mass content in the fuel
- q_fuel¶
Lower calorific value (LCV) of fuel, \([J \ kg_{fuel}^{-1}]\)