What does deflection mean in Structural Mechanics PDE Toolbox?

1 view (last 30 days)
Let us consider a rectangular structure of length L under strain (x-direction) is elongated by ∆L.
a) Is deflection in this case ∆L, ∆L per L or its bending?
b) If left and right edges of the rectangle are stretched outward, should I use Dirichlet Boundary condition on top and bottom edges or
Neumann Boundary condition on the botton edge.
c) I could export the mesh and solve PDE. How do I plot deflection in horizontal and vertical cuts of the structure?
Thanks in advance.

Accepted Answer

Ravi Kumar
Ravi Kumar on 27 Nov 2018
a) Results output from PDE Toolbox contains Displacements wstruct array ith ux, uy, and uz as fields, these values are displacement from the reference state. These values are sort to (in 1-D) in each direction at each node.
b) You need to decide what BCs represents the physical problem. If you are modelling streaching by pulling of the rectangle with lateral edges free to deflect the just don't assign any BCs on them. In addition you can fix left end and then apply the Dirchlet BC on the right end to simulation pulling, otherwise your model is not fully constrained for rigid motion.
c) Refer to interpolateDisplacement function to get the displacement at you desired locations.
  7 Comments
Briggs
Briggs on 28 Nov 2018
Do you have example file on strain. I saw for stress, clamping etc
Ravi Kumar
Ravi Kumar on 28 Nov 2018
Not sure what you are asking for. You will get strain tensor as an output. You can impose Displacements as BCs to produce required strain.

Sign in to comment.

More Answers (1)

Briggs
Briggs on 3 Jan 2019
How to export ux, uy etc.?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!