dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

Circuit Model Capability, SPICE-similar #238

Closed dpinney closed 9 years ago

dpinney commented 10 years ago

This is probably very hard, but how much time would it take to put this* into the OMF as a model?

drdanley commented 10 years ago

While it is undeniably cute, I don’t quite see how this meshes in with the overall goals of OMF. What use could it be to co-ops or other utilities?

dpinney commented 10 years ago

I asked for a time estimate, not an implementation. I intend to use it for components we can't model in Gridlab-D.

cshjin commented 10 years ago

That is a Java applet, but I can show you another web based circuit simulation, https://www.circuitlab.com/. This is what we can expect, right?

dpinney commented 10 years ago

I tried circuitlab and didn't like it as much. Output much less intuitive.

cshjin commented 10 years ago

License information of Falstad's circuit model can be found here: http://www.falstad.com/licensing.html

You have permission to use these applets in a classroom setting or take screenshots as long as the applets are unmodified. Modification or redistribution for non-commercial purposes is allowed, as long as you credit me (Paul Falstad) and provide a link to my page (the page you found the applet(s) on, or http://www.falstad.com/mathphysics.html). Contact me for any other uses. The source code for each applet is generally available on that applet's web page, but some of the applets use third-party source code that has restrictions. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

dpinney commented 10 years ago

We're getting requests from the field for circuit sim capabilities.

I think maybe this might be a better fit: http://www.thedigitalmachine.net/eispice.html

dpinney commented 10 years ago

I think the best way to move this forward is to recreate the following analysis in eispice:

varsdonttravel

dpinney commented 9 years ago

Oh wow. http://www.falstad.com/circuit/ has a javascript version now. That is awesome.

UPDATE: github is here https://github.com/sharpie7/circuitjs1, it's GPL'd.

dpinney commented 9 years ago

TODO

Target: 10 hours.

dpinney commented 9 years ago

I saw the circuitjs1 demo. It is totally awesome.

Next steps:

  1. Get the circuitjs1 in to an OMF model named circuitRealtime.
  2. Have way for model to be saved.

Target: 10 hours.

mannanj commented 9 years ago

Is this going to be a hidden model: _circuitRealtime, or in scratch, or neither?

Mannan


From: David Pinney [notifications@github.com] Sent: Friday, August 28, 2015 4:31 PM To: dpinney/omf Cc: Javid, Mannan (Contractor) Subject: Re: [omf] Circuit Model Capability, SPICE-similar (#238)

I saw the circuitjs1 demo. It is totally awesome.

Next steps:

  1. Get the circuitjs1 in to an OMF model named circuitRealtime.
  2. Have way for model to be saved.

Target: 10 hours.

— Reply to this email directly or view it on GitHubhttps://github.com/dpinney/omf/issues/238#issuecomment-135881481.

Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, copy, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

dpinney commented 9 years ago

Let's do _circuitRealtime.

dpinney commented 9 years ago

Looks great. Issue closed. Bonus points later to get it to save to database (instead of string or URL).

mannanj commented 9 years ago

Pushed in d85466b38fd7ee946b1bc17b71134a900c2f5188.