Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterative MNA Solver #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarvinTollnitschRWTH
Copy link
Contributor

This branch implements a solver capable of solving nonlinear circuit equation systems. The implemented solver class "IterativeMNASolverDirect" inherits from "MNASolverDirect" and adds a solving method which uses the Newton-Raphson iteration algorithm. To be usable by this solver, for all nonlinear component models an interface class is provided which expects the nonlinear component models to implement a method returning the model's Jacobian of its system matrix equations for each time step to be used by the solver.

Since the Jacobian of a linear component's system matrix equation is the already implemented stamp, linear component models such as the Resistive Companion implementations of components are usable with the new solver, also in combination with new nonlinear component models using the new interface.

Signed-off-by: Marvin Tollnitsch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant