Changeset 4025 for anuga_validation
- Timestamp:
- Nov 21, 2006, 4:52:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/solitary_waves/solitary_wave_runup.py
r4011 r4025 78 78 interior_regions=[[interior_polygon,dx*dy/32]]) 79 79 80 81 80 82 domain = Domain(meshname, use_cache=True, verbose = True) 81 83 domain.set_minimum_storable_height(0.01) … … 165 167 166 168 169 y0 = y_max 167 170 print '**********************************************' 171 print 'Coastline elevation = %.2f at (x,y)=(%.2f, %.2f)' %(w0, x0, y0) 168 172 print 'Max coastline elevation = %.2f at (%.2f, %.2f)' %(w_max, x_max, y_max) 169 173 print 'Run up distance = %.2f' %sqrt( (x_max-x0)**2 + (y_max-y0)**2 )
Note: See TracChangeset
for help on using the changeset viewer.