Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

LTspice sim of inverter just grinds to a halt?

Status
Not open for further replies.

cupoftea

Advanced Member level 5
Joined
Jun 13, 2021
Messages
2,609
Helped
54
Reputation
108
Reaction score
115
Trophy points
63
Activity points
13,682
Hi,
Do you know why the attached LTspice sim just stops working at about 56ms?
 

Attachments

  • 50hzINVERTER.zip
    5.7 KB · Views: 111

First guess is a numerical problem in one or more of
the element models, that has gotten the simulator
"out over its skis" to where it can't back down the
timestep enough to get convergence (because the last,
was insane and the insanity does not repeat neatly).

zero-capacitance nodes (as often are found in
behaviorals) are one way to get there. LT loved behaviorals
for a couple of reasons (one being, you don't get to
look inside their encrypted ones - so good luck with
the debug).

Try optional transient algorithms like Euler and higher
order TrapGear (if those are accessible - never spent
that much time with LTSpice options). Try setting a cmin
value to load down the matrix some, which could hold
things that blow up to NaN now, to a valid floating point
range.

Barf messages might point to a node that fails to converge
(if you let it sit long enough). If you set the sweep time to
barely before the error-time, you might be able to eyeball
some "well, that's not right..." that leads to the culprit.
 
LTspice isn't really well performing in power electronics and similar non-linear circuit simulations. A general hint to improve convergence is to add SPICE directive ".options cshunt=1e-15".

You may also want to review respective discussions at https://groups.io/g/LTspice/topics
 
Thanks, ill take a look, the LTspice sim now works, but is extremely slow...any tips on speeding this particular sim up appreciated?
 

Attachments

  • 50hzINVERTER_jan3_SINE CHEAT.zip
    7 KB · Views: 110

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top