source: production/onslow_2006/report/computational_setup.tex @ 3235

Last change on this file since 3235 was 3235, checked in by sexton, 19 years ago

yet more updates

File size: 4.7 KB
Line 
1To initiate the modelling, a triangular mesh is constructed to
2cover the study region which has an area of around 6300 km$^2$.
3The cell size is chosen to balance
4computational time and desired resolution in areas of interest,
5particularly in the interface between the on and offshore.
6Figure \ref{fig:onslow_area} illustrates the data extent for the
7scenario, the study area and where further mesh refinement has been made.
8The choice
9of the refinement is based around the inter-tidal zones and
10other important features such as islands and rivers.
11The study area covers approximately 100km of
12coastline and extends offshore to the 100m contour line and inshore to
13approximately 10m elevation.
14
15{\bf Need some words here about why pick 100m.}
16
17
18\begin{figure}[hbt]
19
20  \centerline{ \includegraphics[width=100mm, height=75mm]
21             {../report_figures/onslow_data_poly.png}}
22
23  \caption{Study area for Onslow scenario highlighting areas of increased
24refinement.
25}
26  \label{fig:onslow_area}
27\end{figure}
28
29In addition to refining the mesh in regions where complex behaviour
30will occur, it is important that the mesh also be
31commensurate with the underlying data. Referring to the onshore data
32discussed
33in Section \ref{sec:data}, we choose a cell area of 500 m$^2$ per triangle
34for the region surrounding the Onslow town centre.
35It is worth noting here that the cell
36area will be the maximum cell area within the defined region and that each
37cell in the region does not necessarily have the same area.
38In contrast to the onshore data, the offshore
39data is a series of survey points which is typically not supplied on a fixed
40grid which complicates the issue of determining an appropriate cell area.
41In addition, the data is not necessarily complete, as can be
42seen in Figure \ref{fig:onslow_area}.
43
44In the deep water modelling such as MOST,
45the minimum model resolution is chosen so that there at
46least ten cells per wavelength. In developing the
47preliminary hazard map for the Western Australia coastline,
48\cite{BC:FESA}, a grid resolution of blah was used
49which can adequately model tsunamis with a wavelength of
5050km. For this scenario, the wavelength of the tsunami wave is
51approximately 20km near the boundary indicating that a minimum
52grid resolution of 20000m would be required.
53With this information, the remaining cell areas are
542500 m$^2$ for the region surrounding the coast,
5520000 m$^2$ for the region reaching approximately the 50m contour line, with
56the remainder of the study area having a cell area of 100000 m$^2$.
57These choice of cell areas is more than adequate to propagate the tsunami wave
58in the deepest sections of the study area.\footnote{
59With a wavelength of 20km, the minimum (square) grid resolution would
60be 2000m which results in a square cell area of 4000000 m$^2$. A minimum
61triangular cell area would therefore be 2000000 m$^2$.}
62The resultant computational mesh is shown in Figure \ref{fig:mesh_onslow}.
63
64With these cell areas, the study area consists of 440150 triangles
65in which water levels and momentums are tracked through time.
66The associated lateral accuracy
67for these cell areas is approximatly 30m, 70m, 200m and 445m for the respective
68areas. This means
69that we can only be confident in the calculated inundation extent to
70approximately 30m lateral accuracy within the Onslow town centre.
71
72\begin{figure}[hbt]
73
74  \centerline{ \includegraphics[width=100mm, height=75mm]
75              {../report_figures/mesh.jpg}}
76
77  \caption{Computational mesh for Onslow study area.}
78  \label{fig:mesh_onslow}
79\end{figure}
80
81To complete the model setup, we illustrate the
82tsunami wave from the earthquake source described
83in Section \ref{sec:tsunamiscenario} which is used as the boundary condition,
84as described in Section \ref{sec:methodology}.
85MOST was used to initiate the event and propagate the wave in deep water.
86ANUGA uses MOST's output in form of the waves amplitude and velocity at
87the boundary (the 100m contour line as shown in Figure \ref{fig:onslow_area})
88and continues to propagate the wave in shallow water and onshore.
89To illustrate the form of the tsunami wave, we show the
90tsunami wave moving through the point locations shown in
91Figure \ref{fig:MOSTsolution} as a surface showing the wave's
92amplitude as a function of its spatial location and time.
93
94
95\begin{figure}[hbt]
96 \centering 
97 \begin{tabular}{cc} 
98\includegraphics[width=0.49\linewidth, height=50mm]{../report_figures/point_line_3d.png}& 
99\includegraphics[width=0.49\linewidth, height=50mm]{../report_figures/solution_surfaceMOST.png}\\ 
100\end{tabular} 
101 \caption{Point locations used to illustrate the form of the tsunami wave and the
102corresponding surface function.} 
103 \label{fig:MOSTsolution} 
104 \end{figure} 
Note: See TracBrowser for help on using the repository browser.