GQL Statement
SUM(
V(Q(electricity_producing_oil_converters),"output_of_electricity * crude_oil_input_conversion"),
V(Q(electricity_producing_oil_converters),"output_of_electricity * diesel_input_conversion"),
V(G(electricity_production),"output_of_electricity * gas_power_fuelmix_input_conversion").sum * V(energy_mixer_for_gas_power_fuel, crude_oil_input_conversion)
)
Result
2019
3.26
ms
|
6,530,948,272.817564
|
MJ |
2050
3.04
ms
|
11,976,850,272.728771
|
MJ |
Description
Returns the produced electricity using oil and oil products.
It works by looking to converters directly fed by the "oil distribution" converter that have output of electricity.
Characteristics
Groups |
|
Unit |
MJ |
File path |
/app/tmp/etsource/gqueries/general/energy_production/electricity_produced_from_oil.gql
|
References