Ignore:
Timestamp:
Mar 16, 2009, 2:03:24 PM (15 years ago)
Author:
ole
Message:

Fixed boundary issue in Patong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/new_version/run_model.py

    r6508 r6523  
    168168
    169169Br = Reflective_boundary(domain)
    170 #Bt = Transmissive_stage_zero_momentum_boundary(domain)
    171 Bd = Dirichlet_boundary([project.tide, 0, 0])
     170Bs = Transmissive_stage_zero_momentum_boundary(domain)
     171#Bs = Dirichlet_boundary([project.tide, 0, 0])
    172172Bf = Field_boundary(project.event_sts+'.sts',
    173173                    domain,
     
    180180
    181181domain.set_boundary({'back': Br,
    182                      'side': Bd,
     182                     'side': Bs,
    183183                     'ocean': Bf})
    184184
Note: See TracChangeset for help on using the changeset viewer.