Ignore:
Timestamp:
Feb 24, 2009, 9:17:44 AM (15 years ago)
Author:
kristy
Message:

updated side boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/run_patong.py

    r6334 r6389  
    183183
    184184Br = Reflective_boundary(domain)
    185 Bs = Dirichlet_boundary([project.tide,0,0])
    186 #Bs = Transmissive_stage_zero_momentum_boundary(domain)
     185Bd = Dirichlet_boundary([project.tide,0,0])
     186Bt = Transmissive_stage_zero_momentum_boundary(domain)
    187187Bf = Field_boundary(urs_boundary_name+'.sts',
    188188                    domain,
    189189                    mean_stage= project.tide,
    190190                    time_thinning=project.time_thinning,
    191                     default_boundary=Bs,
     191                    default_boundary=Bd,
    192192                    use_cache=True,
    193193                    verbose=True,
     
    195195
    196196domain.set_boundary({'back': Br,
    197                      'side': Bs,
     197                     'side': Bt,
    198198                     'ocean': Bf})
    199199
Note: See TracChangeset for help on using the changeset viewer.