We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b19a2 commit ad6557fCopy full SHA for ad6557f
1 file changed
setrun.py
@@ -16,8 +16,8 @@
16
gamma_r = 100.0 # Reference strain rate
17
c_mass = 0.1 # Added Mass
18
hydrodrag = True # Use hydrodrag force?
19
-cF_hyd = 0.01
20
-cP_hyd = 1.0
+cF_hyd = 0.01 # Hydrodynamic friction coefficient
+cP_hyd = 1.0 # Hydrodynamic pressure coefficient
21
remolding = True # remolding? if not, only tauy_i is used
22
tauy_i = 12000.0 # initial yield strength (Pa)
23
tauy_r = 3000.0 # residual yield strength (Pa)
0 commit comments