Ignore:
Timestamp:
Nov 9, 2004, 6:36:34 PM (20 years ago)
Author:
ole
Message:

Windfield as explicit update

File:
1 edited

Legend:

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

    r505 r514  
    7171
    7272
    73         #f=lambda x: array([(1 + sin(x*pi/4))*\
    74         #                (inflow_stage*(sin(2.5*x*pi)+0.7)),0,0])
    75 
    7673    #Set friction
    7774    manning = 0.07
    78     inflow_stage = 10.0
     75    inflow_stage = 20.0
    7976    domain.set_quantity('friction', manning)
    8077
     
    111108    tags['wall'] = Br
    112109    tags['external'] = Br
    113     tags['open'] = Br
     110    tags['open'] = Bd
    114111
    115112    domain.set_boundary(tags)
Note: See TracChangeset for help on using the changeset viewer.