Workflow to combine CAD Model and SIMSCAPE Thermal transient Analysis

조회 수: 2 (최근 30일)
Bastian Kraemer
Bastian Kraemer 2023년 9월 20일
편집: Bastian Kraemer 2023년 9월 21일
Hello,
I am currently working on a thermal analysis to design a controll loop for a heating system. Therefore I would like to extract geometric information like the distance between to objects and the area from Object A facing B, the mass and so on and pass it to the SIMSCAPE Blocks. I know it is not possible to pass them directly, but it is possible to store the solutions in variables and then call this variables in the blocks again. I want to automatize the design process as far as possible => changing the CAD => changes the MATLAB/SIMULINK Model. Is there a way to do so? I would be thankfull for any workflow ideas:)

답변 (1개)

Steve Miller
Steve Miller 2023년 9월 20일
You should be able to obtain distance measurements using sensors, assign them to a Simulink signal (or Simscape Physical Signal), and then pass them to a Simscape block that has a Physical Signal input. If you go via Simulink, you'll need a conversion block to convert it from a Simulink signal (handled sequentially/explicitly) to Simscape (handled simultaneously/implicitly).
--Steve
  댓글 수: 1
Bastian Kraemer
Bastian Kraemer 2023년 9월 21일
편집: Bastian Kraemer 2023년 9월 21일
Hey, thanks for the qucik reply :) ! I added the CAD Model via the smlink add on. Now, if I got it correct, the only way to extract geometric information like the distance is by implementing a sensor (e.g. Ultrasonic Sensor)? It is not possible to generate a Mesh and calculate it by a function?
My Model is fixed, during simulation time nothing is moving => I just need the geometric information for the thermal analysis

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Converters (High Power)에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by