| 1 | = General Questions = |
| 2 | == What is ANUGA? == |
| 3 | |
| 4 | It is a software package suitable for simulating 2D water flows in complex geometries. |
| 5 | |
| 6 | == Why is it called ANUGA ? == |
| 7 | |
| 8 | The software was developed in collaboration between the Australian national University ([http://www.anu.edu.au ANU]) |
| 9 | and Geoscience Australia ([http://www.ga.gov.au/ GA]). |
| 10 | |
| 11 | == How do I obtain a copy of ANUGA? == |
| 12 | |
| 13 | See https://datamining.anu.edu.au/anuga for all things ANUGA. |
| 14 | |
| 15 | == Are there any published articles about ANUGA that I can reference? == |
| 16 | |
| 17 | See https://datamining.anu.edu.au/anuga for links. |
| 18 | |
| 19 | == How do I find out what version of ANUGA I am running? == |
| 20 | |
| 21 | Use the following code snippet: |
| 22 | {{{ |
| 23 | from anuga.utilities.system_tools import get_revision_number |
| 24 | print get_revision_number() |
| 25 | }}} |
| 26 | This should work both for installations from [http://www.sourceforge.net SourceForge] as well as when working off the repository. |