turn Matlab code involving PDE toolkit into Simscape component

2 ビュー (過去 30 日間)
Giulia Ulpiani
Giulia Ulpiani 2019 年 7 月 23 日
回答済み: Kavya Vuriti 2019 年 8 月 6 日
Good morning,
I have a code that depicts the behavior of an SMA material (including thermal and mechanical models, both developed with the PDE toolkit).
Now, since the PDE toolkit has some limitations in terms of 3d geometry when it comes to heat conduction between specifically-shaped solids, I was wondering if I could turn my code into a custom component in Simscape, even though it involves the PDE toolkit...
Is it possible? Any suggestion on how to integrate the code?
Thank you very much,
Giulia

回答 (1 件)

Kavya Vuriti
Kavya Vuriti 2019 年 8 月 6 日
If the existing domains in the Simscape doesn’t support the required functionality, you can try defining a new physical domain in Simscape environment and can write a component file in .ssc format and then create a Simulink custom component using the component file.
Another possible workaround could be creating a MATLAB Function block which integrates a MATLAB code with simulink block and use a SP-Simulink Converter block to convert the Simulink signal to physical signal if you intend to use it in Simscape.
Refer the following link for more information on creating custom Simscape blocks: https://www.mathworks.com/help/physmod/simscape/lang/generating-custom-blocks-from-simscape-component-files.html

Community Treasure Hunt

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

Start Hunting!

Translated by