
What does deflection mean in Structural Mechanics PDE Toolbox?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Ravi Kumar
2018-11-27
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.
7 个评论
Ravi Kumar
2018-11-28
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.
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!