Metadata-Version: 2.1
Name: kawin
Version: 0.0.8
Summary: Tool for simulating precipitation using the KWN model coupled with Calphad.
Home-page: https://kawin.org/
Author: Nicholas Ury
Author-email: nury12n@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# KWN-Precipitation

Python library for performing precipitation simulations using the Kampmann-Wagner Numerical (KWN) model. This package allows for coupling with pycalphad to perform thermodynamic and kinetic calculations.

Required Dependencies:
    numpy, scipy, matplotlib, pycalphad

