source: publications/ctac_2006/ctac2006_abstract_ole_nielsen.tex @ 2612

Last change on this file since 2612 was 2612, checked in by ole, 19 years ago

CTAC abstract

File size: 1.9 KB
Line 
1%
2%       CTAC'06 abstract Ole Nielsen.
3%
4%       Format: LaTeX2e.
5%
6%
7\documentclass[12pt,a4paper]{book}
8%
9\pagestyle{empty}\parindent=0mm\parskip=3mm\textwidth=150mm
10\topmargin=-5mm\textheight=240mm
11\long\def\TITLE#1{{\large{\bf#1}}}\long\def\AUTHORS#1{\sl #1\\[3mm]}
12\long\def\AFFILIATION#1#2{$^{#1}\,$\sf #2\\}
13\begin{document}
14\begin{center}
15%%%
16%%% Title goes here.
17%%%
18\TITLE{A Finite Volume Technique for Hydrodynamic Inundation Modelling using the Python Programming Language}\\[5mm]
19%%%
20%%% Authors and affiliations are next. The presenter must be
21%%% indicated by a * as shown below.
22%%%
23\AUTHORS{Ole M. Nielsen $^1$}
24\AFFILIATION{1}{Geoscience Australia, Canberra, Australia}
25%%%
26\end{center}
27
28
29%%%
30%%% Abstract proper starts here.
31%%%
32
33Modelling the effects on the built environment of natural hazards such
34as riverine flooding, storm surges and tsunami is critical for
35understanding their economic and social impact on our urban
36communities.  Geoscience Australia and the Australian National
37University are developing a hydrodynamic inundation modelling tool
38called ANUGA to help simulate the impact of these hazards.
39
40
41The core of ANUGA is a Python implementation of a finite-volume method
42for solving the Shallow Water Wave equation.  This method allows the
43study area to be represented by an unstructured mesh with variable
44resolution to suit the particular problem.  Another important
45capability of ANUGA is that it can robustly model the process of wetting and
46drying as water enters and leaves an area. This means that it is
47suitable for simulating water flow onto a beach or dry land and around
48structures such as buildings.
49
50
51The talk outlines the model implementation, provides validation
52results, identifies remaining challenges and describes its role within
53the Australian Tsunami Warning System.
54 
55
56
57%%%
58%%% End of abstract.
59%%%
60
61
62\end{document}
Note: See TracBrowser for help on using the repository browser.