Convergence issue, the Simulation is quite slow

crutschow

Joined Mar 14, 2008
38,314
Such a complex circuit will naturally run rather slowly, since thousands of calculations are required for each node per second.
Also, specifying a maximum timestep in the transient command, as your sim shows, can also greatly increase the sim time.
Why did you specify that time?

Try simulating only a portion of the circuit at a time.
 

crutschow

Joined Mar 14, 2008
38,314
So Basically I should increase the maximum time step?
There's normally reason to specify that parameter, it's just left blank, as Spice selects the optimum value based on how fast the voltage/current is changing at each circuit node.
Why do you think you need to?
 
Top