Changeset 563
- Timestamp:
- Nov 16, 2004, 3:21:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/Analytical_solution_Sampson_import_mesh.py
r560 r563 1 1 """Example of shallow water wave equation analytical solution 2 consists of a flat water surface profile in a parabolic basin .3 The analytical solution was derived by Sampson in 2002.2 consists of a flat water surface profile in a parabolic basin 3 with linear friction. The analytical solution was derived by Sampson in 2002. 4 4 5 5 Copyright 2004 … … 117 117 import time 118 118 t0 = time.time() 119 for t in domain.evolve(yieldstep = 10.0, finaltime = 300):119 for t in domain.evolve(yieldstep = 10.0, finaltime = 5000): 120 120 domain.write_time() 121 121
Note: See TracChangeset
for help on using the changeset viewer.