GQL Statement

DIVIDE(
  SUM(
    V(
      FILTER(G(sankey_conversion_group),"bio_pyrolysis_oil_input_conversion > 0.0 && biodiesel_output_conversion > 0.0"),
      "biodiesel_output_conversion * bio_pyrolysis_oil_input_conversion / (1 - loss_output_conversion) * output_of_loss"
    ),
    PRODUCT(
      V(
        energy_production_fractionation_bio_pyrolysis_oil,
        "biodiesel_output_conversion * steam_hot_water_input_conversion / (1 - loss_output_conversion) * output_of_loss"
      ),
      V(EDGE(energy_production_pyrolysis_biogenic_waste, energy_production_bio_pyrolysis_locally_available_steam_hot_water),share)
    ),
    PRODUCT(
      V(
        energy_production_fractionation_bio_pyrolysis_oil,
        "biodiesel_output_conversion * steam_hot_water_input_conversion / (1 - loss_output_conversion) * output_of_loss"
      ),
      V(EDGE(energy_production_pyrolysis_dry_biomass, energy_production_bio_pyrolysis_locally_available_steam_hot_water),share)
    )
  ),
  BILLIONS
)

Result

2019
0.0
PJ
2050
0.0
PJ

Description

Loss of bio_pyrolysis_oil fractionation process
Loss associated with steam hot water production from feedstock is included manually

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/modules/sankey_csv/conversion/biomass_products/conversion_loss_bio_pyrolysis_oil_to_biodiesel.gql

References

Gquery conversion_loss_biomass_products_to_biomass_products_excl_network_gas