Skip to content

Commit 61fa64d

Browse files
committed
Update documentation
1 parent 5e8f2e9 commit 61fa64d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fluids/drag.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,10 @@ def drag_sphere(Re, Method=None):
12001200
-------
12011201
Cd : float
12021202
Drag coefficient [-]
1203+
1204+
Notes
1205+
-----
1206+
Note that diameter is the characteristic number in the Reynolds number.
12031207
"""
12041208
if Method is None:
12051209
if Re > 0.1:

0 commit comments

Comments
 (0)