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

Replace 9.81 with a variable #60

Closed
kmilo9999 opened this issue Jan 12, 2024 · 1 comment
Closed

Replace 9.81 with a variable #60

kmilo9999 opened this issue Jan 12, 2024 · 1 comment
Assignees

Comments

@kmilo9999
Copy link
Collaborator

kmilo9999 commented Jan 12, 2024

Suggestion for a new issue: Perhaps we should replace 9.81 (which is used through this function) with a variable? It'll be the standard gravitational acceleration, so we could call it g = 9.81 or gravitational_acceleration = 9.81 and then use that wherever it's used. There might be other places where we have something similar, and perhaps we want to do that everywhere.

Originally posted by @hollandjg in #45 (comment)

@cpaniaguam cpaniaguam changed the title Suggestion for a new issue: Perhaps we should replace 9.81 (which is used through this function) with a variable? It'll be the standard gravitational acceleration, so we could call it g = 9.81 or gravitational_acceleration = 9.81 and then use that wherever it's used. There might be other places where we have something similar, and perhaps we want to do that everywhere. Replace 9.81 with a variable Jan 16, 2024
@cpaniaguam cpaniaguam self-assigned this Jan 31, 2024
@cpaniaguam
Copy link
Member

Can probably use scipy.constants.g.

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

2 participants