-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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
Note, this requires knowing the viscosities for each component of the mixture. To simplify this, we will at first make the following assumptions:
- Dissolved components (i.e. salts, proteins, sugars etc) are highly diluted (low concentration) and do not contribute to the mixture's viscosity. Consequently, we will only consider the solvent's (e.g. water / EtOH) viscosity.
- Missing: How to justify x_i = Q_i/Q_tot (see below)
Then, we can also formulate the mixing viscosity of different streams as such:
where
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: