目录
2. Material Point Method (MPM)
MPM Advantages and Disadvantages
1. Preliminaries
介绍Eulerian和Lagrangian
物理模拟有两种方式——Eulerian grids & Lagrangian particles.
(https://www.youtube.com/watch?v=zUaD-GMARrA 这个youtube视频也很不错!超级安利!!!从Fluid Flow开始引入,简单介绍了Lagrangian vs. Eulerian (In Simple Terms))
下面的定义摘自上面的video😊
- Lagrangian:track an object to determine its properties.
- Eulerian: It's just observing fluid properties as a function of time and space.
形象理解如下图手绘所示意:
两者方法区别

-
Eulerian:只track网格格点的状态-->会被初始化的网格所限定,所以一些奇怪的,不规则的形状就很难被规整的网格所做到(要用大量的计算,把网格变得很小很小,才能去贴近物体的边界去计算)
-
Lagrangian:初始化是初始化不同数量的粒子-->可以很容易track物体边界
- The Lagrangian view follows an individual fluid parcel as it moves through space and time. The Eulerian view focuses on specific locations in the space through which fluid flows.
- In Lagrangian specifications, the coordinates move with the fluid parcels so it is useful for following trajectories, deformation, and rotations. Eulerian coordinates are fixed in space so better for analyzing flows, velocities, accelerations.
2. Material Point Method (MPM)
MPM是一种混合的(Hybrid),结合Eulerian和Lagrangian的方法。
定义:MPM is a hybrid Euleri

本文介绍了Eulerian和Lagrangian方法在物理模拟中的区别,以及MaterialPointMethod(MPM)作为两者结合的解决方案。MPM特别适用于处理大变形问题,通过移动的材料点和固定网格,有效减少网格扭曲带来的不真实效果。

&spm=1001.2101.3001.5002&articleId=136106524&d=1&t=3&u=fa81d05cf59f4946930ad820ee3979b9)
2812

被折叠的 条评论
为什么被折叠?



