Closed Richard-Deuchler closed 11 years ago
including @ChaelKruip , who implements the changes necessary in the 'update' statements in etengine/etsource.
To be done by @Richard-Deuchler:
households_useful_demand_for_hot_water_after_solar_heater_and_add_on
in the edgesedges
in the hot_water section to "share". assigning to @ChaelKruip for additional documentation, if needed. You can close the ticket.
This tickets documents the change of edges types that were carried out during the initialization of the graph via refinery.
In the end, the types of 4 edges is changed from
flexible
toshare
. Why this is necessary, is explained with the help of one example:The boxed converter could not be calculated by refinery. The relevant converters are re-drawn:
In principle, refinery should know all energy demands in this situation, only because the the unknown edge is
flexible
, refinery does not send the "remaining" energy fromhouseholds_useful_demand_for_space_heating_after_insulation_and_solar_heater_and_add_on
to the incalculablehouseholds_useful_demand_for_space_heating_after_insulation_and_solar_heater
.In total there are 4 converts that are difficult to calculate because they have a
flexible
edge:households_useful_demand_for_space_heating_after_insulation_and_solar_heater_and_add_on
households_useful_demand_for_space_heating_after_insulation_and_solar_heater
households_useful_demand_for_hot_water_after_solar_heater_and_add_on
households_useful_demand_for_hot_water_after_solar_heater
There are 2 possible solutions to this problem: A. Create and export parent shares for the useful_heat flows in the Excel Residence Analysis. B. Change the edge types from "flexible" to "share" for these converters.
We decide to implement option B, because it keeps the analysis cleaner. We only want to create shares for final demands in Excel analyses, not shares for useful demand.