Changeset 4719


Ignore:
Timestamp:
Sep 10, 2007, 6:04:52 PM (17 years ago)
Author:
ole
Message:

Set maximum_allowed_speed to 0 as there is no creep problem here

File:
1 edited

Legend:

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

    r4711 r4719  
    5656domain.set_all_limiters(0.9)              # Max second order scheme (old lim)
    5757domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m
    58 # domain.set_maximum_allowed_speed(0.1)     # Allow a little runoff (0.1 is OK)
     58domain.set_maximum_allowed_speed(0.0)     # No runoff (though 0.1 is OK)
    5959domain.set_quantities_to_be_monitored('stage')
    6060
Note: See TracChangeset for help on using the changeset viewer.