.. _unit_operation_models: Unit operation models ===================== A comprehensive collection of chromatographic unit-operation models is provided through the Python-based tool `CADET-Equations `_ The tool provides a graphical interface and allows users to export the corresponding governing equations in LaTeX or PDF format. The application is `currently hosted on streamlit `_ and is planned to be integrated into the CADET website in the future. A short comparison of the most prominent unit operation model features is given in :numref:`table_features_unit_operations`. .. _table_features_unit_operations: .. list-table:: Supported features of the different unit operations models :widths: 30 14 14 14 14 14 :header-rows: 1 * - Unit operation model - Radial dispersion - Pore diffusion - Film diffusion - Particle geometries - Multiple particle types * - :ref:`general_rate_model_model` - × - ✓ - ✓ - ✓ - ✓ * - :ref:`lumped_rate_model_with_pores_model` - × - × - ✓ - ✓ - ✓ * - :ref:`lumped_rate_model_without_pores_model` - × - × - × - × - × * - :ref:`2d_general_rate_model_model` - ✓ - ✓ - ✓ - ✓ - ✓ * - :ref:`cstr_model` - × - × - × - × - ✓ * - :ref:`multi_channel_transport_model_model` - × - × - × - × - × * - :ref:`FFCrystallization` - × - × - × - × - × Moreover, the pseudo unit operations :ref:`inlet_model`, and :ref:`outlet_model` act as sources and sinks for the system. We further note that radial flow model variants are available for the LRM, LRMP and GRM. .. toctree:: :hidden: :glob: general_rate_model lumped_rate_model_without_pores lumped_rate_model_with_pores 2d_general_rate_model multi_channel_transport_model cstr inlet outlet