项目作者: wouterkistemaker

项目描述 :
Practical assignment made for physics in highschool
高级语言: Python
项目地址: git://github.com/wouterkistemaker/Physics-Model.git
创建时间: 2020-03-24T11:12:03Z
项目社区:https://github.com/wouterkistemaker/Physics-Model

开源协议:GNU Affero General Public License v3.0

下载


Physics Model

PO Modeling

This project is made for school for the PO (practical assignment) Modelling of Physics.
Written in Python.

If the code is a bit cluttered (I think GitHub doesn’t like it because the width is limited and my comments sometimes fall off halfway through), the code can be found here as well: https://hastebin.com/iwefujerel.makefile.

I’m not sure how long the link will be valid, usually a month, but if the code is missing, please let me know and I’ll update this file with a new link.

Fixed values:

  • Water depth = 0.3m
  • Throw height = 5.0m
  • Diameter (sphere) = 0.216m

Research shows that the smallest mass under which the sphere still touches the ground is 1,708418 kilograms.
The speed that the sphere still has is 0.0190 m/s, so about 2 centimeters in a second.

~ Wouter