From 9dac6a933c057b3921d554be8d97e761ce15afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Wed, 14 Feb 2024 18:02:10 +0100 Subject: [PATCH] Fix docstring --- CADETProcess/processModel/unitOperation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CADETProcess/processModel/unitOperation.py b/CADETProcess/processModel/unitOperation.py index 2312159db..0354156d0 100644 --- a/CADETProcess/processModel/unitOperation.py +++ b/CADETProcess/processModel/unitOperation.py @@ -1037,8 +1037,8 @@ class Cstr(UnitBaseClass, SourceMixin, SinkMixin): Initial concentration of the bound phase. V : unsigned float Initial volume of the reactor. - total_porosity : UnsignedFloat between 0 and 1. - Total porosity of the column. + porosity : UnsignedFloat between 0 and 1. + Total porosity of the Cstr. flow_rate_filter: float Flow rate of pure liquid without components to reduce volume. solution_recorder : CSTRRecorder