Changeset 2210
- Timestamp:
- Jan 16, 2006, 3:29:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/smf.py
r1578 r2210 17 17 y0 y origin (0) 18 18 alpha angular orientation of slide in xy plane (0) 19 w slide width (0.25* b)20 T slide thickness (0.01* b)19 w slide width (0.25*length) 20 T slide thickness (0.01*length) 21 21 g acceleration due to gravity (9.8) 22 22 gamma specific density of sediments (1.85) … … 136 136 y0 y origin (0) 137 137 alpha angular orientation of slide in xy plane (0) 138 w slump width (1.0* b)139 T slump thickness (0.1* b)138 w slump width (1.0*length) 139 T slump thickness (0.1*length) 140 140 R slump radius of curvature (b^2/(8*T)) 141 141 del_phi slump angular displacement (0.48) … … 251 251 252 252 """This is a callable class representing the initial water displacment 253 generated by a s ubmarine mass failure (smf -> sediment slide or slump).253 generated by a sediment slide or slump. 254 254 255 255 Using input parameters:
Note: See TracChangeset
for help on using the changeset viewer.