Skip to content

Commit e21bbaa

Browse files
committed
fixed issues in topic description
1 parent 71f3534 commit e21bbaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: physics/terminal_velocity.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
"""
2+
Title : Computing the terminal velocity of an object falling
3+
through a fluid.
4+
25
Terminal velocity is defined as the highest velocity attained by an
36
object falling through a fluid. It is observed when the sum of drag force
47
and buoyancy is equal to the downward gravity force acting on the
@@ -14,6 +17,8 @@
1417
ρ = Density of the fluid through which the object is falling (in Kg/m^3)
1518
A = Projected area of the object (in m^2)
1619
Cd = Drag coefficient (dimensionless)
20+
21+
Reference : https://byjus.com/physics/derivation-of-terminal-velocity/
1722
"""
1823

1924

0 commit comments

Comments
 (0)