https://github.com/cadet/rdm-example-recycling-techniques
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cadet
- Language: Python
- Default Branch: main
- Size: 35.2 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Recycling Techniques Simulation with CADET
This repository contains example simulations of Recycling processes using CADET-Process and CADET-RDM. A two-component system with a Langmuir isotherm binding model and a LumpedRateModelWithoutPores unit operation model is simulated. A way to improve the separation efficiency of a column is by recycling the outlet. By connecting the column’s outlet to its inlet, the separation can pass through the column multiple times, without the need for a longer column or smaller particles, thereby avoiding a high pressure drop. Two different recycling concepts are introduced:
- Closed-Loop Recycling (CLR) -
clr_process.py - Mixed-Recycle Steady-State Recycling (MR-SSR) -
mrssr_process.py
Authors
- Johannes Schmölder
- Katharina Paul
- Ronald Jäpel
- Hannah Lanzrath
Running the Example Simulation
- Clone this repository.
- Set up the environment using the
environment.ymlfile. - Run the simulation:
bash
python main.py
The results will be stored in the src folder inside the output directory.
Note: Running
cadet-rdmrequires Git LFS, which needs to be installed separately.
- Ubuntu/Debian:
bash sudo apt-get install git-lfs git lfs install
- macOS (with Homebrew):
bash 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
Owner
- Name: CADET
- Login: cadet
- Kind: organization
- Email: cadet@fz-juelich.de
- Website: cadet.github.io
- Repositories: 1
- Profile: https://github.com/cadet
GitHub Events
Total
- Push event: 6
- Create event: 1
Last Year
- Push event: 6
- Create event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Katharina Paul | k****l@r****e | 11 |
| r.jaepel | r****l@g****m | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- cadet-process *
- cadet-rdm *