simulkade / JPhreeqc.jl

calling PhreeqcRM from Julia
GNU General Public License v3.0
5 stars 1 forks source link

Julia wrapper for PhreeqcRM package

This package wraps all the C functions of the PhreeqcRM package, except the MPI functions (I did not know how to do it).

Pease cite as

DOI

Installation

Open Julia and type

]add https://github.com/simulkade/JPhreeqc.jl
build JPhreeqc

The build command will download the latest binaries on Windows and Linux. Note that on windows, a compiled dll is provided in the lib folder. In addition, you need to have Visual Studio 2019 with C++ tools installed for all the library dependencies. You can download the community edition for free.
I do not have a Mac so you are on your own there. Please feel free to create a pull request if you intend to make it work on Mac.

Plan

About

This package is written by Ali A. Eftekhari. I use my personal time for its development, but I use it in my work at DHRTC.
PhreeqcRM and other Phreeqc programs are developed and distributed by U.S. Geological Survey (USGS).