= [FrequentlyAskedQuestions ANUGA FAQ] = ----- = 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://anuga.anu.edu.au for all things ANUGA. == Are there any published articles about ANUGA that I can reference? == See https://anuga.anu.edu.au for links. == How do I find out what version of ANUGA I am running? == Use the following code snippet: {{{ from anuga 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. ----- = [FrequentlyAskedQuestions ANUGA FAQ] =