Need to calculate the energy dissipated in an element

Hello, Dear Circuit Lab stuff! I am in awe with what I see, it is very innovative, cool and well done, but I think an important feature is missing - the ability to calculate the energy dissipated in a component over time. The power in Joules should be the integral of the power in watts over time in seconds (yeah, sorry for my bad math if it really isn't). The thing with Joules is that in power electronics it should help determine the reliability of the element, for example when switching inductive loads. I would also like to have a glimpse of the total energy dissipated by my Xenon flash simulation attempts:

by adash
March 31, 2013

This shows a way to calculate and plot the energy delivered to a load:

https://www.circuitlab.com/circuit/86exuy/volts-amps-power-energy-01/

Simulate > Time Domain > Run Time-Domain Simulation

For background on why the ustep() is of the form:

ustep(T-1p)

and not simply:

ustep(T)

see:

https://www.circuitlab.com/circuit/653up7/damping-vs-time-step-01/

https://www.circuitlab.com/circuit/4erqjv/damping-vs-time-step-02/

https://www.circuitlab.com/circuit/y97g97/damping-vs-time-step-03/

For background on why the Laplace integrator is of the form:

1/(s+1p)

and not simply:

1/s

see:

https://www.circuitlab.com/forums/support/topic/96jc4424/cls-laplace-h_s-block/

by signality
March 31, 2013

Cool. Thanks, it works well. The behavioral sources are a pretty neat feature too.

by adash
March 31, 2013

Post a Reply

Please sign in or create an account to comment.