Changeset 4809
- Timestamp:
- Nov 12, 2007, 1:21:44 PM (17 years ago)
- Location:
- anuga_core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/demos/cairns/ExportResults.py
r4063 r4809 3 3 4 4 from anuga.shallow_water.data_manager import sww2dem 5 from anuga.abstract_2d_finite_volumes.util import Screen_Catcher5 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher 6 6 from os import sep 7 7 -
anuga_core/documentation/user_manual/demos/cairns/runcairns.py
r4804 r4809 157 157 # 60 min square wave starting at 1 min, 50m high 158 158 if scenario == 'fixed_wave': 159 # FIXME (Ole): Change this to Transmissive Momentum as 160 # suggested by Rajaraman (ticket:208) 159 161 Bw = Time_boundary(domain = domain, 160 162 f=lambda t: [(60<t<3660)*50, 0, 0]) -
anuga_core/source/anuga/abstract_2d_finite_volumes/generic_boundary_conditions.py
r4618 r4809 81 81 """ 82 82 83 83 # FIXME (Ole): We should rename f to function to be consistent with 84 # Transmissive_Momentum_Set_Stage_Boundary (cf posting by rrraman) 84 85 def __init__(self, domain = None, f = None): 85 86 Boundary.__init__(self)
Note: See TracChangeset
for help on using the changeset viewer.