-
Notifications
You must be signed in to change notification settings - Fork 0
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 consistent initialization for unit operation models (or residuals) #6
Comments
Consistent initialization with initial values is dependend on the Unit Operation
|
Create a |
It is needed to add to calculate the initial values for each unit operation:
|
@daklauss Just out of curiosity, does this now work for all cases or are there still some situations, where we need to add some functionality (e.g. cyclic systems)? |
It does not work for all cases. The thing is, this is not an issue of specific operation models but rather an issue of the whole system. I would rather open an own issue for that and rename it accordingly. |
In GitLab by @schmoelder on Jul 4, 2024, 17:30
To run the simulation, we also need a method to consistently initialize the system for given initial values.
Here is an example for how to initialize the
CSTR
:A method to compute the initial values needs to be added for all residual implementations.
Open question: Should we maybe add a class for the residual?
The text was updated successfully, but these errors were encountered: