How to define the properties of an orthotropic material on Matlab
1 回表示 (過去 30 日間)
古いコメントを表示
Curtis MINKO M'OBAME
2021 年 6 月 18 日
コメント済み: Curtis MINKO M'OBAME
2021 年 7 月 5 日
Hello, I am doing dynamic calculations on Matlab by importing "STL" files in 3D format and I would like to know how to define the properties of an orthotropic material?
0 件のコメント
採用された回答
Shubham Khatri
2021 年 7 月 4 日
Hello,
To import STL and define properties, please take a look at the following code.
model = createpde('thermal','steadystate');
gm = importGeometry(model,'SquareBeam.STL');
thermalProperties(thermalmodel,'ThermalConductivity',[80;10;80]) %for orthotropic thermal conductivity
Hope it helps.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!