Effacer les filtres
Effacer les filtres

How to create thermal model object?

4 vues (au cours des 30 derniers jours)
Leetcode
Leetcode le 12 Avr 2023
Modifié(e) : Anurag Ojha le 12 Avr 2023
I am new to matlab and want to know how to create Thermal model object. Can anyone guide me to do that?

Réponse acceptée

Anurag Ojha
Anurag Ojha le 12 Avr 2023
Modifié(e) : Anurag Ojha le 12 Avr 2023
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 commentaire
Leetcode
Leetcode le 12 Avr 2023
Thanks for your help!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by