}}}
= General Questions =
== What is ANUGA? ==
It is a software package suitable for simulating 2D water flows in complex geometries.
== Why is it called ANUGA ? ==
The software was developed in collaboration between the Australian national University ([http://www.anu.edu.au ANU])
and Geoscience Australia ([http://www.ga.gov.au/ GA]).
== How do I obtain a copy of ANUGA? ==
See https://datamining.anu.edu.au/anuga for all things ANUGA.
== Are there any published articles about ANUGA that I can reference? ==
See https://datamining.anu.edu.au/anuga for links.
== How do I find out what version of ANUGA I am running? ==
Use the following code snippet:
{{{
from anuga.utilities.system_tools import get_revision_number
print get_revision_number()
}}}
This should work both for installations from [http://www.sourceforge.net SourceForge] as well as when working off the repository.
{{{
#!html