| 1 | [[TOC]] |
| 2 | |
| 3 | = General Questions = |
| 4 | == What is ANUGA? == |
| 5 | It is a software package suitable for simulating 2D water flows in complex geometries. |
| 6 | |
| 7 | == Why is it called ANUGA ? == |
| 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 | See https://datamining.anu.edu.au/anuga for all things ANUGA. |
| 13 | |
| 14 | == Are there any published articles about ANUGA that I can reference? == |
| 15 | See https://datamining.anu.edu.au/anuga for links. |
| 16 | |
| 17 | == How do I find out what version of ANUGA I am running? == |
| 18 | Use the following code snippet: |
| 19 | {{{ |
| 20 | from anuga.utilities.system_tools import get_revision_number |
| 21 | print get_revision_number() |
| 22 | }}} |
| 23 | This should work both for installations from [http://www.sourceforge.net SourceForge] as well as when working off the repository. |