A 1D model for the advection and diffusion of molecules through protoplanetary discs.
You can install the code with pip
python -m pip install .
If you want to be able to edit the source file you may find it convenient to pass the -e
flag to pip
:
python -m pip install -e .
To see how the code can be used to compute the composition of a protoplanetary disc see the tutorial in examples/basic_model.ipynb
- Richard Booth (University of Leeds) https://github.com/rbooth200
Submit a bug report or feature request on the issues page. For anything else, feel free to email me.
This is free software licensed under the GPLv3 License. For more details see the LICENSE.
© Copyright 2023 Richard Booth