- Timestamp:
- May 16, 2012, 9:22:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/documentation/user_manual/demos/cairns/runcairns.py
r7838 r8427 101 101 if project.scenario == 'fixed_wave': 102 102 # Huge 50m wave starting after 60 seconds and lasting 1 hour. 103 Bw = anuga.Time_boundary(domain=domain, 104 function=lambda t: [(60<t<3660)*50, 0, 0]) 103 Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary( 104 domain=domain, 105 function=lambda t: [(60<t<3660)*50, 0, 0]) 106 105 107 domain.set_boundary({'ocean_east': Bw, 106 108 'bottom': Bs,
Note: See TracChangeset
for help on using the changeset viewer.