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

Disconnected Ground causes noticeable numerical errors #30

Open
ThomWright opened this issue Sep 24, 2015 · 0 comments
Open

Disconnected Ground causes noticeable numerical errors #30

ThomWright opened this issue Sep 24, 2015 · 0 comments
Labels

Comments

@ThomWright
Copy link
Member

image

Ground connected:

CurrentSource 1
2Resistor.js:83 Resistor 0.9997000999660113
Resistor.js:83 Resistor 0.9996001399520164
Ground.js:110 Ground [0.0003998600479836467]
CurrentSource.js:102 CurrentSource 1

Ground disconnected:

CurrentSource 1
Resistor.js:83 Resistor 1.0000000000000002
2Resistor.js:83 Resistor 0.9999000099990002
Ground.js:110 Ground [-0]

Probably due to the fact that we're connecting disconnected circuits to ground with a high-value resistor. Time to consider #27 more seriously?

@ThomWright ThomWright added the bug label Sep 24, 2015
ThomWright added a commit that referenced this issue Oct 1, 2015
Upping the ground connection resistance might help with #30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant