Changeset 5711
- Timestamp:
- Aug 29, 2008, 10:41:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/run_dam.py
r5697 r5711 2 2 3 3 Script for running a breaking wave simulation of Jon Hinwoods wave tank. 4 Note: this is based on the frinction_ua_flume_2006 structure.5 4 6 5 … … 46 45 47 46 class Elevation_function: 47 """ 48 49 Create a callable instance that returns the bed surface of the 50 flume given the scenario metadata. 51 52 """ 48 53 def __init__(self, slope): 49 54 self.xslope_position = [slope['xleft'][0],slope['xtoe'][0], … … 303 308 outputdir_name=None 304 309 ): 310 """ 311 Given run parameters return a string that can be used to name files. 312 """ 305 313 306 314 if outputdir_name is None:
Note: See TracChangeset
for help on using the changeset viewer.