Ignore:
Timestamp:
Aug 31, 2012, 8:38:25 PM (13 years ago)
Author:
davies
Message:

Major experimental changes to balanced_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/runup/runup.py

    r8446 r8547  
    1919#from balanced_basic import *
    2020from balanced_dev import *
     21#from anuga_tsunami import *
    2122#---------
    2223#Setup computational domain
     
    4546domain.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.
    4647
    47 domain.set_quantity('friction',0.00)             # Constant friction
     48domain.set_quantity('friction',0.10)             # Constant friction
    4849
    4950domain.set_quantity('stage', stagefun)              # Constant negative initial stage
     
    6162# Associate boundary tags with boundary objects
    6263#----------------------------------------------
    63 domain.set_boundary({'left': Br, 'right': Bw, 'top': Br, 'bottom':Br})
     64domain.set_boundary({'left': Br, 'right': Br, 'top': Br, 'bottom':Br})
    6465
    6566#------------------------------
Note: See TracChangeset for help on using the changeset viewer.