Changeset 5711


Ignore:
Timestamp:
Aug 29, 2008, 10:41:07 AM (16 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Hinwood_2008/run_dam.py

    r5697 r5711  
    22
    33Script for running a breaking wave simulation of Jon Hinwoods wave tank.
    4 Note: this is based on the frinction_ua_flume_2006 structure.
    54
    65
     
    4645
    4746class Elevation_function:
     47    """
     48   
     49    Create a callable instance that returns the bed surface of the
     50    flume given the scenario metadata.
     51   
     52    """
    4853    def __init__(self, slope):
    4954        self.xslope_position = [slope['xleft'][0],slope['xtoe'][0],
     
    303308                        outputdir_name=None
    304309                        ):
     310    """
     311    Given run parameters return a string that can be used to name files.
     312    """
    305313
    306314    if outputdir_name is None:
Note: See TracChangeset for help on using the changeset viewer.