-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reactor_series #28
Reactor_series #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran the Python file using BARON with bigM reformulation. It gave the same results as my references in the dsda.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation of the CSTR is completed. I think I need the review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing file header, and several descriptions and types
@@ -7,29 +7,21 @@ | |||
|
|||
|
|||
def build_cstrs(NT: int = 5) -> pyo.ConcreteModel(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the size parameter that would be good to vary for the benchmarking @ZedongPeng
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the file header to the beginning and make sure that you have added all the descriptions and types in the files, not only where I commented.
@@ -488,7 +500,7 @@ def YPD_rate_rel(disjunct): | |||
Returns | |||
------- | |||
Pyomo.Constraint | |||
_description_ | |||
Reaction rate relation for defining pyomo model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were many more instances where changes needed to be made. Please review this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure what I should do. Did you mean that I have to rewrite the returns?
I added the reactor series with the incomplete documentation.