Confine "structuralBoundaryLoad" to a specific region of a face?
2 views (last 30 days)
Show older comments
I'm trying to apply a surface traction as in: https://www.mathworks.com/help/pde/ug/deflection-analysis-of-a-bracket.html
using: https://www.mathworks.com/help/pde/ug/pde.structuralmodel.structuralboundaryload.html
However, I don't want to apply the load the an entire face. I want to limit it to a specific region of the face (which ideally I can specify as the face of a particular element using the node references). Is this possible?
0 Comments
Answers (2)
Ravi Kumar
on 15 Mar 2018
You can use the function_handle approach to define the load to act only on a portion of a Face. You can identify the portion of the face using the geometric coordinates that solver provides to the function you define. Take a look at the the documentation for using function_handle in defining boundary conditions - Solve PDEs with Nonconstant Boundary Conditions. Note that the document shows use of function_handle for applyBoundaryCondition the same approach would also work for structuralBoundaryLoad.
0 Comments
Wesley Legant
on 19 Mar 2018
1 Comment
Ravi Kumar
on 19 Mar 2018
I don't think it is possible to create your own face/region using a set of element faces.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!