Changeset 9629


Ignore:
Timestamp:
Feb 6, 2015, 12:05:38 PM (9 years ago)
Author:
davies
Message:

Comments

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/structures/internal_boundary_operator.py

    r9628 r9629  
    1010
    1111class Internal_boundary_operator(anuga.Structure_operator):
    12     """Use internal boundary curves to set the discharge through the structure,
    13        based on the upstream/downstream water elevations
    14 
     12    """
    1513       The internal_boundary_function must accept 2 input arguments (hw, tw). It
    1614       returns Q:
     
    2321           # Compute Q here from headwater hw and tailwater hw
    2422           return(Q)
     23
    2524       smoothing_timescale>0. can be used to make Q vary more slowly
    2625
  • trunk/anuga_work/development/gareth/tests/ras_bridge/channel_floodplain1.py

    r9624 r9629  
    150150domain.set_quantity('stage', stagetopo) # Use function for stage
    151151
    152 domain.riverwallData.create_riverwalls(breakLines,
    153     default_riverwallPar = {'Qfactor': 0.65}, # Weir coefficient of 1.1 (0.65*default_value)
    154     output_dir='riverwall_text')
     152#domain.riverwallData.create_riverwalls(breakLines,
     153#    default_riverwallPar = {'Qfactor': 0.65}, # Weir coefficient of 1.1 (0.65*default_value)
     154#    output_dir='riverwall_text')
    155155
    156156# Define inlet operator
Note: See TracChangeset for help on using the changeset viewer.