https://github.com/saptak625/physicssolvers
Physics Solvers(Kinematics and Forces)
https://github.com/saptak625/physicssolvers
guess-method java physics-solvers solvers
Last synced: over 1 year ago
JSON representation
Physics Solvers(Kinematics and Forces)
- Host: GitHub
- URL: https://github.com/saptak625/physicssolvers
- Owner: Saptak625
- Created: 2020-12-26T18:32:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T21:22:25.000Z (about 5 years ago)
- Last Synced: 2025-02-02T01:38:23.622Z (over 1 year ago)
- Topics: guess-method, java, physics-solvers, solvers
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhysicsSolvers
These are solvers to express classic motion problems in simplfied ways. The topics include Kinematics and Forces.
## Kinematics Solver
This is a simple kinematics solver that uses GUESS method to solve problems given any three fields. Note this program assumes constant acceleration(inertial frame).
## Forces Solver
This is a simple forces solver that uses GUESS method to solve problems given all but one field. This solver treats both x and y dimensions as independent components. Force Types included are air, gravity, applied, friction, normal, and tension. The solver uses F=ma to solve all unknowns.
# Note
These solvers use Nashorn Engine which has been removed from JDK versions after 15.0. In order to solve, a JDK of 11.x or 12.x is prefered.