Ignore:
Timestamp:
May 9, 2008, 3:08:19 PM (16 years ago)
Author:
steve
Message:

Working version of wave.py and dam_break.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/convergence_study/wave.py

    r5180 r5300  
    4242# Setup domain
    4343#------------------------------------------------------------------------------
    44 dx = 100.
     44dx = 1000.
    4545dy = dx
    4646L = 100000.
     
    6464
    6565domain.use_edge_limiter = True
    66 domain.tight_slope_limiters = True
     66domain.tight_slope_limiters = False
     67domain.use_centroid_velocities = False
    6768
    6869domain.CFL = 1.0
    6970
    70 domain.beta_w      = 0.6
     71domain.beta_w      = 1.0
    7172domain.beta_w_dry  = 0.0
    72 domain.beta_uh     = 0.6
     73domain.beta_uh     = 1.0
    7374domain.beta_uh_dry = 0.0
    74 domain.beta_vh     = 0.6
     75domain.beta_vh     = 1.0
    7576domain.beta_vh_dry = 0.0
    7677domain.beta_h    = 0.0
    7778
    78 interactive_visualisation = False
     79interactive_visualisation = True
    7980
    8081
Note: See TracChangeset for help on using the changeset viewer.