Metadata-Version: 2.1
Name: open-darts
Version: 1.0.4
Summary: Delft Advanced Research Terra Simulator
Author-email: Denis Voskov <D.V.Voskov@tudelft.nl>
Maintainer-email: Ilshat Saifullin <i.s.saifullin@tudelft.nl>
License: LICENSE.md
Project-URL: homepage, https://darts.citg.tudelft.nl/
Project-URL: repository, https://gitlab.com/open-darts/open-darts
Project-URL: documentation, https://open-darts.readthedocs.io/en/docs
Keywords: energy transition,modeling of CO2 sequestration,geothermal energy production
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.md
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: meshio
Requires-Dist: gmsh
Requires-Dist: iapws
Requires-Dist: pyevtk
Requires-Dist: opmcpg
Provides-Extra: docs
Requires-Dist: myst-parser ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-tabs ; extra == 'docs'
Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
Requires-Dist: sphinxcontrib-matlabdomain ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: linkify-it-py ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'

# openDARTS

[![Documentation Status](https://readthedocs.org/projects/open-darts/badge/?version=latest)](https://open-darts.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8046983.svg)](https://doi.org/10.5281/zenodo.8046983)

DARTS is a scalable parallel modeling framework and aims to accelerate the simulation performance while capturing multi-physics processes in geo-engineering fields such as hydrocarbon, geothermal, CO2 sequestration and hydrogen storage.

## Installation

openDARTS is available for Python 3.7 to 3.11.

```bash
pip install open-darts
```

To build openDARTS please check our [wiki](https://gitlab.com/open-darts/open-darts/-/wikis/Build-instructions).

## Tutorials

Check some our tutorials and a crash-course on openDARTS [here](https://gitlab.com/open-darts/open-darts-workshop).

## Documentation

For more informatin about how to get started visit the [documentation](https://open-darts.readthedocs.io/en/latest/).

## Advanced examples

More advanced examples of complex simulations with openDARTS can be found in [open-darts-models](https://gitlab.com/open-darts/open-darts-models).

## Legal

Please refer to [LICENSE.md](LICENSE.md) for more information about the licensing of openDARTS.

## For developers

Check our [wiki](https://gitlab.com/open-darts/open-darts/-/wikis/home).

## Help and support

Check our wiki section about [how to contribute](https://gitlab.com/open-darts/open-darts/-/wikis/Contributing).
