- Timestamp:
- Aug 21, 2012, 7:43:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/Tests/Simple/runup1/runup.py
r8468 r8527 62 62 Bd=anuga.Dirichlet_boundary([-0.2,0.,0.]) # Constant boundary values -- not used in this example 63 63 Bw=anuga.Time_boundary(domain=domain, 64 f =lambda t: [(0.0*sin(t*2*pi)-0.1)*exp(-t)-0.1,0.0,0.0]) # Time varying boundary -- get rid of the 0.0 to do a runup.64 function=lambda t: [(0.0*sin(t*2*pi)-0.1)*exp(-t)-0.1,0.0,0.0]) # Time varying boundary -- get rid of the 0.0 to do a runup. 65 65 66 66 #----------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.