Issue with STL geometry and pde toolbox
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I want to use the pde toolbox for solving structural modal problems. For this I just started with the examples provided with matlab software.
Firstly I used the exmaple for calculating the natural frequencies of a square plate with dimensions 10x10x1:https://www.mathworks.com/help/pde/ug/vibration-of-a-square-plate.html. This script works fine and the natural frequencies are plausible. For training purpose, I just designed a simple beam and converted it to STL file and imported it with "importGeometry" functon. However, I clampled the beam one side and caluclated the natural frequencies, but I figured out that a.) takes very long and b.) I'am getting over thousand of natural frequencies which are similiar to each other. Also the modeshapes looks like I have some modes with spikes of the surface. I guessed that there is something wrong with the geometry, so I exported a square plate with 10x10x1 as mentioned in the example above and getting the same strange behaviour using the code of the example !
I think there can be an issue with the STL geometry.. So is there any special things I have to consider when I export STL files from the CAD software ?
Thanks !
Best regards,
Tugrul
0 件のコメント
採用された回答
Ravi Kumar
2020 年 11 月 9 日
Check the dimensions of the expoerted geometry. Some tools export by default in mm, you mght be seeing many more frequenceis if you have model is mm and propeties in SI unites.
Regards,
Ravi
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!