Coder Social home page Coder Social logo

mpm3d-f90's Introduction

About

MPM3D-F90 is the simplified FORTRAN 90 version of MPM3D, and servers as the companion open source code for our MPM books:

  1. X Zhang, Z Chen, Y Liu. The Material Point Method - A Continuum-Based Particle Method for Extreme Loading Cases. Academic Press, 2016;

  2. X Zhang, YP Lian, Y Liu, X Zhou. Material Point Method (in Chinese), Beijing: Tsinghua University Press, 2013.

Please refer to these two books for detailed explanation about its source codes and usage.

The MPM3D-F90 can be obtained from GitHub at https://github.com/xzhang66/MPM3D-F90. You are welcome to share your improvements and enhancements to MPM3D-F90, or share your input data files and simulation results. Please send you feedback to me at [email protected].

Please cite our books and related publications in your publication if MPM3D-F90 or MPM3D is used in your work. Here is the List of our publications in Material Point Method.

Source code organization

The code is organized as:

src: Souce files (MPM3D.f90, Particle.f90, DataIn.f90, DataOut.f90, FFI.f90, Grid.f90, Material.f90, update_step.f90, Constitution.f90)

CMakeLists.txt: Used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) by CMake

make: Predefined build files for GNU and Intel Visual Fortran compiler. The build files for other compliers can be generated by using CMake from CMakeLists.txt file.

gnu: make file for GNU Fortran compiler

ivf: solution file for Intel Visual Fortran compiler

Data: Example input data

Deto1k.mpm: 1D slab TNT detonation

Taylor.mpm: Taylor bar impact

PeneOgive.mpm: Penetration of a ogive projectile

Slopefail.mpm: Failure of slope

Compile and baisc usage under Linux

Under Linux, you can compile and run an example by the following code:

cd MPM3D-F90
cmake .
make
./mpm3d Data/Deto1k.mpm

mpm3d-f90's People

Contributors

xzhang66 avatar ruichen-ni avatar fabricix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.