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