-
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 residual implementation for visocisities #4
Comments
In GitLab by @schmoelder on Jul 3, 2024, 09:48 This comment serves to summarize the following assumption: As reminder, we use the following indices:
When mixing two streams with different flow rates Implicitly, this means that
First, the molar fraction with: hier: noch nicht ganz sicher... hehe |
In GitLab by @AntoniaBerger on Jul 5, 2024, 09:50 Some people tend to work with volume fraction rather than flow fraction. CASE 1:
CASE 2:
This way we could model the viscosity as a funktion of volume over time and not directly over time. Maybe this makes sense... |
In GitLab by @AntoniaBerger on Jul 8, 2024, 10:53 More (but not total) generel: For CASE 2: CSTR ( For with And So we have for a iteration step If we interpret the last equation as an @schmoelder , @d.klauss what do you think? Do you agree with me? |
In GitLab by @schmoelder on Jul 2, 2024, 15:13
There are different models for calculating viscosities, see also Wikipedia.
At first, we will start with a simple Arrhenius model
Arrhenius
where$\eta_{mix}$ is the viscosity of the liquid mixture, $\eta_{i}$ is the viscosity for fluid component $i$ when flowing as a pure fluid, and $x_{i}$ is the molar fraction of component $i$ in the liquid mixture.
Note, this requires knowing the viscosities for each component of the mixture. To simplify this, we will at first make the following assumptions:
Then, we can also formulate the mixing viscosity of different streams as such:
where$\eta_{mix, u}$ is the viscosity of the liquid mixture entering unit operation $u$ , $\eta_{j}$ is the viscosity of the liquid leaving the upstream unit operation $j$ , and $Q_{j}$ is the flow rate of that unit operation flowing into unit operation $u$ .
While we already understand how to calculate this on system level (when coupling unit operations), we still don't know how to implement this in residual form for the unit operation. Maybe @AntoniaBerger can help us? :nerd:
The text was updated successfully, but these errors were encountered: