We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f3534 commit e21bbaaCopy full SHA for e21bbaa
physics/terminal_velocity.py
@@ -1,4 +1,7 @@
1
"""
2
+Title : Computing the terminal velocity of an object falling
3
+ through a fluid.
4
+
5
Terminal velocity is defined as the highest velocity attained by an
6
object falling through a fluid. It is observed when the sum of drag force
7
and buoyancy is equal to the downward gravity force acting on the
@@ -14,6 +17,8 @@
14
17
ρ = Density of the fluid through which the object is falling (in Kg/m^3)
15
18
A = Projected area of the object (in m^2)
16
19
Cd = Drag coefficient (dimensionless)
20
21
+Reference : https://byjus.com/physics/derivation-of-terminal-velocity/
22
23
24
0 commit comments