|
[Sponsors] |
Calculate the work has been done by pressure p in the surface of a sphere |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 24, 2022, 16:33 |
Calculate the work has been done by pressure p in the surface of a sphere
|
#1 |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
Hello
A spherical is meshed by many little triangles. Suppose the triangle is made of elastic material, and Young's modulus is E. . A time-dependent pressure (p=10*t) is equally applied to the inner surface of a spherical. After t1=0.1s, the spherical is 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 node v1 -11.352 4.68846 -58.9501 v2 -10.2788 -1.54017 -60.6666 v3 12.043 6.94501 -34.1632 and displacement (m) of each node d1 0.000131475 -0.000706995 0.000754736 d2 6.02E-05 -0.000662299 0.000711364 d3 0.000147876 -0.000661116 0.000729507 I calculated the areas of each triangle from the edge vectors I think I can use the pressure times area to get the force, then times displacement. But I have the displacement for three nodes, how to make them the same direction as my force? How can I calculate the work has been done by pressure p I think we need to ignore the work done by the interaction of each triangle Last edited by miraboreasu; September 25, 2022 at 16:00. |
|
September 24, 2022, 17:33 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Use the definition for the reversible part of mechanical work:
Int[S] n.v p dS then you can define linear shape function and integrate. |
|
September 24, 2022, 17:47 |
|
#3 |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
Thanks, but I didn't get it, can you please explain more? My idea is to use pressure times cavity volume, but I don't know how to get the volume from the locations of the three nodes
|
|
September 24, 2022, 18:09 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
||
September 24, 2022, 18:14 |
|
#5 |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
||
September 24, 2022, 18:18 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
||
September 24, 2022, 18:59 |
|
#7 |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
||
September 24, 2022, 23:46 |
|
#8 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,753
Rep Power: 66 |
To get the normal vector take the cross product of any two sides of the triangle. Normalize as you like.
You need said vectors also to calculate the area of the triangles. |
|
September 25, 2022, 10:41 |
|
#9 |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
||
September 25, 2022, 10:46 |
|
#10 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,753
Rep Power: 66 |
You have 3 points and 3 edge vectors from point 1 to 2, 2 to 3, and 1 to 3. To obtain the vector going from 1 to 2, take the (x,y,z) coordinates of point 2, and subtract the (x,y,z) coordinates of point 1. Do the same to get the other edge vectors. Repeat for all faces.
|
|
September 25, 2022, 12:53 |
|
#11 | |
New Member
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4 |
Quote:
I think I will use pressure times the area to get the force. I also have the displacement as a vector of each node in the dataset, how to use three displacement vectors to times the force? BTW, I got the cross product, to get the triangle area. I use 0.5 times the 2-norm of the cross-product result. The idea from here https://www.youtube.com/watch?v=hQMbD2JT-qA |
||
Tags |
mechanics |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Periodic flow using Cyclic - comparison with Fluent | nusivares | OpenFOAM Running, Solving & CFD | 30 | December 12, 2017 06:35 |
Plotting pressure difference contour at a surface | pszatk | CFX | 1 | April 26, 2017 19:38 |
Cluster ID's not contiguous in compute-nodes domain. ??? | Shogan | FLUENT | 1 | May 28, 2014 16:03 |
[snappyHexMesh] Layers don't fully surround surface | EVBUCF | OpenFOAM Meshing & Mesh Conversion | 14 | August 20, 2012 05:31 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |