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.

How to define convergence when using a simulator?

Status
Not open for further replies.

STOIKOV

Full Member level 4
Joined
Nov 18, 2005
Messages
236
Helped
8
Reputation
16
Reaction score
2
Trophy points
1,298
Activity points
3,083
Each of you how define convergence when using a simulator
 

Re: Convergence

STOIKOV said:
Each of you how define convergence when using a simulator
convergence means leading to proper finaL solution.USE proper algorithm.adaptive LMS IS Good ONE
 

    STOIKOV

    Points: 2
    Helpful Answer Positive Rating
Re: Convergence

As far as I know, convergence refers to having a solution which results in an error which is less than the target. In a circuit simulator, the routine is trying to solve for the node voltages while trying to make sure that algebraic sum of currents into that node is zero (Kirchoff's Current Law - KCL). Instead of zero, a small number is usually taken, say 10uA. So if the algebraic sum of current is less than or equal to 10uA, the routine may say that it has *converged* to a solution. Of course, I am grossly oversimplifying the routine here. If the system never gets to less than or equal to 10uA, the routine might try to cut down on time step size, etc. If all these fail, you usually get a error message saying there is a *convergence problem*. At this point, you can relax the convergence tolerance to, say, 20uA and try again.

Best regards,
v_c
 

    STOIKOV

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top