How to define the properties of an orthotropic material on Matlab

조회 수: 9 (최근 30일)
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?

채택된 답변

Shubham Khatri
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
Also, Please take a look at these community answers ( Link 1, Link 2, Link 3)for your support.
Hope it helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by