-
Notifications
You must be signed in to change notification settings - Fork 26
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 CSTR with variable porosity #235
Comments
Do we want to consider that the inlet of a cstr also has somethinkg like "porosity". For example, if we put sand and liquid in a cstr? Or is the porosity of cstr only depending on the change of the liquid volume? |
We can think of that in a second step, at first i would assume solid to be fixed and given by the user. Iam not sure however if adding solid is actually done in practice, I dont think so. |
In order to complite TODO 2 we distinguish between the state Thus the equations for the CSTR change a little bit:
I think, we would complicate the equation if we would write the first equation as a function of porosity: |
you can already push a branch with your current changes. After youve done that, we can open a PR and colaborate better. |
Closed as per #245 |
As per discussion in #211, we need to make porosity variable for the CSTR.
TODO
CSTRVarPor
based on theCSTR
unit operation. This is described in the dev guide; please also leave a comment or make changes to the guide.POROSITY
toCONST_SOLID_VOLUME
, which will be the constant solid volume of the tank. Porosity will be computed from that and not be exposed to the user anymore.The text was updated successfully, but these errors were encountered: