Skip to content

Commit 5e8f2e9

Browse files
committed
.
1 parent afc3b31 commit 5e8f2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluids/packed_bed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def Montillet_Akkari_Comiti(dp, voidage, vs, rho, mu, L=1, Dt=None):
956956
return right/left
957957

958958

959-
def Guo_Sun(dp, voidage, vs, rho, mu, Dt, L=1.0):
959+
def Guo_Sun(dp, voidage, vs, rho, mu, Dt=None, L=1.0):
960960
r"""Calculates pressure drop across a packed bed of spheres using a
961961
correlation developed in [1]_. This is valid for highly-packed particles
962962
at particle/tube diameter ratios between 2 and 3, where a ring packing
@@ -986,7 +986,7 @@ def Guo_Sun(dp, voidage, vs, rho, mu, Dt, L=1.0):
986986
Density of the fluid [kg/m^3]
987987
mu : float
988988
Viscosity of the fluid, [Pa*s]
989-
Dt : float
989+
Dt : float, optional
990990
Diameter of the tube, [m]
991991
L : float, optional
992992
Length the fluid flows in the packed bed [m]

0 commit comments

Comments
 (0)