-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Medias to improve validation, plotting and interpretation #65
Comments
This kind of information is already part of the class Effect (unit & description). |
Filtering investment decisions based on the medium would also be possible |
Instead of Effect(label='costs', commodity = Commodity(label='costsA', unit='€', description='Costs occurring from trading with Partner A') |
commodity. mmm. weiß nicht. "Medium" finde ich schon auch gut. |
Für den Bus konnte man mehrere gültige Medien definieren (z.B. Dampf, Fernwärme,...), sodass man verschiedenes dort andocken konnte. |
Ja das ging. |
Dann lassen wir Effekt ohne Medium. |
Logik:
|
Medium
Properties of a Medium
medium_a = Medium('Gas', 'MWh', 'Gas used as fuel')
Advantages
Assigning a Medium to a Flow means more information about the characteristics of the Flow.
Specifying Medias of a Bus and Flows can be used to validate that no Flow with a Medium that's not allowed is connected to the bus.
For a Flow that has a Medium assigned, its flow_rate can be interpreted by looking at the unit and label. This can also used for plotting!
Mediuas could also be used for coloring in plots or network visualizations.
What's not wanted
Nice to haves
The text was updated successfully, but these errors were encountered: