2D Plane stress Problem, linear elasticity #1570
-
Dear @lululxvi , I am trying to solve a plane stress problem of Perforated Strip Plate as described in the following paper: https://link.springer.com/article/10.1007/s00466-022-02252-0 Below is my code:
Although the I get the loss in order of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Could you please show some results for comparison to see the difference? |
Beta Was this translation helpful? Give feedback.
-
Hello, I finally got the correct result by using hard constraints and applying suitable traction conditions as shown below. I am leaving the code below if someone needs it.
I want to ask @lululxvi , if there is any other way to implement traction conditions on the arc? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Yes, you can use
|
Beta Was this translation helpful? Give feedback.
Yes, you can use
OperatorBC
. You need to compute the normal direction insideOperatorBC
.OperatorBC
can be used to implement everything.