Material Point Method Solution Procedure Wednesday, 10/9/2002 Map from particles to grid Interpolate from grid to particles Constitutive model Boundary.

Slides:



Advertisements
Similar presentations
Example 1 Matrix Solution of Linear Systems Chapter 7.2 Use matrix row operations to solve the system of equations  2009 PBLPathways.
Advertisements

Read Chapter 1 Basic Elasticity - Equilibrium Equations
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
MANE 4240 & CIVL 4240 Introduction to Finite Elements Practical considerations in FEM modeling Prof. Suvranu De.
Some Ideas Behind Finite Element Analysis
APPLIED MECHANICS Lecture 10 Slovak University of Technology
1cs533d-term Notes  Assignment 2 is up. 2cs533d-term Modern FEM  Galerkin framework (the most common)  Find vector space of functions that.
Overview Class #6 (Tues, Feb 4) Begin deformable models!! Background on elasticity Elastostatics: generalized 3D springs Boundary integral formulation.
Nonlinearity Structural Mechanics Displacement-based Formulations.
Error Analysis for Material Point Method and a case study from Gas Dynamics Le-Thuy Tran and Martin Berzins Thanks to DOE for funding from
FEM and X-FEM in Continuum Mechanics Joint Advanced Student School (JASS) 2006, St. Petersburg, Numerical Simulation, 3. April 2006 State University St.
A program for creating patient-specific Finite Element models of fractured bones fixed with metallic implants Aviv Hurvitz, CAS Laboratory, The Hebrew.
Finite Element Method in Geotechnical Engineering
Theory of Elasticity Theory of elasticity governs response – Symmetric stress & strain components Governing equations – Equilibrium equations (3) – Strain-displacement.
MANE 4240 & CIVL 4240 Introduction to Finite Elements
1cs533d-winter-2005 Notes  Some example values for common materials: (VERY approximate) Aluminum: E=70 GPa =0.34 Concrete:E=23 GPa =0.2 Diamond:E=950.
1cs533d-term Notes. 2 Poisson Ratio  Real materials are essentially incompressible (for large deformation - neglecting foams and other weird composites…)
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Lecture 27.
Conservation of momentum also known as: Cauchy’s equation Relation between stress and strain rate 4 equations, 12 unknowns; need to relate flow field and.
Elastic Stress-Strain Relationships
Computer Animation Rick Parent Computer Animation Algorithms and Techniques Physically Based Animation.
Lecture VII Rigid Body Dynamics CS274: Computer Animation and Simulation.
Linear Momentum and Collisions المحاضرة العاشرة. Linear Momentum and Collisions Chapter 9.
ME 520 Fundamentals of Finite Element Analysis
Physics 121.
Chapter 7 Linear Momentum. Chapter Momentum Linear Momentum- product of mass times velocity p=mvp=momentum units=kg.m/sec Restate Newton’s second.
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,
Explicit\Implicit time Integration in MPM\GIMP
Chapter 6. Plane Stress / Plane Strain Problems
11/11/20151 Trusses. 11/11/20152 Element Formulation by Virtual Work u Use virtual work to derive element stiffness matrix based on assumed displacements.
Illustration of FE algorithm on the example of 1D problem Problem: Stress and displacement analysis of a one-dimensional bar, loaded only by its own weight,
Linear Momentum and Collisions 9.1 Linear Momentum and Its Conservation9.2 Impulse and Momentum9.3 Collisions9.4 Elastic and Inelastic Collisions in One.
Analysis of a cracked plate
finite element method 08 - finite element method - density growth - theory.
The Generalized Interpolation Material Point Method.
STRESS-STRAIN RELATIONSHIP
Ch 8 : Conservation of Linear Momentum 1.Linear momentum and conservation 2.Kinetic Energy 3.Collision 1 dim inelastic and elastic nut for 2 dim only inellastic.
 Introduction of research project  Solidification of casting alloys  Stresses and strains  Crystal lattices  Diffraction  Neutrons  Experimental.
Material Point Method Grid Equations
Steel Rebar Test Conducted by: Christian Chang Ty Dempsey 5/9/00.
2.1 – Linear and Quadratic Equations Linear Equations.
CS274 Spring 01 Lecture 7 Copyright © Mark Meyer Lecture VII Rigid Body Dynamics CS274: Computer Animation and Simulation.
Project III Q&A Friday, 11/15/2002. MPM Simulation on Contact.
14 - finite element method
Material Point Method (MPM) Wednesday, 10/2/2002 Variational principle Particle discretization Grid interpolation.
Our task is to estimate the axial displacement u at any section x
Finite Element Method Weak form Monday, 11/4/2002.
Boundary Element Method
Finite Element Method in Geotechnical Engineering
14 - finite element method
Le-Thuy Tran and Martin Berzins
Continuum Mechanics (MTH487)
MANE 4240 & CIVL 4240 Introduction to Finite Elements
REVISION MATERIAL FOR PHYSICAL SCIENCES DEFINITIONS: MOMENTUM
Elastic Collisions.
روش عناصر محدود غیرخطی II Nonlinear Finite Element Procedures II
Chapter 5 Momentum.
Implementation of 2D stress-strain Finite Element Modeling on MATLAB
FEM Steps (Displacement Method)
Center of Mass and Linear Momentum
Chapter 9 Center of Mass and Linear Momentum
One dimensional Poisson equation
Find the velocity of a particle with the given position function
Chapter 9 Center of Mass and Linear Momentum
Derivation of the Exchange of Velocities
08 - finite element method
Solving a System of Linear Equations
Newton’s Third Law of Motion
Continuum Simulation Monday, 9/30/2002.
Material Point Method (MPM)
Presentation transcript:

Material Point Method Solution Procedure Wednesday, 10/9/2002 Map from particles to grid Interpolate from grid to particles Constitutive model Boundary conditions

Mass matrix Compact mass matrix: Only matrix elements close to diagonal are not zero.

Lumped Mass Matrix

Solution 1.Particle discretization, grid 2.Initialize particle information 3.Map particle information to grid 4.Solve the motion equations on grid 5.Interpolate from grid to particles 6.Update the information on particles

Particle information stress: position: velocity:

Mapping: particle  grid External force Internal force Mass matrix Momentum

Solve Equations on the Grid

Update particle position

Update particle velocity

Update particle stress E is Young’s modulus. Linear elastic constitutive model

Particle strain rate

Stress-strain curve

Boundary Conditions If v (1) <0: contact Momentum change:

Next few classes 2D MPM How to write MPM code in MATLAB Techniques in programming, data structure