Skip to main content

KRATOS Multiphysics ("Kratos") is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.

Project description

Particle Mechanics Application

This application features continuum-based meshfree and particle methods with main motivations of simulating non-linear large deformable materials, such as free-surface flows, geomechanical phenomena, and extreme events involving impact, penetration, fragmentation, blast, multi-phase interaction, failure evolution, etc.

The recent research and development have been focused solely on the Material Point Method (MPM). However, the implementation of other continuum-based methods, e.g. the Smoothed Particle Hydrodynamics (SPH), the Galerkin Meshfree Method (GMM), etc, is planned to be done within the same application in the future.

Getting Started

This application is part of the Kratos Multiphysics Platform. Instructions on how to download, install and run the software in your local machine for development and testing purposes are available for both Linux and Windows systems.

Prerequisites

Build Kratos and make sure the following lines are written:

-DEXTERNAL_SOLVER_APPLICATION=ON
-DPARTICLE_MECHANICS_APPLICATION=ON

between the compilation configurations, so the Particle Mechanics application is compiled along with auxiliary external solvers required.

Theory

Particle or meshfree methods are a category of methods where the state of a system is represented by a set of discrete particles, without a fixed connectivity; hence, making such methods suitable for the analysis of moving discontinuities and large deformations with breaking and fragmentation. This approach does not suffer from the mesh distortion and entanglement issues posed by other Lagrangian discretizations such as the finite element method.

Material Point Method

The MPM is a one of the Lagrangian particle methods which has gained a remarkably increasing popularity due to its capability in simulating solid mechanics problems involving historically dependent materials and large deformations. As MPM is able to combine the strengths of Eulerian and Lagrangian methods, it has been utilized in various engineering applications and industrial purposes, in particular in geomechanics and environmental fluid dynamics field. The method stores the historically changing variables and the material information at the moving particles, the so-called material points (MP), and uses a constantly-reset background mesh to solve the linear system of equations.

Recommended references for implementation details of MPM in Kratos:

  • Iaconeta, I., Larese, A., Rossi, R., & Zhiming, G. (2016). Comparison of a material point method and a Galerkin meshfree method for the simulation of cohesive-frictional materials. Materials, 10(10), p. 1150.
  • Iaconeta, I., Larese, A., Rossi, R., Oñate, E. (2017). An implicit material point method applied to granular flows. Procedia Engineering: Proceeding of the 1st International Conference on the Material Point Method (MPM2017), Vol 175, 226-232 MPM 2017, Delft, Netherlands.
  • Iaconeta, I., Larese, A., Rossi, R., & Oñate, E. (2018). A stabilized mixed implicit Material Point Method for non-linear incompressible solid mechanics. Computational Mechanics, 1-18.
  • Chandra, B., Larese, A., Iaconeta, I., Rossi, R., Wüchner, R. (2019). Soil-Structure Interaction Simulation of Landslides Impacting a Structure Using an Implicit Material Point Method. Proceeding of the 2nd International Conference on The Material Point Method (MPM2019), Cambridge, United Kingdom.

Features

The following features are currently available and subject to development within the Particle Mechanics Application:

  • A set of Boundary conditions:

    • Grid-Based Conditions: applied directly on the background nodes
      • Neumann: Point load
      • Neumann: Line load (a distributed load applied over a line)
      • Neumann: Surface load (a distributed load applied over a face)
      • Dirichlet: Fixed and roller support for arbitrary inclination and boundary shape.
    • Particle-Based Conditions: applied in moveable boundary particles
      • Neumann: Moving point load
      • Dirichlet: Imposition of displacements (homogeneous and inhomogeneous) using penalty method
  • Solid (background) elements:

    • Updated Lagrangian elements - triangular (2D) and tetrahedral (3D), structured and unstructured
    • Updated Lagrangian UP elements - triangular (2D) and tetrahedral (3D), structured and unstructured, with Mixed Variational Methods of displacement and pressure
    • Updated Lagrangian quadrilateral elements - quadrilateral (2D) and hexahedral (3D), structured and unstructured
    • Updated Lagrangian axis-symmetric elements - triangular and quadrilateral (2D), structured and unstructured
  • Constitutive laws:

    • Linear isotropic elastic materials - plane strain, plane stress, axis-symmetric, and 3D
    • Hyperelastic Neo-Hookean laws - finite strain, plane strain, axis-symmetric, and 3D
    • Elasto-plastic laws:
      • Mohr Coulomb - finite strain, associative and non-associative, plane strain, axis-symmetric, and 3D
      • Mohr Coulomb with Strain Softening - finite strain, associative and non-associative, plane strain, axis-symmetric, and 3D
    • Critical state laws:
      • Modified Cam-Clay - finite strain, plane strain, axis-symmetric, and 3D
  • Strategies and schemes:

    • Implicit - Newmark/Bossak prediction and correction scheme for static, quasi-static, and dynamic problems
  • Other features:

    • Staggered coupling with Finite Element Method - weak and strong coupling of nonconforming discretization
    • Particle erase features - to delete particle outside the interest domain

Some unit tests of the above features can be found in the tests folder, while some use-cases and validation examples are also available in the Examples repository.

Available Interfaces

GiD Interface

It is located in GiD interface repository in GiD interface repository.

Requires GiD - Pre and Post Processing software.

License

The Particle Mechanics Application is OPEN SOURCE. The main code and program structure is available and aimed to grow with the need of any user willing to expand it. The BSD (Berkeley Software Distribution) licence allows to use and distribute the existing code without any restriction, but with the possibility to develop new parts of the code on an open or close basis depending on the developers.

Contact

FAQs

Check here for some FAQs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

KratosParticleMechanicsApplication-9.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

KratosParticleMechanicsApplication-9.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

KratosParticleMechanicsApplication-9.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

KratosParticleMechanicsApplication-9.0.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

File details

Details for the file KratosParticleMechanicsApplication-9.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for KratosParticleMechanicsApplication-9.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2ff6dac4a1c032a973c4f5f366851e3bd86a326616bef10603ec41a207f5a64
MD5 42240d62d97ea99cb7cbe186a756977b
BLAKE2b-256 3ed31c4b64fdefa71fe1052eb50af2c21661f0806391da9024351b27ff2222ec

See more details on using hashes here.

Provenance

File details

Details for the file KratosParticleMechanicsApplication-9.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for KratosParticleMechanicsApplication-9.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1b8a840b6123f6ba3606bf524a544df2331fd32ed52b1799135859b9f4785fdd
MD5 75bebfde35181687dc6f78e9c0fd3b7f
BLAKE2b-256 9bdb5b77e22567d31bd6ec9540b640bcbd32d0166898ca29430344ef128543c6

See more details on using hashes here.

Provenance

File details

Details for the file KratosParticleMechanicsApplication-9.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for KratosParticleMechanicsApplication-9.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 62ab95ba60c1d4851834902a68cc208f15c47b7afb7eec9d697b72ade0fcd487
MD5 92cccbf478aabba8efa7eb9b508e61c0
BLAKE2b-256 18bfcaf59e7c9a65f945f6ac2b3e34031da6895b9966340832ba026c20e8b72d

See more details on using hashes here.

Provenance

File details

Details for the file KratosParticleMechanicsApplication-9.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for KratosParticleMechanicsApplication-9.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 12c5f54e7f2fe22e2a2be4a33dd5b273b2075b795e3fe473388b30b5006153a3
MD5 76819f0008e9b1a7d4c52f4a5c91e2cf
BLAKE2b-256 2e4528ab9af2bbc095e9f7779541c8fc560696a162cd629b539df55fa8272ee2

See more details on using hashes here.

Provenance

File details

Details for the file KratosParticleMechanicsApplication-9.0.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for KratosParticleMechanicsApplication-9.0.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be8f5fe159732182a25a93b87f199220267a901142ef4b082e53e9af51add81c
MD5 a49a593396477fa71e9a46bb00c8b231
BLAKE2b-256 891241fc610e2460d463fb6c174d3492841af039423775047d7cfdc678dcf1b9

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page