Numerical method to solve a spring system

Click For Summary
SUMMARY

The discussion focuses on simulating a deformation model for a triangle mesh where mass elements are located at each vertex and springs are added along the edges. The user seeks a numerical method to achieve equilibrium positions for free vertices after manipulating specific vertices. The proposed solutions include dynamic simulations and finite element methods, emphasizing the need for minimization techniques to solve the system effectively.

PREREQUISITES
  • Triangle mesh theory
  • Finite element method (FEM)
  • Dynamic simulation techniques
  • Numerical optimization methods
NEXT STEPS
  • Research finite element method applications in mesh deformation
  • Explore numerical minimization techniques for equilibrium calculations
  • Study dynamic simulation frameworks for real-time mesh manipulation
  • Investigate existing libraries for triangle mesh processing, such as CGAL or OpenMesh
USEFUL FOR

Computer graphics developers, simulation engineers, and researchers working on mesh deformation and dynamic systems will benefit from this discussion.

Ale78
Messages
1
Reaction score
0
Hello everyone,
this is my first thread in this comunity.

I explain my problem:

I have a triangle mesh http://en.wikipedia.org/wiki/Triangle_mesh where at every vertex coincide a mass element and on every edge I add a spring.
I would like simulate a deformation model.
My idea derive from this article http://www.ecti-thailand.org/assets/papers/1116_pub_36.pdf.
But in this article I think to understand that this is a dynamic simulation along the time.
What's I need, is that user move handled vertex in a final position, the remain vertex are free vertex and their final position should be calculate in the way that every spring reach equilibrium.
What's numerical method can solve my problem. Maybe a minimization?
 
Technology news on Phys.org
Try a finite element method: Wikipedia Page

Basically you divide the system into a mesh (as you have) and add the parts of the mesh to form a solution to the system satisfying its boundary conditions.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K