How to define the properties of an orthotropic material on Matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Curtis MINKO M'OBAME
le 18 Juin 2021
Commenté : Curtis MINKO M'OBAME
le 5 Juil 2021
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 commentaires
Réponse acceptée
Shubham Khatri
le 4 Juil 2021
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.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!