Download Latest Version data.tgz (72.3 MB)
Email in envelope

Get an email when there's a new version of ANUGA - Hydrodynamic Modeling

Home / 2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2015-05-04 517 Bytes
Version 2.0 using the DE0 algorithm.tar.gz 2015-05-04 15.7 MB
Version 2.0 using the DE0 algorithm.zip 2015-05-04 16.3 MB
Totals: 3 Items   32.0 MB 0

This is a major release where we move from the 1_5 flow algorithm used in anuga version 1.3 to the DE0 algorithm.

The new algorithm permits discontinuous bed, which in turn allows for riverwalls and fences to be used, where flow over these structures are controlled by the weir equations.

If you need to use the old algorithm, add the command:

domain.set_flow_algorithm('1_5')

If you need more accuracy, you can use the second order in time flow algorithm DE1, set via:

domain.set_flow_algorithm('DE1')

Source: README.md, updated 2015-05-04