Changeset 6046


Ignore:
Timestamp:
Dec 5, 2008, 11:59:58 AM (15 years ago)
Author:
ole
Message:

Added the renamed boundary to okushiri scripts

Location:
anuga_validation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py

    r6007 r6046  
    2424from anuga.shallow_water import Domain
    2525from anuga.shallow_water import Reflective_boundary
    26 from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary
     26from anuga.shallow_water import Transmissive_momentum_set_stage_boundary
    2727from anuga.abstract_2d_finite_volumes.util import file_function
    2828
     
    6767
    6868    # Create and assign boundary objects
    69     Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)
     69    Bts = Transmissive_momentum_set_stage_boundary(domain, function)
    7070    Br = Reflective_boundary(domain)
    7171    domain.set_boundary({'wave': Bts, 'wall': Br})
  • anuga_validation/okushiri_2005/run_okushiri.py

    r6007 r6046  
    2424from anuga.shallow_water import Domain
    2525from anuga.shallow_water import Reflective_boundary
    26 from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary
     26from anuga.shallow_water import Transmissive_momentum_set_stage_boundary
    2727from anuga.abstract_2d_finite_volumes.util import file_function
    2828
     
    7373
    7474# Create and assign boundary objects
    75 Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)
     75Bts = Transmissive_momentum_set_stage_boundary(domain, function)
    7676Br = Reflective_boundary(domain)
    7777domain.set_boundary({'wave': Bts, 'wall': Br})
Note: See TracChangeset for help on using the changeset viewer.