Changeset 8547 for trunk/anuga_work/development/gareth/tests/runup/runup.py
- Timestamp:
- Aug 31, 2012, 8:38:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/runup/runup.py
r8446 r8547 19 19 #from balanced_basic import * 20 20 from balanced_dev import * 21 #from anuga_tsunami import * 21 22 #--------- 22 23 #Setup computational domain … … 45 46 domain.get_quantity('elevation').smooth_vertex_values() # Steve's fix -- without this, substantial artificial velcities are generated everywhere in the domain. With this fix, there are artificial velocities near the coast, but not elsewhere. 46 47 47 domain.set_quantity('friction',0. 00) # Constant friction48 domain.set_quantity('friction',0.10) # Constant friction 48 49 49 50 domain.set_quantity('stage', stagefun) # Constant negative initial stage … … 61 62 # Associate boundary tags with boundary objects 62 63 #---------------------------------------------- 63 domain.set_boundary({'left': Br, 'right': B w, 'top': Br, 'bottom':Br})64 domain.set_boundary({'left': Br, 'right': Br, 'top': Br, 'bottom':Br}) 64 65 65 66 #------------------------------
Note: See TracChangeset
for help on using the changeset viewer.