How to define the properties of an orthotropic material on Matlab
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Curtis MINKO M'OBAME
am 18 Jun. 2021
Kommentiert: Curtis MINKO M'OBAME
am 5 Jul. 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 Kommentare
Akzeptierte Antwort
Shubham Khatri
am 4 Jul. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Condensed Matter & Materials Physics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!