Elasticity exercise - Halfplane under single load #679
bricearnold
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @bricearnold. The link seems to be broken. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please i need your help i am new on Gridap: I want to computate the stress on a halfplane on single load F = 100N like on the picture. The Load should be on the middle of the halfplane. Please can you help me? I didn't found an example that correspond to my problem. Thank you
The cartesian mesh should be:
domain = (0,n,0,m)
partition = (4,4)
model = CartesianDiscreteModel(domain,partition)
The boundary condition should be u(y=0) = 0
And i wand to calculate the stress, so at the end i want the σ-tensor and the σ-value on a specific point when a force is loaded on the middle.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions