Changeset 5313


Ignore:
Timestamp:
May 13, 2008, 4:27:50 PM (16 years ago)
Author:
ole
Message:

Comment about use_centroid_velocities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r5304 r5313  
    8888tight_slope_limiters = True
    8989
    90 # Use centroid velocities to reconstruct momentum at vertices
    91 # This option has a firts order flavour to it, but we still have second order
    92 # reconstruction of stage and this option speeds ANUGA up
     90# Use centroid velocities to reconstruct momentum at vertices in very shallow water
     91# This option has a first order flavour to it, but we still have second order
     92# reconstruction of stage and this option only applies in balance_deep_and_shallow when
     93# alpha < 1 so in deeper water the full second order scheme is used.
    9394#
    9495# This option is good with tight_slope_limiters, especially for large domains.
    95 use_centroid_velocities = False
     96use_centroid_velocities = True
    9697
    9798
Note: See TracChangeset for help on using the changeset viewer.