Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Feb 14, 2024
1 parent e5cbf17 commit 9dac6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CADETProcess/processModel/unitOperation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dac6a9

Please sign in to comment.