Spatial discontinuous Galerkin spectral element method for a family of chromatography models in CADET
Computers & Chemical Engineering
Jan Michael Breuer1,2 (ORCID: 0000-0002-1999-2439),
Samuel Leweke1 (ORCID: 0000-0001-9471-4511),
Johannes Schmölder1 (ORCID: 0000-0003-0446-7209),
Gregor Gassner2,3 (ORCID: 0000-0002-1752-1158),
Eric von Lieres1 (ORCID: 0000-0002-0309-8408)
1 Forschungszentrum Jülich, IBG-1: Biotechnology, Jülich, Germany
2 Department of Mathematics and Computer Science, University of Cologne, Cologne, Germany
3 Center for Data and Simulation Science, University of Cologne, Cologne, Germany
Supplement code to recreate evaluation.
We note that CADET is distributed under a different license than the one given here, which solely refers to the evaluation scripts.
- Install CADET-Python and CADET-Core following the installation guide in the [CADET documentation]](https://cadet.github.io/master/).
- Create conda environment using the environment.yml file.
- Recreate evaluation by executing the code given in eval_CADET_DG.py according to the instructions given therein.
- CADET
- Anaconda, Python = 3.9
- Git
- Install Python Environment manager with Python 3.9 (Anaconda with Anaconda Navigator).
- Create new environment using the environment.yml by executing
conda env create -f environment.yml.