Changeset 6523 for anuga_work/production/patong/new_version/run_model.py
- Timestamp:
- Mar 16, 2009, 2:03:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/run_model.py
r6508 r6523 168 168 169 169 Br = Reflective_boundary(domain) 170 #Bt= Transmissive_stage_zero_momentum_boundary(domain)171 Bd= Dirichlet_boundary([project.tide, 0, 0])170 Bs = Transmissive_stage_zero_momentum_boundary(domain) 171 #Bs = Dirichlet_boundary([project.tide, 0, 0]) 172 172 Bf = Field_boundary(project.event_sts+'.sts', 173 173 domain, … … 180 180 181 181 domain.set_boundary({'back': Br, 182 'side': B d,182 'side': Bs, 183 183 'ocean': Bf}) 184 184
Note: See TracChangeset
for help on using the changeset viewer.