|
[Sponsors] |
June 24, 2014, 22:08 |
Stress analysis--BC's on non-planar surface
|
#1 |
New Member
Join Date: Oct 2011
Location: Sydney, NSW
Posts: 21
Rep Power: 15 |
Hi there,
I'm having trouble figuring out a way to prescribe a stress condition on a non planar boundary. For example, if we consider the Plate With A Hole example from the documents and wish to prescribe a pressure condition of 10kPa pushing outward on the hole instead of the (planar) plate boundary, how can I actually do this? In particular, my problem arises from the fact that I cannot see how to employ the tractionDisplacement boundary condition to do this: Code:
right { type tractionDisplacement; traction uniform ( 10000 0 0 ); pressure uniform 0; value uniform (0 0 0); } Thanks in advance for all help! |
|
June 25, 2014, 11:22 |
pressure
|
#2 |
New Member
Jeff
Join Date: May 2014
Location: Nantes, France
Posts: 11
Rep Power: 12 |
Hi the.drizzle,
I am a newbie on OpenFOAM because I use it for 1 month. I use sometimes the solver solidEquilibriumDisplacementFoam and I think traction and pressure are in Pa, traction runs in the x,y, and z directions and pressure runs in the normal direction on the plane. Try this: hole { type tractionDisplacement; traction uniform ( 0 0 0 ); pressure uniform 10000; value uniform (0 0 0); } Good luck! I wait your results. Jeff. |
|
June 25, 2014, 21:07 |
|
#3 | |
New Member
Join Date: Oct 2011
Location: Sydney, NSW
Posts: 21
Rep Power: 15 |
Hi Jeff,
Thanks for the reply! I don't have my OF-equipped computer handy, but I don't think that will work--I think I already tried exactly that approach already. I think. Maybe not though, I will try again later today to be sure. It would make sense if it did work though, as the we have from the tutorial: Quote:
Code:
right { type tractionDisplacement; traction uniform ( 0 0 0 ); pressure uniform 10000; value uniform (0 0 0); } |
||
June 26, 2014, 05:02 |
3 ways to model your exemple and not the same results
|
#4 |
New Member
Jeff
Join Date: May 2014
Location: Nantes, France
Posts: 11
Rep Power: 12 |
Hi the.drizzle,
Good to hear from you! As to model the traction of the right planar surface, I try three differents BC details with the exemple of the plateHole. Ont the first one, we applied a traction of 10000 Pa on the positive direction. Code:
right { type tractionDisplacement; traction uniform ( 10000 0 0 ); pressure uniform 0; value uniform (0 0 0); } The second one: Code:
right { type tractionDisplacement; traction uniform ( 0 0 0 ); pressure uniform 10000; value uniform (0 0 0); } I thought the pressure in on the opposite direction. That's why I try a last example on the other direction: Code:
right { type tractionDisplacement; traction uniform ( 0 0 0 ); pressure uniform -10000; value uniform (0 0 0); } What's wrong ? I don't know ... Please find attached the pics from my tests on OpenFOAM. See you, Jeff. |
|
June 26, 2014, 05:08 |
A mistake from me :D
|
#5 |
New Member
Jeff
Join Date: May 2014
Location: Nantes, France
Posts: 11
Rep Power: 12 |
In the third example, I stop my atteinment at the first increment. That's why I haven't the same results as the first exemple .
Please see the real result of the sigmaXX on the third one. It is the same as the first one. So, the pressure is like a traction if you apply it on the opposite direction. Now, I'm waiting your results on the hole. |
|
Tags |
non-planar bend, tractiondisplacement |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cylindrical Quadric Surface for Post-process analysis | Steady State | FLUENT | 0 | November 7, 2013 11:03 |
Plane stress and plane strain cases for stress analysis | Sargam05 | OpenFOAM | 0 | May 3, 2013 19:16 |
Calculating the Wall Shear Stress Gradient over surface | 123catty456 | Main CFD Forum | 1 | October 1, 2012 23:27 |
[snappyHexMesh] Layers don't fully surround surface | EVBUCF | OpenFOAM Meshing & Mesh Conversion | 14 | August 20, 2012 05:31 |
stress analysis | rt | Main CFD Forum | 0 | June 7, 2007 06:01 |