Ignore:
Timestamp:
Aug 11, 2005, 2:49:45 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/validation/LWRU2/lwru2.py

    r1704 r1707  
    8181
    8282try:
    83     raise Exception
     83    #raise Exception
    8484    fid = open(picklefile)
    8585    print 'Read pickled domain'
     
    130130                                                  points,
    131131                                                  attributes['elevation'],
    132                                                   alpha = 0,
     132                                                  alpha = 0.0001,
    133133                                                  verbose=True)
    134134
     
    159159
    160160#Set boundary conditions
    161 domain.set_boundary({'left': Bts, 'right': Br, 'bottom': Br, 'top': Br})
     161#domain.set_boundary({'left': Bts, 'right': Br, 'bottom': Br, 'top': Br})
     162domain.set_boundary({'wave': Bts, 'wall': Br})
    162163
    163164#Evolve
    164165import time
    165166t0 = time.time()
    166 domain.visualise = True
     167#domain.visualise = True
    167168
    168169for t in domain.evolve(yieldstep = 0.05, finaltime = 22.5):
Note: See TracChangeset for help on using the changeset viewer.