Work calculation from applied pressure
Show older comments
A spherical is meshed by many little triangles.A time-dependent pressure (p=10*t) is equally applied to the inner surface of a spherical. After t1=0.1s, the spherical broken and each little triangle is disconnected.
The data I have is the nodes locations (m) of each little triangle like
point1 2.48309 2.51276 2.45388
point2 2.4875 2.50415 2.45103
point3 2.47773 2.50283 2.45452
and velocity (m/s) of each nodes
v1 -11.352 4.68846 -58.9501
v2 -10.2788 -1.54017 -60.6666
v3 12.043 6.94501 -34.1632
How can I calculate the work has been done by pressure p
I think need to ignore the work done by the interation of each triangle
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!