Changeset 690


Ignore:
Timestamp:
Dec 7, 2004, 9:37:03 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/examples/beach.py

    r688 r690  
    135135
    136136    if tt > 0.98:
    137         return 30000*tt*ones(N, Float)
     137        return 26000*tt*ones(N, Float)
    138138    else:
    139139        return zeros(N, Float)
     
    152152
    153153    if tt > 0.95:
    154         return 27000*tt*ones(N, Float)
     154        return 22000*tt*ones(N, Float)
    155155    else:
    156156        return zeros(N, Float)
     
    168168#Constant outflow
    169169Bd = Dirichlet_boundary([-10, 0.0, 0.0])
    170 Bt = Time_boundary(domain, lambda t: [ 3.5*(1+sin(2*pi*t/100)), 0.0, 0.0])
     170Bt = Time_boundary(domain, lambda t: [ 3.0*(1+sin(2*pi*t/100)), 0.0, 0.0])
    171171
    172172print 'Available boundary tags are', domain.get_boundary_tags()
Note: See TracChangeset for help on using the changeset viewer.