Changeset 2210


Ignore:
Timestamp:
Jan 16, 2006, 3:29:59 PM (18 years ago)
Author:
hitchman
Message:

minor changes to documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/smf.py

    r1578 r2210  
    1717 y0      y origin (0)
    1818 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)
    2121 g       acceleration due to gravity (9.8)
    2222 gamma   specific density of sediments (1.85)
     
    136136 y0      y origin (0)
    137137 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)
    140140 R       slump radius of curvature (b^2/(8*T))
    141141 del_phi slump angular displacement (0.48)
     
    251251
    252252"""This is a callable class representing the initial water displacment
    253    generated by a submarine mass failure (smf -> sediment slide or slump).
     253   generated by a sediment slide or slump.
    254254
    255255Using input parameters:
Note: See TracChangeset for help on using the changeset viewer.