CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Calculate the work has been done by pressure p in the surface of a sphere

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 24, 2022, 16:33
Default 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
miraboreasu is on a distinguished road
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.
miraboreasu is offline   Reply With Quote

Old   September 24, 2022, 17:33
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
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.
FMDenaro is offline   Reply With Quote

Old   September 24, 2022, 17:47
Default
  #3
New Member
 
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4
miraboreasu is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
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.
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
miraboreasu is offline   Reply With Quote

Old   September 24, 2022, 18:09
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by miraboreasu View Post
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
The definition I wrote requires only surface values.
FMDenaro is offline   Reply With Quote

Old   September 24, 2022, 18:14
Default
  #5
New Member
 
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4
miraboreasu is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
The definition I wrote requires only surface values.
Can I ask how to get the normal vector n in your equation to perform a dot product with the velocity vector? And how to do the integral? Just times intact surface area?
miraboreasu is offline   Reply With Quote

Old   September 24, 2022, 18:18
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by miraboreasu View Post
Can I ask how to get the normal vector n in your equation to perform a dot product with the velocity vector? And how to do the integral? Just times intact surface area?
There are simple formula for the integrals of shape functions in a FEM manner
FMDenaro is offline   Reply With Quote

Old   September 24, 2022, 18:59
Default
  #7
New Member
 
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4
miraboreasu is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
There are simple formula for the integrals of shape functions in a FEM manner
I really appreciate your time, but I want more explanations on how to calculate the work.
miraboreasu is offline   Reply With Quote

Old   September 24, 2022, 23:46
Default
  #8
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,753
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
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.
LuckyTran is offline   Reply With Quote

Old   September 25, 2022, 10:41
Default
  #9
New Member
 
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4
miraboreasu is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
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.
Thanks, what is said vector?
miraboreasu is offline   Reply With Quote

Old   September 25, 2022, 10:46
Default
  #10
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,753
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
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.
LuckyTran is offline   Reply With Quote

Old   September 25, 2022, 12:53
Default
  #11
New Member
 
J Powell
Join Date: Feb 2022
Posts: 12
Rep Power: 4
miraboreasu is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
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.
Thanks, LuckyTran, I got the area of my problem which is 4.84e-05
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
Attached Images
File Type: jpg cfdforum.jpg (49.5 KB, 5 views)
miraboreasu is offline   Reply With Quote

Reply

Tags
mechanics


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 05:39.