Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1014 Bytes

File metadata and controls

32 lines (25 loc) · 1014 Bytes

drift_composition

A 1D model for the advection and diffusion of molecules through protoplanetary discs.

Installation

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 .

Getting started

To see how the code can be used to compute the composition of a protoplanetary disc see the tutorial in examples/basic_model.ipynb

Authors

Contact

Submit a bug report or feature request on the issues page. For anything else, feel free to email me.

License

This is free software licensed under the GPLv3 License. For more details see the LICENSE.

© Copyright 2023 Richard Booth