Passing parameter values in a reaction package as arguments when instantiating a reactor unit #1635
-
|
Hi, Do you have any minimal working example of a reaction package where one of the parameter values in the reaction package is passed as an argument when declaring a reactor unit and the parameter value is passed via the argument 'reaction_package_args'? Looking forward to hearing back from you. Best wishes, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
No we do not, unfortunately. I'm pretty sure you could do things that way, but don't know how off the top of my head. One approach is just adding an additional A different approach is just creating different Reaction Parameter Block objects on the flowsheet, using them to construct reactions in your different units, and changing the parameter in each of them corresponding to the reactor that it's in. |
Beta Was this translation helpful? Give feedback.
No we do not, unfortunately. I'm pretty sure you could do things that way, but don't know how off the top of my head.
One approach is just adding an additional
VarorParamwhen constructing the reaction block, then manually updating it after the unit model is constructed.A different approach is just creating different Reaction Parameter Block objects on the flowsheet, using them to construct reactions in your different units, and changing the parameter in each of them corresponding to the reactor that it's in.