Changeset 563


Ignore:
Timestamp:
Nov 16, 2004, 3:21:04 PM (20 years ago)
Author:
chris
Message:
 
File:
1 edited

Legend:

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

    r560 r563  
    11"""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.
     2consists of a flat water surface profile in a parabolic basin
     3with linear friction. The analytical solution was derived by Sampson in 2002.
    44
    55   Copyright 2004
     
    117117import time
    118118t0 = time.time()
    119 for t in domain.evolve(yieldstep = 10.0, finaltime = 300):
     119for t in domain.evolve(yieldstep = 10.0, finaltime = 5000):
    120120    domain.write_time()
    121121
Note: See TracChangeset for help on using the changeset viewer.