At the moment there is only support to transfer quantities around the system. For more advanced technical modelling it can be benefitial to have resources that both have an energy quantity and an energy potential.
E.g. electricity has both a flow rate in current and an energy potential in voltage. Or for gases with flow rates and pressures.
Both of these types of properties exist in the same resource and is not seperatable. Such that it is not preffered to model them as seperate resources. At the moment both power and current can be transferred around the system as they are summarized in the interface/junction between nodes and links. Voltage on the other hand is transferred by equality on the same interface/junction.
Possible solution:
- The addition of a new variable to transfer the energy potential along with the flow_in/flow_out and link_in/link_out variables.
- The new variables only needs to be added for specific types of more advanced resources, such that it would not be added unncessesary and not result in breaking changes.
At the moment there is only support to transfer quantities around the system. For more advanced technical modelling it can be benefitial to have resources that both have an energy quantity and an energy potential.
E.g. electricity has both a flow rate in current and an energy potential in voltage. Or for gases with flow rates and pressures.
Both of these types of properties exist in the same resource and is not seperatable. Such that it is not preffered to model them as seperate resources. At the moment both power and current can be transferred around the system as they are summarized in the interface/junction between nodes and links. Voltage on the other hand is transferred by equality on the same interface/junction.
Possible solution: