Confine "structuralBoundaryLoad" to a specific region of a face?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Ravi Kumar
2018-3-15
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 个评论
Wesley Legant
2018-3-19
1 个评论
Ravi Kumar
2018-3-19
I don't think it is possible to create your own face/region using a set of element faces.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!