Skip to content

Commit ad6557f

Browse files
Add comments for hydrodynamic coefficients
1 parent 46b19a2 commit ad6557f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setrun.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
gamma_r = 100.0 # Reference strain rate
1717
c_mass = 0.1 # Added Mass
1818
hydrodrag = True # Use hydrodrag force?
19-
cF_hyd = 0.01
20-
cP_hyd = 1.0
19+
cF_hyd = 0.01 # Hydrodynamic friction coefficient
20+
cP_hyd = 1.0 # Hydrodynamic pressure coefficient
2121
remolding = True # remolding? if not, only tauy_i is used
2222
tauy_i = 12000.0 # initial yield strength (Pa)
2323
tauy_r = 3000.0 # residual yield strength (Pa)

0 commit comments

Comments
 (0)