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

Implement simulation class #4

Closed
peter-cudmore opened this issue Feb 20, 2018 · 0 comments
Closed

Implement simulation class #4

peter-cudmore opened this issue Feb 20, 2018 · 0 comments
Assignees

Comments

@peter-cudmore
Copy link
Collaborator

The simulation class should be generated from a bond graph.

As input it should:

  • Require you to specify the initial conditions.
  • Require you to specify parameter values (constant only)
  • Require a time window

The class should then derive the system equations from the bond graph and pass them to numpy or scipy to integrate.

The output for now should be a tuple of arrays (t,x).

@peter-cudmore peter-cudmore self-assigned this Feb 20, 2018
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

No branches or pull requests

1 participant