Giter Site home page Giter Site logo

Custom nonlinear components about ahkab HOT 8 CLOSED

gehrer avatar gehrer commented on July 25, 2024
Custom nonlinear components

from ahkab.

Comments (8)

gehrer avatar gehrer commented on July 25, 2024 1

Thank you. Works well now.
Another question: According to the documentation the step size is controlled and probably gets adjusted during the transient simulation. Is there an easy way to force a step size? I sometimes have the problem that an error "Step size too small" occurs, independently of the start step size.

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

Hi @gehrer, can you gist the code that produces this error? I'm not an expert in ahkab internals, but as close as there is to a maintainer at this point. If you share your code, I'll try and take a look.

Good luck!

from ahkab.

gehrer avatar gehrer commented on July 25, 2024

Hi,
here is the link to the gist:
https://gist.github.com/gehrer/12c8228b245b21eeaa0a0071127c5e1e

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

@gehrer thanks, I'll take a look ~tomorrow. Merry Christmas!

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

@gehrer take a look at https://github.com/ahkab/ahkab/blob/master/ahkab/diode.py#L87, https://github.com/ahkab/ahkab/blob/master/ahkab/diode.py#L125

Looks like it's just part of the API that the above code missed.

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

try https://gist.github.com/itdaniher/b595075f30c9db440b0409c9b16f835d

looks like nonlinear elements requires a different API than for linear, I tried to make changes as appropriate.

Look at the diode.py source, esp class diode.

regards!
Ian

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

wrt step size:

transient_analysis has the following parameter:

use_step_control: the LTE will be calculated and the step adjusted. default: True

pretty sure setting it to false will use a constant step size.

you can also set a smaller value for options.hmin, the smallest allowed step size.

Regards,
Ian

from ahkab.

itdaniher avatar itdaniher commented on July 25, 2024

Closing this issue as the primary question was addressed - feel free to open another issue if needed!

Regards,
Ian

from ahkab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.