Changeset 3758


Ignore:
Timestamp:
Oct 11, 2006, 5:14:34 PM (17 years ago)
Author:
ole
Message:

Trying other parameters for okushiri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/run_okushiri.py

    r3743 r3758  
    3939    domain = Domain(points, vertices, boundary)
    4040
    41 domain.set_name('okushiri_old_limiters_order=2')
     41domain.set_name('okushiri_old_limiters_smooth=0.03_maxA=0.00001')
    4242domain.set_default_order(2)
    4343domain.set_minimum_storable_height(0.001)
     
    6262domain.set_quantity('elevation',
    6363                    filename=project.bathymetry_filename[:-4] + '.pts',
    64                     alpha=0.02,                   
     64                    #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution)
     65                    alpha=0.03,                   
    6566                    verbose=True,
    6667                    use_cache=True)
Note: See TracChangeset for help on using the changeset viewer.