Description
For column models, the volume of each unit operation is given by its geometric parameters (i.e. diameter / length) and the liquid volume is automatically adjusted when changing the porosity.
Since the Cstr has a variable volume, we need to explicitly provide an initial value. We would expect that a porosity of e.g. 0.9 is defined, the liquid volume of the tank is then also reduced by 10 % to account for the solid material. However, different porosities (for models without isotherms or reactions) don't change the simulation solutions at all. (Figure 1)
The expected result is produced when the volume is additionally adjusted: (Figure 2)
cstr = Cstr(component_system, 'cstr')
cstr.c = [0]
cstr.V = 1
cstr.porosity = 0.9
This led us to the question about how liquid / solid volumes of the CSTR are handled by CADET internally and if the current approach is consistent / usefull. E.g. Does the volume refer to the total volume or just the liquid volume? Does the CSTR take into account that porosity changes when the volume changes? etc.
To be discussed...
Metadata
Metadata
Assignees
Type
Projects
Status