- Timestamp:
- May 16, 2012, 9:22:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/documentation/user_manual/anuga_user_manual.tex
r7951 r8427 1147 1147 if project.scenario == 'fixed_wave': 1148 1148 # Huge 50m wave starting after 60 seconds and lasting 1 hour. 1149 Bw = anuga.Time_boundary(domain=domain, 1150 function=lambda t: [(60<t<3660)*50, 0, 0]) 1149 Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary( 1150 domain=domain, 1151 function=lambda t: [(60<t<3660)*50, 0, 0]) 1151 1152 domain.set_boundary({'ocean_east': Bw, 1152 1153 'bottom': Bs,
Note: See TracChangeset
for help on using the changeset viewer.