Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MPM] Update readme files #140

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions mpm/validation/cylinder_on_inclined_plane/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Cylinder on inclined plane 2D - comparison between analytical and numerical solution with MPM

**Author:** Philip Franz

**Kratos version:** Development branch. **Expected 9.1**
**Kratos version:** **9.5**

**Source files:** [cylinder_on_inclined_plane_2D](https://github.com/KratosMultiphysics/Examples/tree/master/mpm/validation/cylinder_on_inclined_plane/source)



## Case Specification

This is a 2D simulation of a cylinder on an inclined plane. A rotating as well as a frictionless sliding behaviour of the cylinder are regarded subsequently. The simulation is set up according to section 4.5.2 of (Iaconeta, 2019).
Expand Down Expand Up @@ -42,16 +41,11 @@ The analytical and numerical solution for the displacement function of the respe
The left image displays the rolling cylinder - modelled with option "contact". The right one shows the sliding cylinder (frictionless) - modelled with option "slip".

<p align="center">
<img alt="Light" src="data/rolling cylinder gif.gif" width="45%">
<img alt="Light" src="https://raw.githubusercontent.com/KratosMultiphysics/Examples/refs/heads/master/mpm/validation/cylinder_on_inclined_plane/data/rolling%20cylinder%20gif.gif" width="45%">
&nbsp; &nbsp; &nbsp; &nbsp;
<img alt="Dark" src="data/sliding cylinder gif.gif" width="46%">
<img alt="Dark" src="https://raw.githubusercontent.com/KratosMultiphysics/Examples/refs/heads/master/mpm/validation/cylinder_on_inclined_plane/data/sliding%20cylinder%20gif.gif" width="46%">
</p>






## References
- Iaconeta, I. (2019). *Discrete-continuum hybrid modelling of flowing and static regimes.* (Ph.D. thesis). Universitat politècnica de Catalunya - Barcelona tech
- Chandra, B., Singer, V., Teschemacher, T., Wüchner, R., Larese, A. (2021) *Nonconforming Dirichlet boundary conditions in implicit material point method by means of penalty augmentation*. Acta Geotech. 16, 23152335. https://doi.org/10.1007/s11440-020-01123-3
- Iaconeta, I. (2019). **Discrete-continuum hybrid modelling of flowing and static regimes**, *Ph.D. thesis*, Universitat Politècnica de Catalunya, Barcelona
- Chandra, B., Singer, V., Teschemacher, T., Wuechner, R., & Larese, A. (2021). **Nonconforming Dirichlet boundary conditions in implicit material point method by means of penalty augmentation**, *Acta Geotechnica*, 16(8), 2315-2335. DOI: <a href="https://doi.org/10.1007/s11440-020-01123-3">10.1007/s11440-020-01123-3</a>.
8 changes: 4 additions & 4 deletions mpm/validation/granular_flow_2D/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ The problem stated above has been solved with a structured mesh with 3 material

<p align="center">
<img src="data/granular_flow_2D_results.png" alt="Obtained results and comparison." width="700" />

</p>
<p align="center">
(a.) Experiment conducted by (Bui et al., 2008), (b.) comparison of final surface configuration and failure line, (c.) simulation results of (Bui et al., 2008) by using SPH method, (d.) simulation results obtained by implicit MPM method
</p>


## References
- Bui, H. H., Fukagawa, R., Sako, K., & Ohno, S. (2008). Lagrangian meshfree particles method (SPH) for large deformation and failure flows of geomaterial using elastic-plastic soil constitutive model. International Journal for Numerical and Analytical Methods in Geomechanics, 32(12), 1537–1570. https://doi.org/10.1002/nag.688
- Chandra, B., Larese, A., Iaconeta, I., Rossi, R., Wüchner, R. (2018). Soil-Structure Interaction Simulation of Landslides Impacting a Structure Using an Implicit Material Point Method. *Accepted for publication by Proceeding of the 2nd International Conference on The Material Point Method (MPM2019)*.
- Bui, H. H., Fukagawa, R., Sako, K., & Ohno, S. (2008). **Lagrangian meshfree particles method (SPH) for large deformation and failure flows of geomaterial using elastic-plastic soil constitutive model**, *International Journal for Numerical and Analytical Methods in Geomechanics*, 32(12), 1537–1570. DOI: <a href="https://doi.org/10.1002/nag.688">10.1002/nag.688</a>.
- Chandra, B., Larese, A., Iaconeta, I., Rossi, R., Wüchner, R. (2018). **Soil-Structure Interaction Simulation of Landslides Impacting a Structure Using an Implicit Material Point Method**, *Accepted for publication by Proceeding of the 2nd International Conference on The Material Point Method (MPM2019)*.
Loading