PhaseField Save

PRISMS-PF: An Open-Source Phase-Field Modeling Framework

Project README

Build Status License: LGPL v2.1 DOI

PRISMS-PF Website
Code repository
User manual (with installation instructions)
User registration link
User forum
Training slides/exercises
PFHub phase-field community

Version information:

This version of the code, v2.3, contains moderate changes from v2.2. It was released in March 20213. See version_changes.md for details.

What is PRISMS-PF?

PRISMS-PF is a powerful, massively parallel finite element code for conducting phase field and other related simulations of microstructural evolution. The phase field method is commonly used for predicting the evolution if microstructures under a wide range of conditions and material systems. PRISMS-PF provides a simple interface for solving customizable systems of partial differential equations of the type commonly found in phase field models, and has 24 pre-built application modules, including for precipitate evolution, grain growth, and solidification.

With PRISMS-PF, you have access to adaptive meshing and parallelization with near-ideal scaling for over a thousand processors. Moreover, the matrix-free framework from the deal.II library allows much larger than simulations than typical finite element programs – PRISMS-PF has been used for simulations with over one billion degrees of freedom. PRISMS-PF also provides performance competitive with or exceeding single-purpose codes. For example, even without enabling the mesh adaptivity features in PRISMS-PF, it has been demonstrated to be over 6x faster than an equivalent finite difference code.

This code is developed by the PRedictive Integrated Structural Materials Science (PRISMS) Center at University of Michigan which is supported by the U.S. Department of Energy (DOE), Office of Basic Energy Sciences, Division of Materials Sciences and Engineering under Award #DE-SC0008637.

Citing PRISMS-PF

Please cite the following reference when discussing PRISMS-PF in a publication:

S. DeWitt, S. Rudraraju, D. Montiel, W.B. Andrews, and K. Thornton. PRISMS-PF: A general framework for phase-field modeling with a matrix-free finite element method. npj Computuational Materials 6, 29 (2020).

If additionally you would like to cite a specific release of PRISMS-PF, please use the following format:

PRISMS-PF, v2.1.2 (2019). Available from https://github.com/prisms-center/phaseField. DOI: 10.5281/zenodo.3357005.

For DOI information for other releases, please refer to this site.

Quick Start Guide:

For detailed instructions on how to download and use PRISMS-PF, please consult the PRISMS-PF User Manual. A (very) abbreviated version of the instructions is given below.

Installation:

Please refer to the installation section of the user manual for details.

  1. Install CMake, p4est, and deal.II (version 9.5 recommended)

  2. Clone the PRISMS-PF GitHub repository

$ git clone https://github.com/prisms-center/phaseField.git
$ cd phaseField
$ git checkout master
$ cmake .
$ make -j <nprocs>

[here denotes the number of processors]

Running a Pre-Built Application:

Please refer to the Running a PRISMS-PF Example App for full details including instructions for visualization of the results.

Examples of various phase field models are located under the applications directory. The easiest way to get started on the code is to run the example apps in this folder.

The example apps are intended to serve as (1) Demonstration of the capabilities of this library, (2) Provide a framework for further development of specialized/advanced applications by users.

Apps that are still under development/testing are preceded by an underscore.

Entering the following commands will run one of the pre-built example applications (the Cahn-Hilliard spinodal decomposition application in this case):

$ cd applications/cahnHilliard
$ cmake .

For debug mode [default mode, very slow]:

$ make debug

For optimized mode:

$ make release

Execution (serial runs):

$ ./main

Execution (parallel runs):

$ mpirun -np <nprocs> ./main

[here denotes the number of processors]

Visualization:

Output of the primal fields fields is in standard vtk format (parallel:.pvtu, serial:.vtu files) which can be visualized with the following open source applications:

  1. VisIt (https://wci.llnl.gov/simulation/computer-codes/visit/downloads)
  2. Paraview (http://www.paraview.org/download/)

License:

GNU Lesser General Public License (LGPL). Please see the file LICENSE for details.

Further information, questions, issues and bugs:

Open Source Agenda is not affiliated with "PhaseField" Project. README Source: prisms-center/phaseField
Stars
192
Open Issues
66
Last Commit
1 week ago

Open Source Agenda Badge

Open Source Agenda Rating