GQL Statement

number_of_residences_in_ht_heating_network = V(households_space_heater_district_heating_ht_steam_hot_water,number_of_units);
ht_heat_delivery_system_total_annual_costs = 
    SUM(
        Q(households_ht_heat_delivery_system_depreciation_costs),
        Q(households_ht_heat_delivery_system_capital_costs)
    );

DIVIDE(
    ht_heat_delivery_system_total_annual_costs,
    number_of_residences_in_ht_heating_network
)

Result

2015 2.47 ms
2,502.215470205254
eur
2050 2.33 ms
2,502.215470205254
eur

Description

Capex of ht heat delivery systems per household
It is assumed that all residences in the ht heating network have ht heat delivery systems.

Characteristics

Groups
Unit eur
File path /app/tmp/etsource/gqueries/output_elements/output_series/vertical_stacked_bar_ht_district_heating_costs_per_household/households_ht_heat_delivery_system_costs_per_household/households_ht_heat_delivery_system_capex_per_household.gql

References