- Timestamp:
- Aug 31, 2012, 8:38:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/wave/run_wave.py
r8446 r8547 14 14 #from anuga import Domain 15 15 16 from balanced_dev import * 16 #from balanced_dev import * 17 from anuga_tsunami import * 17 18 #from balanced_dev import Domain as Domain 18 19 … … 104 105 105 106 Bw2 = anuga.shallow_water.boundaries.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(domain, waveform) 106 Bf_in = swb2_boundary_conditions.Characteristic_boundary(domain, waveform)107 #Bf_in = swb2_boundary_conditions.Characteristic_boundary(domain, waveform) 107 108 #Bw3 = swb2_boundary_conditions.Transmissive_momentum_nudge_stage_boundary(domain, waveform) 108 Bf=swb2_boundary_conditions.Characteristic_boundary(domain,waveform2)109 #Bf=swb2_boundary_conditions.Characteristic_boundary(domain,waveform2) 109 110 110 111 111 112 112 113 # Associate boundary tags with boundary objects 113 domain.set_boundary({'left': Bw2, 'right': B f, 'top': Br, 'bottom': Br})114 domain.set_boundary({'left': Bw2, 'right': Bt, 'top': Br, 'bottom': Br}) 114 115 115 116
Note: See TracChangeset
for help on using the changeset viewer.