alan-turing-institute / PeriPy

Code base for PeriPy, a lightweight, open-source and high-performance package for peridynamic simulations written in Python - a collaboration between Exeter, Cambridge & Turing
MIT License
46 stars 14 forks source link

Remove requirement for mesh in peripy setup #86

Open tjdodwell opened 3 years ago

tjdodwell commented 3 years ago

Currently runs are built from first defining a mesh - which is odd for a meshless method.

Define a simple standard input file for defining particles

tjdodwell commented 3 years ago

x, y, z, isConstrained_x, isConstrained_y, isConstrained_z, isForce_x, isForce_y, isForce_z, material_tag

tjdodwell commented 3 years ago

Also need to think about how we define a constitutive model of bonds in a purely particle-based model setup