Changeset 6389 for anuga_work/production/patong/run_patong.py
- Timestamp:
- Feb 24, 2009, 9:17:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/run_patong.py
r6334 r6389 183 183 184 184 Br = Reflective_boundary(domain) 185 B s= Dirichlet_boundary([project.tide,0,0])186 #Bs= Transmissive_stage_zero_momentum_boundary(domain)185 Bd = Dirichlet_boundary([project.tide,0,0]) 186 Bt = Transmissive_stage_zero_momentum_boundary(domain) 187 187 Bf = Field_boundary(urs_boundary_name+'.sts', 188 188 domain, 189 189 mean_stage= project.tide, 190 190 time_thinning=project.time_thinning, 191 default_boundary=B s,191 default_boundary=Bd, 192 192 use_cache=True, 193 193 verbose=True, … … 195 195 196 196 domain.set_boundary({'back': Br, 197 'side': B s,197 'side': Bt, 198 198 'ocean': Bf}) 199 199
Note: See TracChangeset
for help on using the changeset viewer.