Ignore:
Timestamp:
Oct 16, 2006, 2:25:22 PM (18 years ago)
Author:
ole
Message:

Added set_maxmum_allowed_speed to zero to simulate behaviour of ANUGA as it was in August 2005. This provides the exact same look and feel as was the case when we first did the Okushiri validation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r3703 r3789  
    189189        """
    190190        self.minimum_storable_height = minimum_storable_height
    191 
     191       
     192
     193    def set_maximum_allowed_speed(self, maximum_allowed_speed):
     194        """
     195        Set the maximum particle speed that is allowed in water
     196        shallower than minimum_allowed_height. This is useful for
     197        controlling speeds in very thin layers of water and at the same time
     198        allow some movement avoiding pooling of water.
     199
     200        """
     201        self.maximum_allowed_speed = maximum_allowed_speed
    192202
    193203
Note: See TracChangeset for help on using the changeset viewer.