Faster simulation using simulink

Please login with a confirmed email address before reporting spam

Hello everyone,

I am simulating the behavior of Litz wire using the LiveLink for MATLAB and observe its current, voltage, and resistance. My simulating model is complex (cannot be reduced/simplified/meshed further). after observing the running time, i found the following code takes 95% of time.

model.sol('sol').runAll;

can you please give me any alternative code to run the model so that I can execute it fast. I only want to record the current, voltage, and resistance.

Any solver sequence I can use for the faster simulation?

Thanks in advance



1 Reply Last Post 11 avr. 2025, 03:38 UTC−4
Edgar J. Kaiser Certified Consultant

Please login with a confirmed email address before reporting spam

Posted: 4 days ago 11 avr. 2025, 03:38 UTC−4
Updated: 4 days ago 11 avr. 2025, 04:12 UTC−4

Your geometry has 2 mirror symmetries, so you can reduce it to a quarter. You can also try linear discretization.

I just realized that your model is axisymmetric and not planar. So only one mirror symmetry remains.

-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Your geometry has 2 mirror symmetries, so you can reduce it to a quarter. You can also try linear discretization. I just realized that your model is axisymmetric and not planar. So only one mirror symmetry remains.

Reply

Please read the discussion forum rules before posting.

Please log in to post a reply.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.