-
Notifications
You must be signed in to change notification settings - Fork 134
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
Time delays in energy transport #795
Comments
Some arguments for implementing this as a component:
|
Things to consider:
|
I imagine the following openmod forum posting is highly material to this discussion: The formalization was based on state information held by components. The supported transport delays applied to information as well as physical flows. The wider context was dynamical systems behavior and extended well beyond simply capturing transport delays. Perhaps this more fundamental approach is warranted in oemof? |
At the dev meeting (oemof/oemof#96), we discussed that an implementation in/as a component would be more logical from the graph theoretic perspective. |
A related feature: Forcing one flow to be idle for a defined time before another can be active. Can be applied e.g. for a storage reactor which has to rest after charging before it can be discharged. Implemented in #852 |
For some energy carriers, i.e. heat and gas, delays in the networks play a relevant role. For large networks, transport from one location to the other can take even longer than one time step in the model.
I see two ways to tackle this:
At the moment, I believe the latter option is more intuitive and adds less complexity to the model.
The text was updated successfully, but these errors were encountered: