-
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 model equations for simple Dead-End Filtration Model #5
Comments
In GitLab by @AntoniaBerger on Jul 5, 2024, 09:00 Simple model for Dead-EndA simple model for Dead-end filtration yielding the filtrate/permeate volume using Darcy's law can be:
Where the cake's resistance is:
|
In GitLab by @AntoniaBerger on Jul 5, 2024, 09:04 Model Extension with new Assumptions:1. Cake has non volume zero and is time dependent:
2.
|
Hey @daklauss, how did you calculate this? Did you already integrate this into CADET-Python-Simulator or was this calculated "outside"? |
Calculated outside, wanted to test sundials ida a bit to get confortable with residuals, and the solver itself. The simple model confuses me a bit. Because how it is written down above it doesn't say anything about the Seperated Volume
|
Simple Model for Dead End V2Darcy's law provides a simple model for calculating the preasure Drop at a membrane:
With
With
We can split the Volume of the feed into two seperate parts:
Assuming our filtration efficency is
Proportion of the filtered material is: or if Volume is zero:
Assumptions
Open Questions
|
viscosity is a property of the fluid. As long as we do not discretize the cake, let's (for now) assume that vicosity is simply given by the feed stream.
Where does the |
As far as if looked for reference |
In GitLab by @schmoelder on Jul 2, 2024, 15:22
In previous works, Tarek had written down some equations for a simple 0D-filtration model. Some of these equations were in a jupyter notebook, others already implemented in Python. Because I find it hard to keep track, I would like to ask you @d.klauss and @AntoniaBerger to consolidate them and write them down here in this thread (including all the assumptions and extensions). Then, we will use this to implement the model in the CADET-Python-Simulator.
The text was updated successfully, but these errors were encountered: