Skip to content

CADET case study from paper: Analytical solutions and moment analysis of general rate model for linear liquid chromatography” (Shamsul Qamar et al.)

Notifications You must be signed in to change notification settings

cadet/RDM-Example-Rectangular-Pulse

Repository files navigation

Rectangular Pulse Elution Simulation with CADET

This repository contains an example simulation of the elution of a rectangular pulse using CADET-Process and CADET-RDM. Here, a General Rate Model (GRM) with a linear binding model is used to examine the influence of dispersion on the elution behavior.

This example reproduces part of the case study from:

  • "Analytical solutions and moment analysis of general rate model for linear liquid chromatography" Shamsul Qamar, Javeria Nawaz Abbasi, Shumaila Javeed, Andreas Seidel-Morgenstern Chemical Engineering Science (2014); 107:192–205 https://doi.org/10.1016/j.ces.2013.12.019

It is also referenced in:


Authors

  • Katharina Paul
  • Ronald Jäpel
  • Hannah Lanzrath

Running the Example Simulation

  1. Clone this repository.

  2. Set up the environment using the environment.yml file.

  3. Run the simulation:

    python main.py

The results will be stored in the src folder inside the output directory.

Note: Running cadet-rdm requires Git LFS, which needs to be installed separately.

  • Ubuntu/Debian:

    sudo apt-get install git-lfs
    git lfs install
  • macOS (with Homebrew):

    brew install git-lfs
    git lfs install
  • Windows: Download and install from https://git-lfs.com


Output Repository

The output data for this case study can be found here: Link to Output Repository

About

CADET case study from paper: Analytical solutions and moment analysis of general rate model for linear liquid chromatography” (Shamsul Qamar et al.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published