PeriLab

Welcome to the PeriLab documentation!

This resource aims to teach you everything you need to know to get up and running with tabular data manipulation using the PeriLab.jl package.

What is PeriLab.jl?

PeriLab.jl provides a Peridynamics [1] simulation core.

Its design and functionality are similar to those of Peridigm [2] and several extenions [3], [4], [5].

PeriLab.jl and the Peridynamics Ecosystem

Mesh-free particle-based methods are mostly used for the numerical approximation of peridynamics equations. [6] provides an overview of current Peridynamics software developments. In addition to this, many local research groups are also developing their software. Most of the listed tools are problem-specific or developed by a single person. The most sophisticated software tools are EMU and Peridigm. EMU is not open source, but researchers can request the code. However, due to the code developments at the Sandia National labs and the rules of development, the code is officially not usable because the rules violate the "Treaty on the Non-Proliferation of Nuclear Weapons".

Peridigm is an open-source tool that can be used for large-scale problems. It includes multiple material laws, simple damage models. Peridigm is usable under a BSD license. Currently, there is some irregular development ongoing. It provides multiple ways of model input and provides Paraview readable output. The whole code allows the analysis of large-scale problems. A lot of research has been performed utilizing the software.

sankey-beta Installation,Run time,20 Build time, Run time, 10 Implementation / Debugging, Run time, 60 Calculation, Run time,10 Run time, Installation productive, 0 Run time, Build time productive, 10 Run time, Implementation / Debugging productive, 10 Run time, Calculation productive, 80

One challenge, however, remains. How can Peridynamics be widely adopted? Classical continuum mechanics is extensively utilized in the engineering field through the finite element method. There is a multitude of commercial and non-commercial software tools available for this purpose. In the case of Peridynamics, this is not the case. Peridigm as the most advanced one provides an open-source code with many functionalities. However, the implementation effort is substantial, and the installation process is difficult and time-consuming. To implement the simplest material law you have to edit at least five files. If you add new files and folders in the project you have to deal with cmake scripts and all challenges related to it.

Moreover, the program is only partially maintained. This results in valuable research findings being underutilized, and Peridynamics, as a result, finds limited application outside of specific niche problems. There is a significant need for software that combines functionality, easy installation, and seamless integration.

quadrantChart x-axis Low Functionalty --> High Functionalty y-axis Hard to use --> Simple to use Peridigm: [0.85, 0.2] PeriLab: [0.5, 0.8] EMU: [0.95, 0.1] PeriPy: [0.2, 0.7] PeriPyDIC: [0.2, 0.6] LAMMPS: [0.3, 0.3] PeriFlakes: [0.35, 0.4] Relation-Based Software: [0.4, 0.25] BB_PD: [0.2, 0.50] PeriDEM: [0.13, 0.3]

Questions?

If there is something you expect PeriLab to be capable of, but cannot figure out how to do, please reach out with questions in Domains/Data on Discourse.

Please report bugs by opening an issue.

You can follow the source links throughout the documentation to jump right to the source files on GitHub to make pull requests for improving the documentation and function capabilities.

Please review PeriLab contributing guidelines before submitting your first PR!

Information on specific versions can be found on the Release page.

Package Manual

API

Only exported (i.e. available for use without PeriLab. qualifier after loading the PeriLab.jl package with using PeriLab) types and functions are considered a part of the public API of the PeriLab.jl package. In general all such objects are documented in this manual (in case some documentation is missing please kindly report an issue here).