Changeset 556
- Timestamp:
- Nov 16, 2004, 2:43:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/Analytical_solution_Yoon_import_mesh.py
r551 r556 2 2 consists of a parabolic profile in a parabolic basin. Analytical 3 3 solutiuon to this problem was derived by Carrier and Greenspan 4 and used by Toon and Chou.4 and used by Yoon and Chou. 5 5 6 6 Copyright 2004 … … 74 74 domain.set_quantity('elevation', x_slope) 75 75 76 #Set the water level (w = z+h)76 #Set the initial water level 77 77 def level(x,y): 78 78 z = x_slope(x,y) … … 99 99 import time 100 100 t0 = time.time() 101 for t in domain.evolve(yieldstep = 10.0, finaltime = 300):101 for t in domain.evolve(yieldstep = 10.0, finaltime = 5000): 102 102 domain.write_time() 103 103
Note: See TracChangeset
for help on using the changeset viewer.