Changeset 556


Ignore:
Timestamp:
Nov 16, 2004, 2:43:45 PM (20 years ago)
Author:
chris
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/analytical solutions/Analytical_solution_Yoon_import_mesh.py

    r551 r556  
    22consists of a parabolic profile in a parabolic basin. Analytical
    33solutiuon to this problem was derived by Carrier and Greenspan
    4 and used by Toon and Chou.
     4and used by Yoon and Chou.
    55
    66   Copyright 2004
     
    7474domain.set_quantity('elevation', x_slope)
    7575
    76 #Set the water level (w = z+h)
     76#Set the initial water level
    7777def level(x,y):
    7878    z = x_slope(x,y)
     
    9999import time
    100100t0 = time.time()
    101 for t in domain.evolve(yieldstep = 10.0, finaltime = 300):
     101for t in domain.evolve(yieldstep = 10.0, finaltime = 5000):
    102102    domain.write_time()
    103103
Note: See TracChangeset for help on using the changeset viewer.