Are there useful FEM toolbox ?
4 次查看(过去 30 天)
显示 更早的评论
Hi, I'm in deep trouble, plese help me.
I'm looking for the toolbox, about FEM by MATLAB.
I plan to import FEM model from ANSYS(I'm thinking of CDB file as an imported file).
Then I want to analyze on MATLAB.
Does anybody know useful toolbox?
If you know please tell me.
Warm Regards
0 个评论
回答(5 个)
guiseppe jusseau
2017-5-14
The FEATool Multiphysics Matlab FEM simulation toolbox may work for you, although it doesn't support Ansys files directly you can import grids in various formats.
0 个评论
Etienne Balmes
2015-1-10
Hello you can look up www.sdtools.com/femlink.html for CDB reading and the SDT for FEM analysis.
0 个评论
Juan M Glez
2016-3-15
Hi
You can make an interface between Ansys and Matlab, using the following line in your Matlab code.
!"C:\Route to Ansys executable\ANSYS161.exe" -b -i "C:\Route to input APDL file\Input.txt" -o "C:\Route to output text file\Output.txt"
I have a similar problem
0 个评论
Sarah Palfreyman
2018-9-20
Have you tried the Partial Differential Equation Toolbox?
https://www.mathworks.com/products/pde.html
1 个评论
Hrishikesh Das
2020-9-4
PDE TOOLBOX only allows triangular mesh in 2D and tetrahedral mesh in 3D. what if we have quad mesh? does it work on that?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!