Workflow to combine CAD Model and SIMSCAPE Thermal transient Analysis
1 view (last 30 days)
Show older comments
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:)
0 Comments
Answers (1)
Steve Miller
on 20 Sep 2023
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
See Also
Categories
Find more on Simulation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!