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 | 6,530,948,182.761201 | MJ | 
| 2050 | 11,976,853,828.711872 | 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