Ignore:
Timestamp:
Jun 25, 2008, 5:06:38 PM (16 years ago)
Author:
ole
Message:

Moved culvert class code from development into ANUGA

File:
1 copied

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/culvert_flows/culvert_class.py

    r5434 r5435  
    1  
     1from anuga.shallow_water.shallow_water_domain import Inflow, General_forcing
     2from anuga.culvert_flows.culvert_polygons import create_culvert_polygons
     3from anuga.utilities.system_tools import log_to_file
     4
    25class Culvert_flow:
    36    """Culvert flow - transfer water from one hole to another
Note: See TracChangeset for help on using the changeset viewer.