/chemcomp

Modeling the chemical composition of planets formed in protoplanetary disks.

Primary LanguagePythonMIT LicenseMIT

chemcomp

Modeling the chemical composition of gas giants by accretion of pebbles, planetesimals and gas.

docs: WIKI

install:

clone project:

git clone https://github.com/AaronDavidSchneider/chemcomp.git

move into directory:

cd chemcomp

Install conda environment:

conda create -n chemcomp numpy "astropy>=4.0" scipy matplotlib pyyaml jupyter parse h5py pip pytables

Install a development version chemcomp:

pip install -e .

or install from pypi

pip install chemcomp

Adjust paths in chemcomp/helper/main_helper if you need different directories for output and config.

Publications

Original Publications

Please cite Schneider & Bitsch(2021a), if you use chemcomp in your work.

Publications using chemcomp

And several more in preperation (last updated: 22.11.2023)

Thanks:

  • I would like to thank Bertram Bitsch for his enormous support during the development of this code and for continuing to use the code together with his students.
  • I would like to thank Cornelis Dullemond for providing the solver which (in adapted version) is used to solve the gas viscous disk equation and dust transport equation.
  • I would like to thank everyone, who has already used chemcomp in their work and has contributed in fixing small bugs.