Ignore:
Timestamp:
Aug 31, 2012, 8:38:25 PM (13 years ago)
Author:
davies
Message:

Major experimental changes to balanced_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/wave/run_wave.py

    r8446 r8547  
    1414#from anuga import Domain
    1515
    16 from balanced_dev import *
     16#from balanced_dev import *
     17from anuga_tsunami import *
    1718#from balanced_dev import Domain as Domain
    1819
     
    104105
    105106Bw2 = anuga.shallow_water.boundaries.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(domain, waveform)
    106 Bf_in = swb2_boundary_conditions.Characteristic_boundary(domain, waveform)
     107#Bf_in = swb2_boundary_conditions.Characteristic_boundary(domain, waveform)
    107108#Bw3 = swb2_boundary_conditions.Transmissive_momentum_nudge_stage_boundary(domain, waveform)
    108 Bf=swb2_boundary_conditions.Characteristic_boundary(domain,waveform2)
     109#Bf=swb2_boundary_conditions.Characteristic_boundary(domain,waveform2)
    109110                   
    110111
    111112
    112113# Associate boundary tags with boundary objects
    113 domain.set_boundary({'left': Bw2, 'right': Bf, 'top': Br, 'bottom': Br})
     114domain.set_boundary({'left': Bw2, 'right': Bt, 'top': Br, 'bottom': Br})
    114115
    115116
Note: See TracChangeset for help on using the changeset viewer.