davidkleiven / APAL

Alloy Phasefield Abstraction Layer
MIT License
0 stars 0 forks source link

Build status

APAL

Alloy Phasefield Abstraction Layer. The aim of APAL is to provide a simple Python interface to phase field models. It is solely based on the MMSP project. Supported equations

* Cahn-Hilliard
* Cahn-Hilliard-Ginzburg-Landau (aimed at precipitate modelling)

Installation

First, install the dependencies (scipy and cython)

pip install -r requirements.txt --user

then compile and install the APAL package

pip install . --user