How to create thermal model object?

I am new to matlab and want to know how to create Thermal model object. Can anyone guide me to do that?

 採用された回答

Anurag Ojha
Anurag Ojha 2023 年 4 月 12 日
編集済み: Anurag Ojha 2023 年 4 月 12 日

0 投票

Hi Leetcode,
I understand that you want to create thermal model object. You can create a thermal model object using "createpde" with the first argument "thermal".
thermalmodel = createpde("thermal","transient")
thermalmodel =
ThermalModel with properties: AnalysisType: "transient" Geometry: [] MaterialProperties: [] HeatSources: [] StefanBoltzmannConstant: [] BoundaryConditions: [] InitialConditions: [] Mesh: [] SolverOptions: [1×1 pde.PDESolverOptions]
You can refer to this MATLAB documentation to explore more about it.
Hope it helps!!

1 件のコメント

Leetcode
Leetcode 2023 年 4 月 12 日
Thanks for your help!

サインインしてコメントする。

その他の回答 (0 件)

タグ

質問済み:

2023 年 4 月 12 日

編集済み:

2023 年 4 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by