pyDEW

Python library for performing Deep Earth Water (DEW) calculations.


License
MIT
Install
pip install pyDEW==0.14

Documentation

pyDEW

Tools for interacting with DEW, EQPT, and EQ3, via python (formally known as pyQ3).

The first step is to import DEW into ENKI by making phase objects for each DEW species. This is done in the import_DEW.ipnb notebook.

For demonstrations of how to create custom DATA0 files, and for running EQ3 calculations, see the notebooks in the tutorial folder.

To install the module, navigate to the folder and run pip install .. The first time you create an instance of a DEW System in a notebook or script, the module will take some time to compile the ThermoEngine Coder generated code. Be patient!

To use a binder instance of the code, go here: Binder