Changeset 809


Ignore:
Timestamp:
Jan 31, 2005, 1:16:54 PM (20 years ago)
Author:
duncan
Message:

example of using add value to region

File:
1 edited

Legend:

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

    r774 r809  
    7272    #Set friction
    7373    manning = 0.07
    74     inflow_stage = 20.0
     74    inflow_stage = 10.0
    7575    domain.set_quantity('friction', manning)
    7676
     
    8383
    8484    #Constant inflow
    85     Bd = Dirichlet_boundary(array([7, 0.0, 0.0]))
     85    Bd = Dirichlet_boundary(array([10, 0.0, 0.0]))
    8686
    8787    #Time dependent inflow
     
    106106    tags['0'] = reflective
    107107    tags['wall'] = reflective
    108     tags['external'] = reflective
     108    tags['external'] = reflective 
     109    tags['exterior'] = reflective
    109110    tags['open'] = Bd 
    110111    tags['opening'] = None
Note: See TracChangeset for help on using the changeset viewer.