1 | % Complete documentation on the extended LaTeX markup used for Python |
---|
2 | % documentation is available in ``Documenting Python'', which is part |
---|
3 | % of the standard documentation for Python. It may be found online |
---|
4 | % at: |
---|
5 | % |
---|
6 | % http://www.python.org/doc/current/doc/doc.html |
---|
7 | |
---|
8 | |
---|
9 | %labels |
---|
10 | %Sections and subsections \label{sec: } |
---|
11 | %Chapters \label{ch: } |
---|
12 | %Equations \label{eq: } |
---|
13 | %Figures \label{fig: } |
---|
14 | |
---|
15 | % Is latex failing with; |
---|
16 | % `modanuga_user_manual.ind' not found? |
---|
17 | % try this command-line |
---|
18 | % makeindex modanuga_user_manual.idx |
---|
19 | % To produce the modanuga_user_manual.ind file. |
---|
20 | |
---|
21 | |
---|
22 | \documentclass{manual} |
---|
23 | |
---|
24 | \usepackage{graphicx} |
---|
25 | \usepackage{datetime} |
---|
26 | |
---|
27 | \input{definitions} |
---|
28 | |
---|
29 | \title{\anuga User Manual} |
---|
30 | \author{Geoscience Australia and the Australian National University} |
---|
31 | |
---|
32 | % Please at least include a long-lived email address; |
---|
33 | % the rest is at your discretion. |
---|
34 | \authoraddress{Geoscience Australia \\ |
---|
35 | Email: \email{ole.nielsen@ga.gov.au} |
---|
36 | } |
---|
37 | |
---|
38 | %Draft date |
---|
39 | |
---|
40 | % update before release! |
---|
41 | % Use an explicit date so that reformatting |
---|
42 | % doesn't cause a new date to be used. Setting |
---|
43 | % the date to \today can be used during draft |
---|
44 | % stages to make it easier to handle versions. |
---|
45 | |
---|
46 | |
---|
47 | \longdate % Make date format long using datetime.sty |
---|
48 | %\settimeformat{xxivtime} % 24 hour Format |
---|
49 | \settimeformat{oclock} % Verbose |
---|
50 | \date{\today, \ \currenttime} |
---|
51 | %\hyphenation{set\_datadir} |
---|
52 | |
---|
53 | \ifhtml |
---|
54 | \date{\today} % latex2html does not know about datetime |
---|
55 | \fi |
---|
56 | |
---|
57 | |
---|
58 | |
---|
59 | |
---|
60 | |
---|
61 | \release{1.0} % release version; this is used to define the |
---|
62 | % \version macro |
---|
63 | |
---|
64 | \makeindex % tell \index to actually write the .idx file |
---|
65 | \makemodindex % If this contains a lot of module sections. |
---|
66 | |
---|
67 | \setcounter{tocdepth}{3} |
---|
68 | \setcounter{secnumdepth}{3} |
---|
69 | |
---|
70 | |
---|
71 | \begin{document} |
---|
72 | \maketitle |
---|
73 | |
---|
74 | |
---|
75 | % This makes the contents more accessible from the front page of the HTML. |
---|
76 | \ifhtml |
---|
77 | \chapter*{Front Matter\label{front}} |
---|
78 | \fi |
---|
79 | |
---|
80 | %Subversion keywords: |
---|
81 | % |
---|
82 | %$LastChangedDate: 2007-01-31 22:49:25 +0000 (Wed, 31 Jan 2007) $ |
---|
83 | %$LastChangedRevision: 4206 $ |
---|
84 | %$LastChangedBy: ole $ |
---|
85 | |
---|
86 | \input{copyright} |
---|
87 | |
---|
88 | |
---|
89 | \begin{abstract} |
---|
90 | \label{def:anuga} |
---|
91 | |
---|
92 | \noindent \anuga\index{\anuga} is a hydrodynamic modelling tool that |
---|
93 | allows users to model realistic flow problems in complex geometries. |
---|
94 | Examples include dam breaks or the effects of natural hazards such |
---|
95 | as riverine flooding, storm surges and tsunami. |
---|
96 | |
---|
97 | The user must specify a study area represented by a mesh of triangular |
---|
98 | cells, the topography and bathymetry, frictional resistance, initial |
---|
99 | values for water level (called \emph{stage}\index{stage} within \anuga), |
---|
100 | boundary |
---|
101 | conditions and forces such as windstress or pressure gradients if |
---|
102 | applicable. |
---|
103 | |
---|
104 | \anuga tracks the evolution of water depth and horizontal momentum |
---|
105 | within each cell over time by solving the shallow water wave equation |
---|
106 | governing equation using a finite-volume method. |
---|
107 | |
---|
108 | \anuga also incorporates a mesh generator %, called \code{pmesh}, |
---|
109 | that |
---|
110 | allows the user to set up the geometry of the problem interactively as |
---|
111 | well as tools for interpolation and surface fitting, and a number of |
---|
112 | auxiliary tools for visualising and interrogating the model output. |
---|
113 | |
---|
114 | Most \anuga components are written in the object-oriented programming |
---|
115 | language Python and most users will interact with \anuga by writing |
---|
116 | small Python programs based on the \anuga library |
---|
117 | functions. Computationally intensive components are written for |
---|
118 | efficiency in C routines working directly with the Numerical Python |
---|
119 | structures. |
---|
120 | |
---|
121 | |
---|
122 | \end{abstract} |
---|
123 | |
---|
124 | \tableofcontents |
---|
125 | |
---|
126 | |
---|
127 | \chapter{Introduction} |
---|
128 | |
---|
129 | |
---|
130 | \section{Purpose} |
---|
131 | |
---|
132 | The purpose of this user manual is to introduce the new user to the |
---|
133 | inundation software, describe what it can do and give step-by-step |
---|
134 | instructions for setting up and running hydrodynamic simulations. |
---|
135 | |
---|
136 | \section{Scope} |
---|
137 | |
---|
138 | This manual covers only what is needed to operate the software after |
---|
139 | installation and configuration. It does not includes instructions |
---|
140 | for installing the software or detailed API documentation, both of |
---|
141 | which will be covered in separate publications and by documentation |
---|
142 | in the source code. |
---|
143 | |
---|
144 | \section{Audience} |
---|
145 | |
---|
146 | Readers are assumed to be familiar with the operating environment |
---|
147 | and have a general understanding of the subject matter, as well as |
---|
148 | enough programming experience to adapt the code to different |
---|
149 | requirements and to understand the basic terminology of |
---|
150 | object-oriented programming. |
---|
151 | |
---|
152 | \pagebreak |
---|
153 | \chapter{Background} |
---|
154 | |
---|
155 | |
---|
156 | Modelling the effects on the built environment of natural hazards such |
---|
157 | as riverine flooding, storm surges and tsunami is critical for |
---|
158 | understanding their economic and social impact on our urban |
---|
159 | communities. Geoscience Australia and the Australian National |
---|
160 | University are developing a hydrodynamic inundation modelling tool |
---|
161 | called \anuga to help simulate the impact of these hazards. |
---|
162 | |
---|
163 | The core of \anuga is the fluid dynamics module, called \code{shallow\_water}, |
---|
164 | which is based on a finite-volume method for solving the Shallow Water |
---|
165 | Wave Equation. The study area is represented by a mesh of triangular |
---|
166 | cells. By solving the governing equation within each cell, water |
---|
167 | depth and horizontal momentum are tracked over time. |
---|
168 | |
---|
169 | A major capability of \anuga is that it can model the process of |
---|
170 | wetting and drying as water enters and leaves an area. This means |
---|
171 | that it is suitable for simulating water flow onto a beach or dry land |
---|
172 | and around structures such as buildings. \anuga is also capable |
---|
173 | of modelling hydraulic jumps due to the ability of the finite-volume |
---|
174 | method to accommodate discontinuities in the solution. |
---|
175 | |
---|
176 | To set up a particular scenario the user specifies the geometry |
---|
177 | (bathymetry and topography), the initial water level (stage), |
---|
178 | boundary conditions such as tide, and any forcing terms that may |
---|
179 | drive the system such as wind stress or atmospheric pressure |
---|
180 | gradients. Gravity and frictional resistance from the different |
---|
181 | terrains in the model are represented by predefined forcing terms. |
---|
182 | |
---|
183 | The built-in mesh generator %, called pmesh, |
---|
184 | allows the user to set up the geometry |
---|
185 | of the problem interactively and to identify boundary segments and |
---|
186 | regions using symbolic tags. These tags may then be used to set the |
---|
187 | actual boundary conditions and attributes for different regions |
---|
188 | (e.g.\ the Manning friction coefficient) for each simulation. |
---|
189 | |
---|
190 | Most \anuga components are written in the object-oriented programming |
---|
191 | language Python. Software written in Python can be produced quickly |
---|
192 | and can be readily adapted to changing requirements throughout its |
---|
193 | lifetime. Computationally intensive components are written for |
---|
194 | efficiency in C routines working directly with the Numerical Python |
---|
195 | structures. The animation tool developed for \anuga is based on |
---|
196 | OpenSceneGraph, an Open Source Software (OSS) component allowing high |
---|
197 | level interaction with sophisticated graphics primitives. |
---|
198 | See \cite{nielsen2005} for more background on \anuga. |
---|
199 | |
---|
200 | \chapter{Restrictions and limitations on \anuga} |
---|
201 | \label{ch:limitations} |
---|
202 | |
---|
203 | Although a powerful and flexible tool for hydrodynamic modelling, \anuga has a |
---|
204 | number of limitations that any potential user need to be aware of. They are |
---|
205 | |
---|
206 | \begin{itemize} |
---|
207 | \item The mathematical model is the 2D shallow water wave equation. |
---|
208 | As such it cannot resolve vertical convection and consequently not breaking |
---|
209 | waves or 3D turbulence (e.g.\ vorticity). |
---|
210 | \item The surface is assumed to be open, e.g. \anuga cannot model |
---|
211 | flow under ceilings or in pipes |
---|
212 | \item All spatial coordinates are assumed to be UTM (meters). As such, |
---|
213 | ANUGA is unsuitable for modelling flows in areas larger than one UTM zone |
---|
214 | (6 degrees wide). |
---|
215 | \item Fluid is assumed to be inviscid |
---|
216 | \item The finite volume is a very robust and flexible numerical technique, |
---|
217 | but it is not the fastest method around. If the geometry is sufficiently |
---|
218 | simple and if there is no need for wetting or drying, a finite-difference |
---|
219 | method may be able to solve the problem faster than \anuga. |
---|
220 | %\item Mesh resolutions near coastlines with steep gradients need to be... |
---|
221 | \item Frictional resistance is implemented using Manning's formula, but |
---|
222 | \anuga has not yet been fully validated in regard to bottom roughness |
---|
223 | \item ANUGA contains no tsunami-genic functionality relating to |
---|
224 | earthquakes. |
---|
225 | \end{itemize} |
---|
226 | |
---|
227 | |
---|
228 | |
---|
229 | \chapter{Getting Started} |
---|
230 | \label{ch:getstarted} |
---|
231 | |
---|
232 | This section is designed to assist the reader to get started with |
---|
233 | \anuga by working through some examples. Two examples are discussed; |
---|
234 | the first is a simple example to illustrate many of the ideas, and |
---|
235 | the second is a more realistic example. |
---|
236 | |
---|
237 | \section{A Simple Example} |
---|
238 | \label{sec:simpleexample} |
---|
239 | |
---|
240 | \subsection{Overview} |
---|
241 | |
---|
242 | What follows is a discussion of the structure and operation of a |
---|
243 | script called \file{runup.py}. |
---|
244 | |
---|
245 | This example carries out the solution of the shallow-water wave |
---|
246 | equation in the simple case of a configuration comprising a flat |
---|
247 | bed, sloping at a fixed angle in one direction and having a |
---|
248 | constant depth across each line in the perpendicular direction. |
---|
249 | |
---|
250 | The example demonstrates the basic ideas involved in setting up a |
---|
251 | complex scenario. In general the user specifies the geometry |
---|
252 | (bathymetry and topography), the initial water level, boundary |
---|
253 | conditions such as tide, and any forcing terms that may drive the |
---|
254 | system such as wind stress or atmospheric pressure gradients. |
---|
255 | Frictional resistance from the different terrains in the model is |
---|
256 | represented by predefined forcing terms. In this example, the |
---|
257 | boundary is reflective on three sides and a time dependent wave on |
---|
258 | one side. |
---|
259 | |
---|
260 | The present example represents a simple scenario and does not |
---|
261 | include any forcing terms, nor is the data taken from a file as it |
---|
262 | would typically be. |
---|
263 | |
---|
264 | The conserved quantities involved in the |
---|
265 | problem are stage (absolute height of water surface), |
---|
266 | $x$-momentum and $y$-momentum. Other quantities |
---|
267 | involved in the computation are the friction and elevation. |
---|
268 | |
---|
269 | Water depth can be obtained through the equation |
---|
270 | |
---|
271 | \begin{tabular}{rcrcl} |
---|
272 | \code{depth} &=& \code{stage} &$-$& \code{elevation} |
---|
273 | \end{tabular} |
---|
274 | |
---|
275 | |
---|
276 | \subsection{Outline of the Program} |
---|
277 | |
---|
278 | In outline, \file{runup.py} performs the following steps: |
---|
279 | |
---|
280 | \begin{enumerate} |
---|
281 | |
---|
282 | \item Sets up a triangular mesh. |
---|
283 | |
---|
284 | \item Sets certain parameters governing the mode of |
---|
285 | operation of the model-specifying, for instance, where to store the model output. |
---|
286 | |
---|
287 | \item Inputs various quantities describing physical measurements, such |
---|
288 | as the elevation, to be specified at each mesh point (vertex). |
---|
289 | |
---|
290 | \item Sets up the boundary conditions. |
---|
291 | |
---|
292 | \item Carries out the evolution of the model through a series of time |
---|
293 | steps and outputs the results, providing a results file that can |
---|
294 | be visualised. |
---|
295 | |
---|
296 | \end{enumerate} |
---|
297 | |
---|
298 | \subsection{The Code} |
---|
299 | |
---|
300 | %FIXME: we are using the \code function here. |
---|
301 | %This should be used wherever possible |
---|
302 | For reference we include below the complete code listing for |
---|
303 | \file{runup.py}. Subsequent paragraphs provide a |
---|
304 | `commentary' that describes each step of the program and explains it |
---|
305 | significance. |
---|
306 | |
---|
307 | \verbatiminput{demos/runup.py} |
---|
308 | |
---|
309 | \subsection{Establishing the Mesh}\index{mesh, establishing} |
---|
310 | |
---|
311 | The first task is to set up the triangular mesh to be used for the |
---|
312 | scenario. This is carried out through the statement: |
---|
313 | |
---|
314 | {\small \begin{verbatim} |
---|
315 | points, vertices, boundary = rectangular(10, 10) |
---|
316 | \end{verbatim}} |
---|
317 | |
---|
318 | The function \function{rectangular} is imported from a module |
---|
319 | \module{mesh\_factory} defined elsewhere. (\anuga also contains |
---|
320 | several other schemes that can be used for setting up meshes, but we |
---|
321 | shall not discuss these.) The above assignment sets up a $10 \times |
---|
322 | 10$ rectangular mesh, triangulated in a regular way. The assignment |
---|
323 | |
---|
324 | {\small \begin{verbatim} |
---|
325 | points, vertices, boundary = rectangular(m, n) |
---|
326 | \end{verbatim}} |
---|
327 | |
---|
328 | returns: |
---|
329 | |
---|
330 | \begin{itemize} |
---|
331 | |
---|
332 | \item a list \code{points} giving the coordinates of each mesh point, |
---|
333 | |
---|
334 | \item a list \code{vertices} specifying the three vertices of each triangle, and |
---|
335 | |
---|
336 | \item a dictionary \code{boundary} that stores the edges on |
---|
337 | the boundary and associates each with one of the symbolic tags \code{`left'}, \code{`right'}, |
---|
338 | \code{`top'} or \code{`bottom'}. |
---|
339 | |
---|
340 | \end{itemize} |
---|
341 | |
---|
342 | (For more details on symbolic tags, see page |
---|
343 | \pageref{ref:tagdescription}.) |
---|
344 | |
---|
345 | An example of a general unstructured mesh and the associated data |
---|
346 | structures \code{points}, \code{vertices} and \code{boundary} is |
---|
347 | given in Section \ref{sec:meshexample}. |
---|
348 | |
---|
349 | |
---|
350 | |
---|
351 | |
---|
352 | \subsection{Initialising the Domain} |
---|
353 | |
---|
354 | These variables are then used to set up a data structure |
---|
355 | \code{domain}, through the assignment: |
---|
356 | |
---|
357 | {\small \begin{verbatim} |
---|
358 | domain = Domain(points, vertices, boundary) |
---|
359 | \end{verbatim}} |
---|
360 | |
---|
361 | This creates an instance of the \class{Domain} class, which |
---|
362 | represents the domain of the simulation. Specific options are set at |
---|
363 | this point, including the basename for the output file and the |
---|
364 | directory to be used for data: |
---|
365 | |
---|
366 | {\small \begin{verbatim} |
---|
367 | domain.set_name('runup') |
---|
368 | \end{verbatim}} |
---|
369 | |
---|
370 | {\small \begin{verbatim} |
---|
371 | domain.set_datadir('.') |
---|
372 | \end{verbatim}} |
---|
373 | |
---|
374 | In addition, the following statement now specifies that the |
---|
375 | quantities \code{stage}, \code{xmomentum} and \code{ymomentum} are |
---|
376 | to be stored: |
---|
377 | |
---|
378 | {\small \begin{verbatim} |
---|
379 | domain.set_quantities_to_be_stored(['stage', 'xmomentum', |
---|
380 | 'ymomentum']) |
---|
381 | \end{verbatim}} |
---|
382 | |
---|
383 | |
---|
384 | \subsection{Initial Conditions} |
---|
385 | |
---|
386 | The next task is to specify a number of quantities that we wish to |
---|
387 | set for each mesh point. The class \class{Domain} has a method |
---|
388 | \method{set\_quantity}, used to specify these quantities. It is a |
---|
389 | flexible method that allows the user to set quantities in a variety |
---|
390 | of ways---using constants, functions, numeric arrays, expressions |
---|
391 | involving other quantities, or arbitrary data points with associated |
---|
392 | values, all of which can be passed as arguments. All quantities can |
---|
393 | be initialised using \method{set\_quantity}. For a conserved |
---|
394 | quantity (such as \code{stage, xmomentum, ymomentum}) this is called |
---|
395 | an \emph{initial condition}. However, other quantities that aren't |
---|
396 | updated by the equation are also assigned values using the same |
---|
397 | interface. The code in the present example demonstrates a number of |
---|
398 | forms in which we can invoke \method{set\_quantity}. |
---|
399 | |
---|
400 | |
---|
401 | \subsubsection{Elevation} |
---|
402 | |
---|
403 | The elevation, or height of the bed, is set using a function, |
---|
404 | defined through the statements below, which is specific to this |
---|
405 | example and specifies a particularly simple initial configuration |
---|
406 | for demonstration purposes: |
---|
407 | |
---|
408 | {\small \begin{verbatim} |
---|
409 | def f(x,y): |
---|
410 | return -x/2 |
---|
411 | \end{verbatim}} |
---|
412 | |
---|
413 | This simply associates an elevation with each point \code{(x, y)} of |
---|
414 | the plane. It specifies that the bed slopes linearly in the |
---|
415 | \code{x} direction, with slope $-\frac{1}{2}$, and is constant in |
---|
416 | the \code{y} direction. |
---|
417 | |
---|
418 | Once the function \function{f} is specified, the quantity |
---|
419 | \code{elevation} is assigned through the simple statement: |
---|
420 | |
---|
421 | {\small \begin{verbatim} |
---|
422 | domain.set_quantity('elevation', f) |
---|
423 | \end{verbatim}} |
---|
424 | |
---|
425 | |
---|
426 | \subsubsection{Friction} |
---|
427 | |
---|
428 | The assignment of the friction quantity (a forcing term) |
---|
429 | demonstrates another way we can use \method{set\_quantity} to set |
---|
430 | quantities---namely, assign them to a constant numerical value: |
---|
431 | |
---|
432 | {\small \begin{verbatim} |
---|
433 | domain.set_quantity('friction', 0.1) |
---|
434 | \end{verbatim}} |
---|
435 | |
---|
436 | This specifies that the Manning friction coefficient is set to 0.1 |
---|
437 | at every mesh point. |
---|
438 | |
---|
439 | \subsubsection{Stage} |
---|
440 | |
---|
441 | The stage (the height of the water surface) is related to the |
---|
442 | elevation and the depth at any time by the equation |
---|
443 | |
---|
444 | {\small \begin{verbatim} |
---|
445 | stage = elevation + depth |
---|
446 | \end{verbatim}} |
---|
447 | |
---|
448 | |
---|
449 | For this example, we simply assign a constant value to \code{stage}, |
---|
450 | using the statement |
---|
451 | |
---|
452 | {\small \begin{verbatim} |
---|
453 | domain.set_quantity('stage', -.4) |
---|
454 | \end{verbatim}} |
---|
455 | |
---|
456 | which specifies that the surface level is set to a height of $-0.4$, |
---|
457 | i.e. 0.4 units (m) below the zero level. |
---|
458 | |
---|
459 | Although it is not necessary for this example, it may be useful to |
---|
460 | digress here and mention a variant to this requirement, which allows |
---|
461 | us to illustrate another way to use \method{set\_quantity}---namely, |
---|
462 | incorporating an expression involving other quantities. Suppose, |
---|
463 | instead of setting a constant value for the stage, we wished to |
---|
464 | specify a constant value for the \emph{depth}. For such a case we |
---|
465 | need to specify that \code{stage} is everywhere obtained by adding |
---|
466 | that value to the value already specified for \code{elevation}. We |
---|
467 | would do this by means of the statements: |
---|
468 | |
---|
469 | {\small \begin{verbatim} |
---|
470 | h = 0.05 # Constant depth |
---|
471 | domain.set_quantity('stage', expression = 'elevation + %f' %h) |
---|
472 | \end{verbatim}} |
---|
473 | |
---|
474 | That is, the value of \code{stage} is set to $\code{h} = 0.05$ plus |
---|
475 | the value of \code{elevation} already defined. |
---|
476 | |
---|
477 | The reader will probably appreciate that this capability to |
---|
478 | incorporate expressions into statements using \method{set\_quantity} |
---|
479 | greatly expands its power.) See Section \ref{sec:Initial Conditions} for more |
---|
480 | details. |
---|
481 | |
---|
482 | \subsection{Boundary Conditions}\index{boundary conditions} |
---|
483 | |
---|
484 | The boundary conditions are specified as follows: |
---|
485 | |
---|
486 | {\small \begin{verbatim} |
---|
487 | Br = Reflective_boundary(domain) |
---|
488 | |
---|
489 | Bt = Transmissive_boundary(domain) |
---|
490 | |
---|
491 | Bd = Dirichlet_boundary([0.2,0.,0.]) |
---|
492 | |
---|
493 | Bw = Time_boundary(domain=domain, |
---|
494 | f=lambda t: [(0.1*sin(t*2*pi)-0.3), 0.0, 0.0]) |
---|
495 | \end{verbatim}} |
---|
496 | |
---|
497 | The effect of these statements is to set up a selection of different |
---|
498 | alternative boundary conditions and store them in variables that can be |
---|
499 | assigned as needed. Each boundary condition specifies the |
---|
500 | behaviour at a boundary in terms of the behaviour in neighbouring |
---|
501 | elements. The boundary conditions introduced here may be briefly described as |
---|
502 | follows: |
---|
503 | |
---|
504 | \begin{itemize} |
---|
505 | \item \textbf{Reflective boundary}\label{def:reflective boundary} Returns same \code{stage} as |
---|
506 | as present in its neighbour volume but momentum vector |
---|
507 | reversed 180 degrees (reflected). |
---|
508 | Specific to the shallow water equation as it works with the |
---|
509 | momentum quantities assumed to be the second and third conserved |
---|
510 | quantities. A reflective boundary condition models a solid wall. |
---|
511 | \item \textbf{Transmissive boundary}\label{def:transmissive boundary} Returns same conserved quantities as |
---|
512 | those present in its neighbour volume. This is one way of modelling |
---|
513 | outflow from a domain, but it should be used with caution if flow is |
---|
514 | not steady state as replication of momentum at the boundary |
---|
515 | may cause occasional spurious effects. If this occurs, |
---|
516 | consider using e.g. a Dirichlet boundary condition. |
---|
517 | \item \textbf{Dirichlet boundary}\label{def:dirichlet boundary} Specifies |
---|
518 | constant values for stage, $x$-momentum and $y$-momentum at the boundary. |
---|
519 | \item \textbf{Time boundary}\label{def:time boundary} Like a Dirichlet |
---|
520 | boundary but with behaviour varying with time. |
---|
521 | \end{itemize} |
---|
522 | |
---|
523 | \label{ref:tagdescription}Before describing how these boundary |
---|
524 | conditions are assigned, we recall that a mesh is specified using |
---|
525 | three variables \code{points}, \code{vertices} and \code{boundary}. |
---|
526 | In the code we are discussing, these three variables are returned by |
---|
527 | the function \code{rectangular}; however, the example given in |
---|
528 | Section \ref{sec:realdataexample} illustrates another way of |
---|
529 | assigning the values, by means of the function |
---|
530 | \code{create\_mesh\_from\_regions}. |
---|
531 | |
---|
532 | These variables store the data determining the mesh as follows. (You |
---|
533 | may find that the example given in Section \ref{sec:meshexample} |
---|
534 | helps to clarify the following discussion, even though that example |
---|
535 | is a \emph{non-rectangular} mesh.) |
---|
536 | |
---|
537 | \begin{itemize} |
---|
538 | \item The variable \code{points} stores a list of 2-tuples giving the |
---|
539 | coordinates of the mesh points. |
---|
540 | |
---|
541 | \item The variable \code{vertices} stores a list of 3-tuples of |
---|
542 | numbers, representing vertices of triangles in the mesh. In this |
---|
543 | list, the triangle whose vertices are \code{points[i]}, |
---|
544 | \code{points[j]}, \code{points[k]} is represented by the 3-tuple |
---|
545 | \code{(i, j, k)}. |
---|
546 | |
---|
547 | \item The variable \code{boundary} is a Python dictionary that |
---|
548 | not only stores the edges that make up the boundary but also assigns |
---|
549 | symbolic tags to these edges to distinguish different parts of the |
---|
550 | boundary. An edge with endpoints \code{points[i]} and |
---|
551 | \code{points[j]} is represented by the 2-tuple \code{(i, j)}. The |
---|
552 | keys for the dictionary are the 2-tuples \code{(i, j)} corresponding |
---|
553 | to boundary edges in the mesh, and the values are the tags are used |
---|
554 | to label them. In the present example, the value \code{boundary[(i, |
---|
555 | j)]} assigned to \code{(i, j)]} is one of the four tags |
---|
556 | \code{`left'}, \code{`right'}, \code{`top'} or \code{`bottom'}, |
---|
557 | depending on whether the boundary edge represented by \code{(i, j)} |
---|
558 | occurs at the left, right, top or bottom of the rectangle bounding |
---|
559 | the mesh. The function \code{rectangular} automatically assigns |
---|
560 | these tags to the boundary edges when it generates the mesh. |
---|
561 | \end{itemize} |
---|
562 | |
---|
563 | The tags provide the means to assign different boundary conditions |
---|
564 | to an edge depending on which part of the boundary it belongs to. |
---|
565 | (In Section \ref{sec:realdataexample} we describe an example that |
---|
566 | uses different boundary tags---in general, the possible tags are not |
---|
567 | limited to `left', `right', `top' and `bottom', but can be specified |
---|
568 | by the user.) |
---|
569 | |
---|
570 | Using the boundary objects described above, we assign a boundary |
---|
571 | condition to each part of the boundary by means of a statement like |
---|
572 | |
---|
573 | {\small \begin{verbatim} |
---|
574 | domain.set_boundary({'left': Br, 'right': Bw, 'top': Br, 'bottom': Br}) |
---|
575 | \end{verbatim}} |
---|
576 | |
---|
577 | This statement stipulates that, in the current example, the right |
---|
578 | boundary varies with time, as defined by the lambda function, while the other |
---|
579 | boundaries are all reflective. |
---|
580 | |
---|
581 | The reader may wish to experiment by varying the choice of boundary |
---|
582 | types for one or more of the boundaries. (In the case of \code{Bd} |
---|
583 | and \code{Bw}, the three arguments in each case represent the |
---|
584 | \code{stage}, $x$-momentum and $y$-momentum, respectively.) |
---|
585 | |
---|
586 | {\small \begin{verbatim} |
---|
587 | Bw = Time_boundary(domain=domain, |
---|
588 | f=lambda t: [(0.1*sin(t*2*pi)-0.3), 0.0, 0.0]) |
---|
589 | \end{verbatim}} |
---|
590 | |
---|
591 | |
---|
592 | |
---|
593 | \subsection{Evolution}\index{evolution} |
---|
594 | |
---|
595 | The final statement \nopagebreak[3] |
---|
596 | {\small \begin{verbatim} |
---|
597 | for t in domain.evolve(yieldstep = 0.1, duration = 4.0): |
---|
598 | print domain.timestepping_statistics() |
---|
599 | \end{verbatim}} |
---|
600 | |
---|
601 | causes the configuration of the domain to `evolve', over a series of |
---|
602 | steps indicated by the values of \code{yieldstep} and |
---|
603 | \code{duration}, which can be altered as required. The value of |
---|
604 | \code{yieldstep} controls the time interval between successive model |
---|
605 | outputs. Behind the scenes more time steps are generally taken. |
---|
606 | |
---|
607 | |
---|
608 | \subsection{Output} |
---|
609 | |
---|
610 | The output is a NetCDF file with the extension \code{.sww}. It |
---|
611 | contains stage and momentum information and can be used with the |
---|
612 | ANUGA viewer \code{animate} (see Section \ref{sec:animate}) |
---|
613 | visualisation package |
---|
614 | to generate a visual display. See Section \ref{sec:file formats} |
---|
615 | (page \pageref{sec:file formats}) for more on NetCDF and other file |
---|
616 | formats. |
---|
617 | |
---|
618 | The following is a listing of the screen output seen by the user |
---|
619 | when this example is run: |
---|
620 | |
---|
621 | \verbatiminput{examples/runupoutput.txt} |
---|
622 | |
---|
623 | |
---|
624 | \section{How to Run the Code} |
---|
625 | |
---|
626 | The code can be run in various ways: |
---|
627 | |
---|
628 | \begin{itemize} |
---|
629 | \item{from a Windows or Unix command line} as in\ \code{python runup.py} |
---|
630 | \item{within the Python IDLE environment} |
---|
631 | \item{within emacs} |
---|
632 | \item{within Windows, by double-clicking the \code{runup.py} |
---|
633 | file.} |
---|
634 | \end{itemize} |
---|
635 | |
---|
636 | |
---|
637 | \section{Exploring the Model Output} |
---|
638 | |
---|
639 | The following figures are screenshots from the \anuga visualisation |
---|
640 | tool \code{animate}. Figure \ref{fig:runupstart} shows the domain |
---|
641 | with water surface as specified by the initial condition, $t=0$. |
---|
642 | Figure \ref{fig:runup2} shows later snapshots for $t=2.3$ and |
---|
643 | $t=4$ where the system has been evolved and the wave is encroaching |
---|
644 | on the previously dry bed. All figures are screenshots from an |
---|
645 | interactive animation tool called animate which is part of \anuga and |
---|
646 | distributed as in the package anuga\_viewer. |
---|
647 | Animate is described in more detail is Section \ref{sec:animate}. |
---|
648 | |
---|
649 | \begin{figure}[hbt] |
---|
650 | |
---|
651 | \centerline{\includegraphics[width=75mm, height=75mm] |
---|
652 | {graphics/bedslopestart.jpg}} |
---|
653 | |
---|
654 | \caption{Runup example viewed with the ANUGA viewer} |
---|
655 | \label{fig:runupstart} |
---|
656 | \end{figure} |
---|
657 | |
---|
658 | |
---|
659 | \begin{figure}[hbt] |
---|
660 | |
---|
661 | \centerline{ |
---|
662 | \includegraphics[width=75mm, height=75mm]{graphics/bedslopeduring.jpg} |
---|
663 | \includegraphics[width=75mm, height=75mm]{graphics/bedslopeend.jpg} |
---|
664 | } |
---|
665 | |
---|
666 | \caption{Runup example viewed with ANGUA viewer} |
---|
667 | \label{fig:runup2} |
---|
668 | \end{figure} |
---|
669 | |
---|
670 | |
---|
671 | |
---|
672 | \clearpage |
---|
673 | |
---|
674 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
675 | |
---|
676 | \section{A slightly more complex example} |
---|
677 | \label{sec:channelexample} |
---|
678 | |
---|
679 | \subsection{Overview} |
---|
680 | |
---|
681 | The next example is about waterflow in a channel with varying boundary conditions and |
---|
682 | more complex topograhies. These examples build on the |
---|
683 | concepts introduced through the \file{runup.py} in Section \ref{sec:simpleexample}. |
---|
684 | The example will be built up through three progressively more complex scripts. |
---|
685 | |
---|
686 | \subsection{Overview} |
---|
687 | As in the case of \file{runup.py}, the actions carried |
---|
688 | out by the program can be organised according to this outline: |
---|
689 | |
---|
690 | \begin{enumerate} |
---|
691 | |
---|
692 | \item Set up a triangular mesh. |
---|
693 | |
---|
694 | \item Set certain parameters governing the mode of |
---|
695 | operation of the model---specifying, for instance, where to store the |
---|
696 | model output. |
---|
697 | |
---|
698 | \item Set up initial conditions for various quantities such as the elevation, to be specified at each mesh point (vertex). |
---|
699 | |
---|
700 | \item Set up the boundary conditions. |
---|
701 | |
---|
702 | \item Carry out the evolution of the model through a series of time |
---|
703 | steps and output the results, providing a results file that can be |
---|
704 | visualised. |
---|
705 | |
---|
706 | \end{enumerate} |
---|
707 | |
---|
708 | |
---|
709 | \subsection{The Code} |
---|
710 | |
---|
711 | Here is the code for the first version of the channel flow \file{channel1.py}: |
---|
712 | |
---|
713 | \verbatiminput{demos/channel1.py} |
---|
714 | |
---|
715 | In discussing the details of this example, we follow the outline |
---|
716 | given above, discussing each major step of the code in turn. |
---|
717 | |
---|
718 | \subsection{Establishing the Mesh}\index{mesh, establishing} |
---|
719 | |
---|
720 | In this example we use a similar simple structured triangular mesh as in \code{runup.py} |
---|
721 | for simplicity, but this time we will use a symmetric one and also |
---|
722 | change the physical extent of the domain. The assignment |
---|
723 | |
---|
724 | {\small \begin{verbatim} |
---|
725 | points, vertices, boundary = rectangular_cross(m, n, |
---|
726 | len1=length, len2=width) |
---|
727 | \end{verbatim}} |
---|
728 | returns a m x n mesh similar to the one used in the previous example, except that now the |
---|
729 | extent in the x and y directions are given by the value of \code{length} and \code{width} |
---|
730 | respectively. |
---|
731 | |
---|
732 | Defining m and n in terms of the extent as in this example provides a convenient way of |
---|
733 | controlling the resolution: By defining dx and dy to be the desired size of each hypothenuse in the mesh we can write the mesh generation as follows: |
---|
734 | |
---|
735 | {\small \begin{verbatim} |
---|
736 | length = 10. |
---|
737 | width = 5. |
---|
738 | dx = dy = 1 # Resolution: Length of subdivisions on both axes |
---|
739 | |
---|
740 | points, vertices, boundary = rectangular_cross(int(length/dx), int(width/dy), |
---|
741 | len1=length, len2=width) |
---|
742 | \end{verbatim}} |
---|
743 | which yields a mesh of length=10m, width=5m with 1m spacings. To increase the resolution, as we will later in this example, one merely decrease the values of dx and dy. |
---|
744 | |
---|
745 | The rest of this script is as in the previous example. |
---|
746 | % except for an application of the 'expression' form of \code{set\_quantity} where we use the value of \code{elevation} to define the (dry) initial condition for \code{stage}: |
---|
747 | %{\small \begin{verbatim} |
---|
748 | % domain.set_quantity('stage', expression='elevation') |
---|
749 | %\end{verbatim}} |
---|
750 | |
---|
751 | \section{Model Output} |
---|
752 | |
---|
753 | The following figure is a screenshot from the \anuga visualisation |
---|
754 | tool \code{animate} of output from this example. |
---|
755 | \begin{figure}[hbt] |
---|
756 | \centerline{\includegraphics[height=75mm] |
---|
757 | {graphics/channel1.png}}% |
---|
758 | |
---|
759 | \caption{Simple channel example viewed with the ANUGA viewer.} |
---|
760 | \label{fig:channel1} |
---|
761 | \end{figure} |
---|
762 | |
---|
763 | |
---|
764 | \subsection{Changing boundary conditions on the fly} |
---|
765 | \label{sec:change boundary} |
---|
766 | |
---|
767 | Here is the code for the second version of the channel flow \file{channel2.py}: |
---|
768 | \verbatiminput{demos/channel2.py} |
---|
769 | This example differs from the first version in that a constant outflow boundary condition has |
---|
770 | been defined |
---|
771 | {\small \begin{verbatim} |
---|
772 | Bo = Dirichlet_boundary([-5, 0, 0]) # Outflow |
---|
773 | \end{verbatim}} |
---|
774 | and that it is applied to the right hand side boundary when the water level there exceeds 0m. |
---|
775 | {\small \begin{verbatim} |
---|
776 | for t in domain.evolve(yieldstep = 0.2, finaltime = 40.0): |
---|
777 | domain.write_time() |
---|
778 | |
---|
779 | if domain.get_quantity('stage').get_values(interpolation_points=[[10, 2.5]]) > 0: |
---|
780 | print 'Stage > 0: Changing to outflow boundary' |
---|
781 | domain.set_boundary({'right': Bo}) |
---|
782 | \end{verbatim}} |
---|
783 | \label{sec:change boundary code} |
---|
784 | |
---|
785 | The if statement in the timestepping loop (evolve) gets the quantity |
---|
786 | \code{stage} and obtain the interpolated value at the point (10m, |
---|
787 | 2.5m) which is on the right boundary. If the stage exceeds 0m a |
---|
788 | message is printed and the old boundary condition at tag 'right' is |
---|
789 | replaced by the outflow boundary using the method |
---|
790 | {\small \begin{verbatim} |
---|
791 | domain.set_boundary({'right': Bo}) |
---|
792 | \end{verbatim}} |
---|
793 | This type of dynamically varying boundary could for example be |
---|
794 | used to model the |
---|
795 | breakdown of a sluice door when water exceeds a certain level. |
---|
796 | |
---|
797 | \subsection{Output} |
---|
798 | |
---|
799 | The text output from this example looks like this |
---|
800 | {\small \begin{verbatim} |
---|
801 | ... |
---|
802 | Time = 15.4000, delta t in [0.03789902, 0.03789916], steps=6 (6) |
---|
803 | Time = 15.6000, delta t in [0.03789896, 0.03789908], steps=6 (6) |
---|
804 | Time = 15.8000, delta t in [0.03789891, 0.03789903], steps=6 (6) |
---|
805 | Stage > 0: Changing to outflow boundary |
---|
806 | Time = 16.0000, delta t in [0.02709050, 0.03789898], steps=6 (6) |
---|
807 | Time = 16.2000, delta t in [0.03789892, 0.03789904], steps=6 (6) |
---|
808 | ... |
---|
809 | \end{verbatim}} |
---|
810 | |
---|
811 | |
---|
812 | \subsection{Flow through more complex topograhies} |
---|
813 | |
---|
814 | Here is the code for the third version of the channel flow \file{channel3.py}: |
---|
815 | \verbatiminput{demos/channel3.py} |
---|
816 | |
---|
817 | This example differs from the first two versions in that the topography |
---|
818 | contains obstacles. |
---|
819 | |
---|
820 | This is accomplished here by defining the function \code{topography} as follows |
---|
821 | {\small \begin{verbatim} |
---|
822 | def topography(x,y): |
---|
823 | """Complex topography defined by a function of vectors x and y |
---|
824 | """ |
---|
825 | |
---|
826 | z = -x/10 |
---|
827 | |
---|
828 | N = len(x) |
---|
829 | for i in range(N): |
---|
830 | |
---|
831 | # Step |
---|
832 | if 10 < x[i] < 12: |
---|
833 | z[i] += 0.4 - 0.05*y[i] |
---|
834 | |
---|
835 | # Constriction |
---|
836 | if 27 < x[i] < 29 and y[i] > 3: |
---|
837 | z[i] += 2 |
---|
838 | |
---|
839 | # Pole |
---|
840 | if (x[i] - 34)**2 + (y[i] - 2)**2 < 0.4**2: |
---|
841 | z[i] += 2 |
---|
842 | |
---|
843 | return z |
---|
844 | \end{verbatim}} |
---|
845 | |
---|
846 | In addition, changing the resolution to dx=dy=0.1 creates a finer mesh resolving the new featurse better. |
---|
847 | |
---|
848 | A screenshot of this model at time == 15s is |
---|
849 | \begin{figure}[hbt] |
---|
850 | |
---|
851 | \centerline{\includegraphics[height=75mm] |
---|
852 | {graphics/channel3.png}} |
---|
853 | |
---|
854 | \caption{More complex flow in a channel} |
---|
855 | \label{fig:channel3} |
---|
856 | \end{figure} |
---|
857 | |
---|
858 | |
---|
859 | |
---|
860 | |
---|
861 | \clearpage |
---|
862 | |
---|
863 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
864 | |
---|
865 | \section{An Example with Real Data} |
---|
866 | \label{sec:realdataexample} The following discussion builds on the |
---|
867 | concepts introduced through the \file{runup.py} example and |
---|
868 | introduces a second example, \file{runcairns.py}. This refers to |
---|
869 | a real-life scenario, in which the domain of interest surrounds the |
---|
870 | Cairns region. Two scenarios are given; firstly, a |
---|
871 | hypothetical tsunami wave is generated by a submarine mass failure |
---|
872 | situated on the edge of the continental shelf, and secondly, a fixed wave |
---|
873 | of given amplitude and period is introduced through the boundary. |
---|
874 | |
---|
875 | \subsection{Overview} |
---|
876 | As in the case of \file{runup.py}, the actions carried |
---|
877 | out by the program can be organised according to this outline: |
---|
878 | |
---|
879 | \begin{enumerate} |
---|
880 | |
---|
881 | \item Set up a triangular mesh. |
---|
882 | |
---|
883 | \item Set certain parameters governing the mode of |
---|
884 | operation of the model---specifying, for instance, where to store the |
---|
885 | model output. |
---|
886 | |
---|
887 | \item Input various quantities describing physical measurements, such |
---|
888 | as the elevation, to be specified at each mesh point (vertex). |
---|
889 | |
---|
890 | \item Set up the boundary conditions. |
---|
891 | |
---|
892 | \item Carry out the evolution of the model through a series of time |
---|
893 | steps and output the results, providing a results file that can be |
---|
894 | visualised. |
---|
895 | |
---|
896 | \end{enumerate} |
---|
897 | |
---|
898 | |
---|
899 | |
---|
900 | \subsection{The Code} |
---|
901 | |
---|
902 | Here is the code for \file{runcairns.py}: |
---|
903 | |
---|
904 | \verbatiminput{demos/cairns/runcairns.py} |
---|
905 | |
---|
906 | In discussing the details of this example, we follow the outline |
---|
907 | given above, discussing each major step of the code in turn. |
---|
908 | |
---|
909 | \subsection{Establishing the Mesh}\index{mesh, establishing} |
---|
910 | |
---|
911 | One obvious way that the present example differs from |
---|
912 | \file{runup.py} is in the use of a more complex method to |
---|
913 | create the mesh. Instead of imposing a mesh structure on a |
---|
914 | rectangular grid, the technique used for this example involves |
---|
915 | building mesh structures inside polygons specified by the user, |
---|
916 | using a mesh-generator referred to as \code{pmesh}. |
---|
917 | |
---|
918 | In its simplest form, \code{pmesh} creates the mesh within a single |
---|
919 | polygon whose vertices are at geographical locations specified by |
---|
920 | the user. The user specifies the \emph{resolution}---that is, the |
---|
921 | maximal area of a triangle used for triangulation---and a triangular |
---|
922 | mesh is created inside the polygon using a mesh generation engine. |
---|
923 | On any given platform, the same mesh will be returned. |
---|
924 | %Figure |
---|
925 | %\ref{fig:pentagon} shows a simple example of this, in which the |
---|
926 | %triangulation is carried out within a pentagon. |
---|
927 | |
---|
928 | |
---|
929 | %\begin{figure}[hbt] |
---|
930 | |
---|
931 | % \caption{Mesh points are created inside the polygon} |
---|
932 | %\label{fig:pentagon} |
---|
933 | %\end{figure} |
---|
934 | |
---|
935 | Boundary tags are not restricted to \code{`left'}, \code{`bottom'}, |
---|
936 | \code{`right'} and \code{`top'}, as in the case of |
---|
937 | \file{runup.py}. Instead the user specifies a list of |
---|
938 | tags appropriate to the configuration being modelled. |
---|
939 | |
---|
940 | In addition, \code{pmesh} provides a way to adapt to geographic or |
---|
941 | other features in the landscape, whose presence may require an |
---|
942 | increase in resolution. This is done by allowing the user to specify |
---|
943 | a number of \emph{interior polygons}, each with a specified |
---|
944 | resolution. It is also |
---|
945 | possible to specify one or more `holes'---that is, areas bounded by |
---|
946 | polygons in which no triangulation is required. |
---|
947 | |
---|
948 | %\begin{figure}[hbt] |
---|
949 | % \caption{Interior meshes with individual resolution} |
---|
950 | % \label{fig:interior meshes} |
---|
951 | %\end{figure} |
---|
952 | |
---|
953 | In its general form, \code{pmesh} takes for its input a bounding |
---|
954 | polygon and (optionally) a list of interior polygons. The user |
---|
955 | specifies resolutions, both for the bounding polygon and for each of |
---|
956 | the interior polygons. Given this data, \code{pmesh} first creates a |
---|
957 | triangular mesh with varying resolution. |
---|
958 | |
---|
959 | The function used to implement this process is |
---|
960 | \function{create\_mesh\_from\_regions}. Its arguments include the |
---|
961 | bounding polygon and its resolution, a list of boundary tags, and a |
---|
962 | list of pairs \code{[polygon, resolution]}, specifying the interior |
---|
963 | polygons and their resolutions. |
---|
964 | |
---|
965 | The resulting mesh is output to a \emph{mesh file}\index{mesh |
---|
966 | file}\label{def:mesh file}. This term is used to describe a file of |
---|
967 | a specific format used to store the data specifying a mesh. (There |
---|
968 | are in fact two possible formats for such a file: it can either be a |
---|
969 | binary file, with extension \code{.msh}, or an ASCII file, with |
---|
970 | extension \code{.tsh}. In the present case, the binary file format |
---|
971 | \code{.msh} is used. See Section \ref{sec:file formats} (page |
---|
972 | \pageref{sec:file formats}) for more on file formats.) |
---|
973 | |
---|
974 | In practice, the details of the polygons used are read from a |
---|
975 | separate file \file{project.py}. Here is a complete listing of |
---|
976 | \file{project.py}: |
---|
977 | |
---|
978 | \verbatiminput{demos/cairns/project.py} |
---|
979 | |
---|
980 | Figure \ref{fig:cairns3d} illustrates the landscape of the region |
---|
981 | for the Cairns example. Understanding the landscape is important in |
---|
982 | determining the location and resolution of interior polygons. The |
---|
983 | supporting data is found in the ASCII grid, \code{cairns.asc}, which |
---|
984 | has been sourced from the publically available Australian Bathymetry |
---|
985 | and Topography Grid 2005, \cite{grid250}. The required resolution |
---|
986 | for inundation modelling will depend on the underlying topography and |
---|
987 | bathymetry; as the terrain becomes more complex, the desired resolution |
---|
988 | would decrease to the order of tens of metres. |
---|
989 | |
---|
990 | \begin{figure}[hbt] |
---|
991 | \centerline{\includegraphics[scale=0.5]{graphics/cairns3.jpg}} |
---|
992 | \caption{Landscape of the Cairns scenario.} |
---|
993 | \label{fig:cairns3d} |
---|
994 | |
---|
995 | \end{figure} |
---|
996 | The following statements are used to read in the specific polygons |
---|
997 | from \code{project.cairns} and assign a defined resolution to |
---|
998 | each polygon. |
---|
999 | |
---|
1000 | {\small \begin{verbatim} |
---|
1001 | islands_res = 100000 |
---|
1002 | cairns_res = 100000 |
---|
1003 | shallow_res = 500000 |
---|
1004 | interior_regions = [[project.poly_cairns, cairns_res], |
---|
1005 | [project.poly_island0, islands_res], |
---|
1006 | [project.poly_island1, islands_res], |
---|
1007 | [project.poly_island2, islands_res], |
---|
1008 | [project.poly_island3, islands_res], |
---|
1009 | [project.poly_shallow, shallow_res]] |
---|
1010 | \end{verbatim}} |
---|
1011 | |
---|
1012 | Figure \ref{fig:cairnspolys} |
---|
1013 | illustrates the polygons used for the Cairns scenario. |
---|
1014 | |
---|
1015 | \begin{figure}[hbt] |
---|
1016 | |
---|
1017 | \centerline{\includegraphics[scale=0.5] |
---|
1018 | {graphics/cairnsmodel.jpg}} |
---|
1019 | \caption{Interior and bounding polygons for the Cairns example.} |
---|
1020 | \label{fig:cairnspolys} |
---|
1021 | \end{figure} |
---|
1022 | |
---|
1023 | The statement |
---|
1024 | |
---|
1025 | |
---|
1026 | {\small \begin{verbatim} |
---|
1027 | remainder_res = 10000000 |
---|
1028 | create_mesh_from_regions(project.bounding_polygon, |
---|
1029 | boundary_tags={'top': [0], |
---|
1030 | 'ocean_east': [1], |
---|
1031 | 'bottom': [2], |
---|
1032 | 'onshore': [3]}, |
---|
1033 | maximum_triangle_area=remainder_res, |
---|
1034 | filename=meshname, |
---|
1035 | interior_regions=interior_regions, |
---|
1036 | use_cache=True, |
---|
1037 | verbose=True) |
---|
1038 | \end{verbatim}} |
---|
1039 | is then used to create the mesh, taking the bounding polygon to be |
---|
1040 | the polygon \code{bounding\_polygon} specified in \file{project.py}. |
---|
1041 | The argument \code{boundary\_tags} assigns a dictionary, whose keys |
---|
1042 | are the names of the boundary tags used for the bounding |
---|
1043 | polygon---\code{`top'}, \code{`ocean\_east'}, \code{`bottom'}, and |
---|
1044 | \code{`onshore'}--- and whose values identify the indices of the |
---|
1045 | segments associated with each of these tags. (The value associated |
---|
1046 | with each boundary tag is a one-element list.) |
---|
1047 | |
---|
1048 | |
---|
1049 | |
---|
1050 | \subsection{Initialising the Domain} |
---|
1051 | |
---|
1052 | As with \file{runup.py}, once we have created the mesh, the next |
---|
1053 | step is to create the data structure \code{domain}. We did this for |
---|
1054 | \file{runup.py} by inputting lists of points and triangles and |
---|
1055 | specifying the boundary tags directly. However, in the present case, |
---|
1056 | we use a method that works directly with the mesh file |
---|
1057 | \code{meshname}, as follows: |
---|
1058 | |
---|
1059 | |
---|
1060 | {\small \begin{verbatim} |
---|
1061 | domain = Domain(meshname, use_cache=True, verbose=True) |
---|
1062 | \end{verbatim}} |
---|
1063 | |
---|
1064 | Providing a filename instead of the lists used in \file{runup.py} |
---|
1065 | above causes \code{Domain} to convert a mesh file \code{meshname} |
---|
1066 | into an instance of \code{Domain}, allowing us to use methods like |
---|
1067 | \method{set\_quantity} to set quantities and to apply other |
---|
1068 | operations. |
---|
1069 | |
---|
1070 | %(In principle, the |
---|
1071 | %second argument of \function{pmesh\_to\_domain\_instance} can be any |
---|
1072 | %subclass of \class{Domain}, but for applications involving the |
---|
1073 | %shallow-water wave equation, the second argument of |
---|
1074 | %\function{pmesh\_to\_domain\_instance} can always be set simply to |
---|
1075 | %\class{Domain}.) |
---|
1076 | |
---|
1077 | The following statements specify a basename and data directory, and |
---|
1078 | identify quantities to be stored. For the first two, values are |
---|
1079 | taken from \file{project.py}. |
---|
1080 | |
---|
1081 | {\small \begin{verbatim} |
---|
1082 | domain.set_name(project.basename) |
---|
1083 | domain.set_datadir(project.outputdir) |
---|
1084 | domain.set_quantities_to_be_stored(['stage', 'xmomentum', |
---|
1085 | 'ymomentum']) |
---|
1086 | \end{verbatim}} |
---|
1087 | |
---|
1088 | |
---|
1089 | \subsection{Initial Conditions} |
---|
1090 | Quantities for \file{runcairns.py} are set |
---|
1091 | using similar methods to those in \file{runup.py}. However, |
---|
1092 | in this case, many of the values are read from the auxiliary file |
---|
1093 | \file{project.py} or, in the case of \code{elevation}, from an |
---|
1094 | ancillary points file. |
---|
1095 | |
---|
1096 | |
---|
1097 | |
---|
1098 | \subsubsection{Stage} |
---|
1099 | |
---|
1100 | For the scenario we are modelling in this case, we use a callable |
---|
1101 | object \code{tsunami\_source}, assigned by means of a function |
---|
1102 | \function{slide\_tsunami}. This is similar to how we set elevation in |
---|
1103 | \file{runup.py} using a function---however, in this case the |
---|
1104 | function is both more complex and more interesting. |
---|
1105 | |
---|
1106 | The function returns the water displacement for all \code{x} and |
---|
1107 | \code{y} in the domain. The water displacement is a double Gaussian |
---|
1108 | function that depends on the characteristics of the slide (length, |
---|
1109 | width, thickness, slope, etc), its location (origin) and the depth at that |
---|
1110 | location. For this example, we choose to apply the slide function |
---|
1111 | at a specified time into the simulation. |
---|
1112 | |
---|
1113 | \subsubsection{Friction} |
---|
1114 | |
---|
1115 | We assign the friction exactly as we did for \file{runup.py}: |
---|
1116 | |
---|
1117 | {\small \begin{verbatim} |
---|
1118 | domain.set_quantity('friction', 0.0) |
---|
1119 | \end{verbatim}} |
---|
1120 | |
---|
1121 | |
---|
1122 | \subsubsection{Elevation} |
---|
1123 | |
---|
1124 | The elevation is specified by reading data from a file: |
---|
1125 | |
---|
1126 | {\small \begin{verbatim} |
---|
1127 | domain.set_quantity('elevation', |
---|
1128 | filename = project.dem_name + '.pts', |
---|
1129 | use_cache = True, |
---|
1130 | verbose = True) |
---|
1131 | \end{verbatim}} |
---|
1132 | |
---|
1133 | %However, before this step can be executed, some preliminary steps |
---|
1134 | %are needed to prepare the file from which the data is taken. Two |
---|
1135 | %source files are used for this data---their names are specified in |
---|
1136 | %the file \file{project.py}, in the variables \code{coarsedemname} |
---|
1137 | %and \code{finedemname}. They contain `coarse' and `fine' data, |
---|
1138 | %respectively---that is, data sampled at widely spaced points over a |
---|
1139 | %large region and data sampled at closely spaced points over a |
---|
1140 | %smaller subregion. The data in these files is combined through the |
---|
1141 | %statement |
---|
1142 | |
---|
1143 | %{\small \begin{verbatim} |
---|
1144 | %combine_rectangular_points_files(project.finedemname + '.pts', |
---|
1145 | % project.coarsedemname + '.pts', |
---|
1146 | % project.combineddemname + '.pts') |
---|
1147 | %\end{verbatim}} |
---|
1148 | %The effect of this is simply to combine the datasets by eliminating |
---|
1149 | %any coarse data associated with points inside the smaller region |
---|
1150 | %common to both datasets. The name to be assigned to the resulting |
---|
1151 | %dataset is also derived from the name stored in the variable |
---|
1152 | %\code{combinedname} in the file \file{project.py}. |
---|
1153 | |
---|
1154 | \subsection{Boundary Conditions}\index{boundary conditions} |
---|
1155 | |
---|
1156 | Setting boundaries follows a similar pattern to the one used for |
---|
1157 | \file{runup.py}, except that in this case we need to associate a |
---|
1158 | boundary type with each of the |
---|
1159 | boundary tag names introduced when we established the mesh. In place of the four |
---|
1160 | boundary types introduced for \file{runup.py}, we use the reflective |
---|
1161 | boundary for each of the |
---|
1162 | eight tagged segments defined by \code{create_mesh_from_regions}: |
---|
1163 | |
---|
1164 | {\small \begin{verbatim} |
---|
1165 | Bd = Dirichlet_boundary([0.0,0.0,0.0]) |
---|
1166 | domain.set_boundary( {'ocean_east': Bd, 'bottom': Bd, 'onshore': Bd, |
---|
1167 | 'top': Bd} ) |
---|
1168 | \end{verbatim}} |
---|
1169 | |
---|
1170 | \subsection{Evolution} |
---|
1171 | |
---|
1172 | With the basics established, the running of the `evolve' step is |
---|
1173 | very similar to the corresponding step in \file{runup.py}. For the slide |
---|
1174 | scenario, |
---|
1175 | the simulation is run for 5000 seconds with the output stored every ten seconds. |
---|
1176 | For this example, we choose to apply the slide at 60 seconds into the simulation. |
---|
1177 | |
---|
1178 | {\small \begin{verbatim} |
---|
1179 | import time t0 = time.time() |
---|
1180 | |
---|
1181 | |
---|
1182 | for t in domain.evolve(yieldstep = 10, finaltime = 60): |
---|
1183 | domain.write_time() |
---|
1184 | domain.write_boundary_statistics(tags = 'ocean_east') |
---|
1185 | |
---|
1186 | # add slide |
---|
1187 | thisstagestep = domain.get_quantity('stage') |
---|
1188 | if allclose(t, 60): |
---|
1189 | slide = Quantity(domain) |
---|
1190 | slide.set_values(tsunami_source) |
---|
1191 | domain.set_quantity('stage', slide + thisstagestep) |
---|
1192 | |
---|
1193 | for t in domain.evolve(yieldstep = 10, finaltime = 5000, |
---|
1194 | skip_initial_step = True): |
---|
1195 | domain.write_time() |
---|
1196 | domain.write_boundary_statistics(tags = 'ocean_east') |
---|
1197 | \end{verbatim}} |
---|
1198 | |
---|
1199 | For the fixed wave scenario, the simulation is run to 10000 seconds, |
---|
1200 | with the first half of the simulation stored at two minute intervals, |
---|
1201 | and the second half of the simulation stored at ten second intervals. |
---|
1202 | This functionality is especially convenient as it allows the detailed |
---|
1203 | parts of the simulation to be viewed at higher time resolution. |
---|
1204 | |
---|
1205 | |
---|
1206 | {\small \begin{verbatim} |
---|
1207 | |
---|
1208 | # save every two mins leading up to wave approaching land |
---|
1209 | for t in domain.evolve(yieldstep = 120, finaltime = 5000): |
---|
1210 | domain.write_time() |
---|
1211 | domain.write_boundary_statistics(tags = 'ocean_east') |
---|
1212 | |
---|
1213 | # save every 30 secs as wave starts inundating ashore |
---|
1214 | for t in domain.evolve(yieldstep = 10, finaltime = 10000, |
---|
1215 | skip_initial_step = True): |
---|
1216 | domain.write_time() |
---|
1217 | domain.write_boundary_statistics(tags = 'ocean_east') |
---|
1218 | |
---|
1219 | \end{verbatim}} |
---|
1220 | |
---|
1221 | \section{Exploring the Model Output} |
---|
1222 | |
---|
1223 | Now that the scenario has been run, the user can view the output in a number of ways. |
---|
1224 | As described earlier, the user may run animate to view a three-dimensional representation |
---|
1225 | of the simulation. |
---|
1226 | |
---|
1227 | The user may also be interested in a maximum inundation map. This simply shows the |
---|
1228 | maximum water depth over the domain and is achieved with the function sww2dem (described in |
---|
1229 | Section \label{sec:basicfileconversions}). |
---|
1230 | \file{ExportResults.py} demonstrates how this function can be used: |
---|
1231 | |
---|
1232 | \verbatiminput{demos/cairns/ExportResults.py} |
---|
1233 | |
---|
1234 | The script generates an maximum water depth ASCII grid at a defined |
---|
1235 | resolution (here 100 m$^2$) which can then be viewed in a GIS environment, for |
---|
1236 | example. The parameters used in the function are defined in \file{project.py}. |
---|
1237 | Figures \ref{fig:maxdepthcairnsslide} and \ref{fig:maxdepthcairnsfixedwave} show |
---|
1238 | the maximum water depth within the defined region for the slide and fixed wave scenario |
---|
1239 | respectively. |
---|
1240 | The user could develop a maximum absolute momentum or other expressions which can be |
---|
1241 | derived from the quantities. |
---|
1242 | |
---|
1243 | \begin{figure}[hbt] |
---|
1244 | \centerline{\includegraphics[scale=0.5]{graphics/slidedepth.jpg}} |
---|
1245 | \caption{Maximum inundation map for the Cairns side scenario.} |
---|
1246 | \label{fig:maxdepthcairnsslide} |
---|
1247 | \end{figure} |
---|
1248 | |
---|
1249 | \begin{figure}[hbt] |
---|
1250 | \centerline{\includegraphics[scale=0.5]{graphics/fixedwavedepth.jpg}} |
---|
1251 | \caption{Maximum inundation map for the Cairns fixed wave scenario.} |
---|
1252 | \label{fig:maxdepthcairnsfixedwave} |
---|
1253 | \end{figure} |
---|
1254 | |
---|
1255 | The user may also be interested in interrogating the solution at a particular spatial |
---|
1256 | location to understand the behaviour of the system through time. To do this, the user |
---|
1257 | must first define the locations of interest. A number of locations have been |
---|
1258 | identified for the Cairns scenario, as shown in Figure \ref{fig:cairnsgauges}. |
---|
1259 | |
---|
1260 | \begin{figure}[hbt] |
---|
1261 | \centerline{\includegraphics[scale=0.5]{graphics/cairnsgauges.jpg}} |
---|
1262 | \caption{Point locations to show time series information for the Cairns scenario.} |
---|
1263 | \label{fig:cairnsgauges} |
---|
1264 | \end{figure} |
---|
1265 | |
---|
1266 | These locations |
---|
1267 | must be stored in either a .csv or .txt file. The corresponding .csv file for |
---|
1268 | the gauges shown in Figure \ref{fig:cairnsgauges} is \file{gauges.csv} |
---|
1269 | |
---|
1270 | \verbatiminput{demos/cairns/gauges.csv}. |
---|
1271 | |
---|
1272 | Header information has been included to identify the location in terms of eastings and |
---|
1273 | northings, and each gauge is given a name. The elevation column can be zero here. |
---|
1274 | This information is then passed to the function sww2timeseries (shown in |
---|
1275 | \file{GetTimeseries.py} which generates figures for |
---|
1276 | each desired quantity for each point location. |
---|
1277 | |
---|
1278 | \verbatiminput{demos/cairns/GetTimeseries.py} |
---|
1279 | |
---|
1280 | Here, the time series for the quantities stage and speed will be generated for |
---|
1281 | each gauge defined in the gauge file. Typically, stage is used over depth, particularly |
---|
1282 | for offshore gauges. In being able to interpret the output for onshore gauges however, |
---|
1283 | we use depth rather than stage. As an example output, |
---|
1284 | Figure \ref{fig:reef} shows the time series for the quantity stage (or depth for |
---|
1285 | onshore gauges) for the Elford Reef location for the slide scenario. |
---|
1286 | |
---|
1287 | \begin{figure}[hbt] |
---|
1288 | \centerline{\includegraphics[scale=0.5]{graphics/gaugeElfordReefslide.png}} |
---|
1289 | \caption{Time series information of the quantity depth for the Elford Reef location for the slide scenario.} |
---|
1290 | \label{fig:reef} |
---|
1291 | \end{figure} |
---|
1292 | |
---|
1293 | Note, the user may choose to compare the output for each scenario by updating |
---|
1294 | the \code{production\_dirs} as required. For example, |
---|
1295 | |
---|
1296 | {\small \begin{verbatim} |
---|
1297 | |
---|
1298 | production_dirs = {'slide': 'Slide', |
---|
1299 | 'fixed_wave': 'Fixed Wave'} |
---|
1300 | |
---|
1301 | \end{verbatim}} |
---|
1302 | |
---|
1303 | In this case, the time series output for Elford Reef would be: |
---|
1304 | |
---|
1305 | \begin{figure}[hbt] |
---|
1306 | \centerline{\includegraphics[scale=0.5]{graphics/gaugeElfordReefboth.png}} |
---|
1307 | \caption{Time series information of the quantity depth for the Elford Reef location for the slide and fixed wave scenario.} |
---|
1308 | \label{fig:reefboth} |
---|
1309 | \end{figure} |
---|
1310 | |
---|
1311 | |
---|
1312 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
1313 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
1314 | |
---|
1315 | \chapter{\anuga Public Interface} |
---|
1316 | \label{ch:interface} |
---|
1317 | |
---|
1318 | This chapter gives an overview of the features of \anuga available |
---|
1319 | to the user at the public interface. These are grouped under the |
---|
1320 | following headings, which correspond to the outline of the examples |
---|
1321 | described in Chapter \ref{ch:getstarted}: |
---|
1322 | |
---|
1323 | \begin{itemize} |
---|
1324 | \item Establishing the Mesh |
---|
1325 | \item Initialising the Domain |
---|
1326 | \item Specifying the Quantities |
---|
1327 | \item Initial Conditions |
---|
1328 | \item Boundary Conditions |
---|
1329 | \item Forcing Functions |
---|
1330 | \item Evolution |
---|
1331 | \end{itemize} |
---|
1332 | |
---|
1333 | The listings are intended merely to give the reader an idea of what |
---|
1334 | each feature is, where to find it and how it can be used---they do |
---|
1335 | not give full specifications; for these the reader |
---|
1336 | may consult the code. The code for every function or class contains |
---|
1337 | a documentation string, or `docstring', that specifies the precise |
---|
1338 | syntax for its use. This appears immediately after the line |
---|
1339 | introducing the code, between two sets of triple quotes. |
---|
1340 | |
---|
1341 | Each listing also describes the location of the module in which |
---|
1342 | the code for the feature being described can be found. All modules |
---|
1343 | are in the folder \file{inundation} or one of its subfolders, and the |
---|
1344 | location of each module is described relative to \file{inundation}. Rather |
---|
1345 | than using pathnames, whose syntax depends on the operating system, |
---|
1346 | we use the format adopted for importing the function or class for |
---|
1347 | use in Python code. For example, suppose we wish to specify that the |
---|
1348 | function \function{create\_mesh\_from\_regions} is in a module called |
---|
1349 | \module{mesh\_interface} in a subfolder of \module{inundation} called |
---|
1350 | \code{pmesh}. In Linux or Unix syntax, the pathname of the file |
---|
1351 | containing the function, relative to \file{inundation}, would be |
---|
1352 | |
---|
1353 | \begin{center} |
---|
1354 | % \code{pmesh/mesh\_interface.py} |
---|
1355 | \code{pmesh}$\slash$\code{mesh\_interface.py} |
---|
1356 | \end{center} |
---|
1357 | |
---|
1358 | while in Windows syntax it would be |
---|
1359 | |
---|
1360 | \begin{center} |
---|
1361 | \code{pmesh}$\backslash$\code{mesh\_interface.py} |
---|
1362 | \end{center} |
---|
1363 | |
---|
1364 | Rather than using either of these forms, in this chapter we specify |
---|
1365 | the location simply as \code{pmesh.mesh\_interface}, in keeping with |
---|
1366 | the usage in the Python statement for importing the function, |
---|
1367 | namely: |
---|
1368 | \begin{center} |
---|
1369 | \code{from pmesh.mesh\_interface import create\_mesh\_from\_regions} |
---|
1370 | \end{center} |
---|
1371 | |
---|
1372 | Each listing details the full set of parameters for the class or |
---|
1373 | function; however, the description is generally limited to the most |
---|
1374 | important parameters and the reader is again referred to the code |
---|
1375 | for more details. |
---|
1376 | |
---|
1377 | The following parameters are common to many functions and classes |
---|
1378 | and are omitted from the descriptions given below: |
---|
1379 | |
---|
1380 | %\begin{center} |
---|
1381 | \begin{tabular}{ll} %\hline |
---|
1382 | %\textbf{Name } & \textbf{Description}\\ |
---|
1383 | %\hline |
---|
1384 | \emph{use\_cache} & Specifies whether caching is to be used for improved performance. See Section \ref{sec:caching} for details on the underlying caching functionality\\ |
---|
1385 | \emph{verbose} & If \code{True}, provides detailed terminal output |
---|
1386 | to the user\\ % \hline |
---|
1387 | \end{tabular} |
---|
1388 | %\end{center} |
---|
1389 | |
---|
1390 | \section{Mesh Generation} |
---|
1391 | |
---|
1392 | Before discussing the part of the interface relating to mesh |
---|
1393 | generation, we begin with a description of a simple example of a |
---|
1394 | mesh and use it to describe how mesh data is stored. |
---|
1395 | |
---|
1396 | \label{sec:meshexample} Figure \ref{fig:simplemesh} represents a |
---|
1397 | very simple mesh comprising just 11 points and 10 triangles. |
---|
1398 | |
---|
1399 | |
---|
1400 | \begin{figure}[h] |
---|
1401 | \begin{center} |
---|
1402 | \includegraphics[width=90mm, height=90mm]{triangularmesh.jpg} |
---|
1403 | \end{center} |
---|
1404 | |
---|
1405 | \caption{A simple mesh} |
---|
1406 | \label{fig:simplemesh} |
---|
1407 | \end{figure} |
---|
1408 | |
---|
1409 | |
---|
1410 | The variables \code{points}, \code{vertices} and \code{boundary} |
---|
1411 | represent the data displayed in Figure \ref{fig:simplemesh} as |
---|
1412 | follows. The list \code{points} stores the coordinates of the |
---|
1413 | points, and may be displayed schematically as in Table |
---|
1414 | \ref{tab:points}. |
---|
1415 | |
---|
1416 | |
---|
1417 | \begin{table} |
---|
1418 | \begin{center} |
---|
1419 | \begin{tabular}[t]{|c|cc|} \hline |
---|
1420 | index & \code{x} & \code{y}\\ \hline |
---|
1421 | 0 & 1 & 1\\ |
---|
1422 | 1 & 4 & 2\\ |
---|
1423 | 2 & 8 & 1\\ |
---|
1424 | 3 & 1 & 3\\ |
---|
1425 | 4 & 5 & 5\\ |
---|
1426 | 5 & 8 & 6\\ |
---|
1427 | 6 & 11 & 5\\ |
---|
1428 | 7 & 3 & 6\\ |
---|
1429 | 8 & 1 & 8\\ |
---|
1430 | 9 & 4 & 9\\ |
---|
1431 | 10 & 10 & 7\\ \hline |
---|
1432 | \end{tabular} |
---|
1433 | \end{center} |
---|
1434 | |
---|
1435 | \caption{Point coordinates for mesh in |
---|
1436 | Figure \protect \ref{fig:simplemesh}} |
---|
1437 | \label{tab:points} |
---|
1438 | \end{table} |
---|
1439 | |
---|
1440 | The list \code{vertices} specifies the triangles that make up the |
---|
1441 | mesh. It does this by specifying, for each triangle, the indices |
---|
1442 | (the numbers shown in the first column above) that correspond to the |
---|
1443 | three points at its vertices, taken in an anti-clockwise order |
---|
1444 | around the triangle. Thus, in the example shown in Figure |
---|
1445 | \ref{fig:simplemesh}, the variable \code{vertices} contains the |
---|
1446 | entries shown in Table \ref{tab:vertices}. The starting point is |
---|
1447 | arbitrary so triangle $(0,1,3)$ is considered the same as $(1,3,0)$ |
---|
1448 | and $(3,0,1)$. |
---|
1449 | |
---|
1450 | |
---|
1451 | \begin{table} |
---|
1452 | \begin{center} |
---|
1453 | \begin{tabular}{|c|ccc|} \hline |
---|
1454 | index & \multicolumn{3}{c|}{\code{vertices}}\\ \hline |
---|
1455 | 0 & 0 & 1 & 3\\ |
---|
1456 | 1 & 1 & 2 & 4\\ |
---|
1457 | 2 & 2 & 5 & 4\\ |
---|
1458 | 3 & 2 & 6 & 5\\ |
---|
1459 | 4 & 4 & 5 & 9\\ |
---|
1460 | 5 & 4 & 9 & 7\\ |
---|
1461 | 6 & 3 & 4 & 7\\ |
---|
1462 | 7 & 7 & 9 & 8\\ |
---|
1463 | 8 & 1 & 4 & 3\\ |
---|
1464 | 9 & 5 & 10 & 9\\ \hline |
---|
1465 | \end{tabular} |
---|
1466 | \end{center} |
---|
1467 | |
---|
1468 | \caption{Vertices for mesh in Figure \protect \ref{fig:simplemesh}} |
---|
1469 | \label{tab:vertices} |
---|
1470 | \end{table} |
---|
1471 | |
---|
1472 | Finally, the variable \code{boundary} identifies the boundary |
---|
1473 | triangles and associates a tag with each. |
---|
1474 | |
---|
1475 | \refmodindex[pmesh.meshinterface]{pmesh.mesh\_interface}\label{sec:meshgeneration} |
---|
1476 | |
---|
1477 | \begin{funcdesc} {create\_mesh\_from\_regions}{bounding_polygon, |
---|
1478 | boundary_tags, |
---|
1479 | maximum_triangle_area, |
---|
1480 | filename=None, |
---|
1481 | interior_regions=None, |
---|
1482 | poly_geo_reference=None, |
---|
1483 | mesh_geo_reference=None, |
---|
1484 | minimum_triangle_angle=28.0} |
---|
1485 | Module: \module{pmesh.mesh\_interface} |
---|
1486 | |
---|
1487 | This function allows a user to initiate the automatic creation of a |
---|
1488 | mesh inside a specified polygon (input \code{bounding_polygon}). |
---|
1489 | Among the parameters that can be set are the \emph{resolution} |
---|
1490 | (maximal area for any triangle in the mesh) and the minimal angle |
---|
1491 | allowable in any triangle. The user can specify a number of internal |
---|
1492 | polygons within each of which a separate mesh is to be created, |
---|
1493 | generally with a smaller resolution. \code{interior_regions} is a |
---|
1494 | paired list containing the interior polygon and its resolution. |
---|
1495 | Additionally, the user specifies a list of boundary tags, one for |
---|
1496 | each edge of the bounding polygon. |
---|
1497 | |
---|
1498 | \textbf{WARNING}. Note that the dictionary structure used for the |
---|
1499 | parameter \code{boundary\_tags} is different from that used for the |
---|
1500 | variable \code{boundary} that occurs in the specification of a mesh. |
---|
1501 | In the case of \code{boundary}, the tags are the \emph{values} of |
---|
1502 | the dictionary, whereas in the case of \code{boundary_tags}, the |
---|
1503 | tags are the \emph{keys} and the \emph{value} corresponding to a |
---|
1504 | particular tag is a list of numbers identifying boundary edges |
---|
1505 | labelled with that tag. Because of this, it is theoretically |
---|
1506 | possible to assign the same edge to more than one tag. However, an |
---|
1507 | attempt to do this will cause an error. |
---|
1508 | \end{funcdesc} |
---|
1509 | |
---|
1510 | |
---|
1511 | |
---|
1512 | \subsection{Advanced mesh generation} |
---|
1513 | |
---|
1514 | For more control over the creation of the mesh outline, use the |
---|
1515 | methods of the class \class{Mesh}. |
---|
1516 | |
---|
1517 | |
---|
1518 | \begin{classdesc} {Mesh}{userSegments=None, |
---|
1519 | userVertices=None, |
---|
1520 | holes=None, |
---|
1521 | regions=None} |
---|
1522 | Module: \module{pmesh.mesh} |
---|
1523 | |
---|
1524 | A class used to build a mesh outline and generate a two-dimensional |
---|
1525 | triangular mesh. The mesh outline is used to describe features on the |
---|
1526 | mesh, such as the mesh boundary. Many of this classes methods are used |
---|
1527 | to build a mesh outline, such as \code{add\_vertices} and |
---|
1528 | \code{add\_region\_from\_polygon}. |
---|
1529 | |
---|
1530 | \end{classdesc} |
---|
1531 | |
---|
1532 | |
---|
1533 | \subsubsection{Key Methods of Class Mesh} |
---|
1534 | |
---|
1535 | |
---|
1536 | \begin{methoddesc} {add\_hole}{x,y} |
---|
1537 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1538 | |
---|
1539 | This method is used to build the mesh outline. It defines a hole, |
---|
1540 | when the boundary of the hole has already been defined, by selecting a |
---|
1541 | point within the boundary. |
---|
1542 | |
---|
1543 | \end{methoddesc} |
---|
1544 | |
---|
1545 | |
---|
1546 | \begin{methoddesc} {add\_hole\_from\_polygon}{self, polygon, tags=None} |
---|
1547 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1548 | |
---|
1549 | This method is used to add a `hole' within a region ---that is, to |
---|
1550 | define a interior region where the triangular mesh will not be |
---|
1551 | generated---to a \class{Mesh} instance. The region boundary is described by |
---|
1552 | the polygon passed in. Additionally, the user specifies a list of |
---|
1553 | boundary tags, one for each edge of the bounding polygon. |
---|
1554 | \end{methoddesc} |
---|
1555 | |
---|
1556 | |
---|
1557 | \begin{methoddesc} {add\_points_and_segments}{self, points, segments, |
---|
1558 | segment\_tags=None} |
---|
1559 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1560 | |
---|
1561 | This method is used to build the mesh outline. It adds points and |
---|
1562 | segments connecting the points. A tag for each segment can optionally |
---|
1563 | be added. |
---|
1564 | |
---|
1565 | \end{methoddesc} |
---|
1566 | |
---|
1567 | \begin{methoddesc} {add\_region}{x,y} |
---|
1568 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1569 | |
---|
1570 | This method is used to build the mesh outline. It defines a region, |
---|
1571 | when the boundary of the region has already been defined, by selecting |
---|
1572 | a point within the boundary. A region instance is returned. This can |
---|
1573 | be used to set the resolution. |
---|
1574 | |
---|
1575 | \end{methoddesc} |
---|
1576 | |
---|
1577 | \begin{methoddesc} {add\_region\_from\_polygon}{self, polygon, tags=None, |
---|
1578 | max_triangle_area=None} |
---|
1579 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1580 | |
---|
1581 | This method is used to build the mesh outline. It adds a region to a |
---|
1582 | \class{Mesh} instance. Regions are commonly used to describe an area |
---|
1583 | with an increased density of triangles, by setting |
---|
1584 | \code{max_triangle_area}. The |
---|
1585 | region boundary is described by the input \code{polygon}. Additionally, the |
---|
1586 | user specifies a list of segment tags, one for each edge of the |
---|
1587 | bounding polygon. |
---|
1588 | |
---|
1589 | \end{methoddesc} |
---|
1590 | |
---|
1591 | |
---|
1592 | |
---|
1593 | |
---|
1594 | |
---|
1595 | \begin{methoddesc} {add\_vertices}{point_data} |
---|
1596 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1597 | |
---|
1598 | Add user vertices. The point_data can be a list of (x,y) values, a numeric |
---|
1599 | array or a geospatial_data instance. |
---|
1600 | \end{methoddesc} |
---|
1601 | |
---|
1602 | \begin{methoddesc} {auto\_segment}{raw_boundary=raw_boundary, |
---|
1603 | remove_holes=remove_holes, |
---|
1604 | smooth_indents=smooth_indents, |
---|
1605 | expand_pinch=expand_pinch} |
---|
1606 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1607 | |
---|
1608 | Add segments between some of the user vertices to give the vertices an |
---|
1609 | outline. The outline is an alpha shape. This method is |
---|
1610 | useful since a set of user vertices need to be outlined by segments |
---|
1611 | before generate_mesh is called. |
---|
1612 | |
---|
1613 | \end{methoddesc} |
---|
1614 | |
---|
1615 | \begin{methoddesc} {export\_mesh_file}{self,ofile} |
---|
1616 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1617 | |
---|
1618 | This method is used to save the mesh to a file. \code{ofile} is the |
---|
1619 | name of the mesh file to be written, including the extension. Use |
---|
1620 | the extension \code{.msh} for the file to be in NetCDF format and |
---|
1621 | \code{.tsh} for the file to be ASCII format. |
---|
1622 | \end{methoddesc} |
---|
1623 | |
---|
1624 | \begin{methoddesc} {generate\_mesh}{self, |
---|
1625 | maximum_triangle_area=None, |
---|
1626 | minimum_triangle_angle=28.0, |
---|
1627 | verbose=False} |
---|
1628 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1629 | |
---|
1630 | This method is used to generate the triangular mesh. The maximal |
---|
1631 | area of any triangle in the mesh can be specified, which is used to |
---|
1632 | control the triangle density, along with the |
---|
1633 | minimum angle in any triangle. |
---|
1634 | \end{methoddesc} |
---|
1635 | |
---|
1636 | |
---|
1637 | |
---|
1638 | \begin{methoddesc} {import_ungenerate_file}{self,ofile, tag=None} |
---|
1639 | Module: \module{pmesh.mesh}, Class: \class{Mesh} |
---|
1640 | |
---|
1641 | This method is used to import a polygon file in the ungenerate |
---|
1642 | format, which is used by arcGIS. The polygons from the file are converted to |
---|
1643 | vertices and segments. \code{ofile} is the name of the polygon file. |
---|
1644 | \code{tag} is the tag given to all the polygon's segments. |
---|
1645 | |
---|
1646 | This function can be used to import building footprints. |
---|
1647 | \end{methoddesc} |
---|
1648 | |
---|
1649 | %%%%%% |
---|
1650 | \section{Initialising the Domain} |
---|
1651 | |
---|
1652 | %Include description of the class Domain and the module domain. |
---|
1653 | |
---|
1654 | %FIXME (Ole): This is also defined in a later chapter |
---|
1655 | %\declaremodule{standard}{...domain} |
---|
1656 | |
---|
1657 | \begin{classdesc} {Domain} {source=None, |
---|
1658 | triangles=None, |
---|
1659 | boundary=None, |
---|
1660 | conserved_quantities=None, |
---|
1661 | other_quantities=None, |
---|
1662 | tagged_elements=None, |
---|
1663 | use_inscribed_circle=False, |
---|
1664 | mesh_filename=None, |
---|
1665 | use_cache=False, |
---|
1666 | verbose=False, |
---|
1667 | full_send_dict=None, |
---|
1668 | ghost_recv_dict=None, |
---|
1669 | processor=0, |
---|
1670 | numproc=1} |
---|
1671 | Module: \refmodule{abstract_2d_finite_volumes.domain} |
---|
1672 | |
---|
1673 | This class is used to create an instance of a data structure used to |
---|
1674 | store and manipulate data associated with a mesh. The mesh is |
---|
1675 | specified either by assigning the name of a mesh file to |
---|
1676 | \code{source} or by specifying the points, triangle and boundary of the |
---|
1677 | mesh. |
---|
1678 | \end{classdesc} |
---|
1679 | |
---|
1680 | \subsection{Key Methods of Domain} |
---|
1681 | |
---|
1682 | \begin{methoddesc} {set\_name}{name} |
---|
1683 | Module: \refmodule{abstract\_2d\_finite\_volumes.domain}, |
---|
1684 | page \pageref{mod:domain} |
---|
1685 | |
---|
1686 | Assigns the name \code{name} to the domain. |
---|
1687 | \end{methoddesc} |
---|
1688 | |
---|
1689 | \begin{methoddesc} {get\_name}{} |
---|
1690 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1691 | |
---|
1692 | Returns the name assigned to the domain by \code{set\_name}. If no name has been |
---|
1693 | assigned, returns \code{`domain'}. |
---|
1694 | \end{methoddesc} |
---|
1695 | |
---|
1696 | \begin{methoddesc} {set\_datadir}{name} |
---|
1697 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1698 | |
---|
1699 | Specifies the directory used for SWW files, assigning it to the |
---|
1700 | pathname \code{name}. The default value, before |
---|
1701 | \code{set\_datadir} has been run, is the value \code{default\_datadir} |
---|
1702 | specified in \code{config.py}. |
---|
1703 | |
---|
1704 | Since different operating systems use different formats for specifying pathnames, |
---|
1705 | it is necessary to specify path separators using the Python code \code{os.sep}, rather than |
---|
1706 | the operating-specific ones such as `$\slash$' or `$\backslash$'. |
---|
1707 | For this to work you will need to include the statement \code{import os} |
---|
1708 | in your code, before the first appearance of \code{set\_datadir}. |
---|
1709 | |
---|
1710 | For example, to set the data directory to a subdirectory |
---|
1711 | \code{data} of the directory \code{project}, you could use |
---|
1712 | the statements: |
---|
1713 | |
---|
1714 | {\small \begin{verbatim} |
---|
1715 | import os |
---|
1716 | domain.set_datadir{'project' + os.sep + 'data'} |
---|
1717 | \end{verbatim}} |
---|
1718 | \end{methoddesc} |
---|
1719 | |
---|
1720 | \begin{methoddesc} {get\_datadir}{} |
---|
1721 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1722 | |
---|
1723 | Returns the data directory set by \code{set\_datadir} or, |
---|
1724 | if \code{set\_datadir} has not |
---|
1725 | been run, returns the value \code{default\_datadir} specified in |
---|
1726 | \code{config.py}. |
---|
1727 | \end{methoddesc} |
---|
1728 | |
---|
1729 | \begin{methoddesc} {set\_minimum_storable_height}{} |
---|
1730 | Module: \module{shallow\_water.shallow\_water\_domain} |
---|
1731 | |
---|
1732 | Sets the minimum depth that will be recognised when writing |
---|
1733 | to an sww file. This is useful for removing thin water layers |
---|
1734 | that seems to be caused by friction creep. |
---|
1735 | \end{methoddesc} |
---|
1736 | |
---|
1737 | |
---|
1738 | \begin{methoddesc} {set\_maximum_allowed_speed}{} |
---|
1739 | Module: \module{shallow\_water.shallow\_water\_domain} |
---|
1740 | |
---|
1741 | Set the maximum particle speed that is allowed in water |
---|
1742 | shallower than minimum_allowed_height. This is useful for |
---|
1743 | controlling speeds in very thin layers of water and at the same time |
---|
1744 | allow some movement avoiding pooling of water. |
---|
1745 | \end{methoddesc} |
---|
1746 | |
---|
1747 | |
---|
1748 | \begin{methoddesc} {set\_time}{time=0.0} |
---|
1749 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1750 | |
---|
1751 | Sets the initial time, in seconds, for the simulation. The |
---|
1752 | default is 0.0. |
---|
1753 | \end{methoddesc} |
---|
1754 | |
---|
1755 | \begin{methoddesc} {set\_default\_order}{n} |
---|
1756 | Sets the default (spatial) order to the value specified by |
---|
1757 | \code{n}, which must be either 1 or 2. (Assigning any other value |
---|
1758 | to \code{n} will cause an error.) |
---|
1759 | \end{methoddesc} |
---|
1760 | |
---|
1761 | |
---|
1762 | \begin{methoddesc} {set\_store\_vertices\_uniquely}{flag, reduction=None} |
---|
1763 | Decide whether vertex values should be stored uniquely as |
---|
1764 | computed in the model or whether they should be reduced to one |
---|
1765 | value per vertex using self.reduction. |
---|
1766 | \end{methoddesc} |
---|
1767 | |
---|
1768 | |
---|
1769 | % Structural methods |
---|
1770 | \begin{methoddesc}{get\_nodes}{absolute=False} |
---|
1771 | Return x,y coordinates of all nodes in mesh. |
---|
1772 | |
---|
1773 | The nodes are ordered in an Nx2 array where N is the number of nodes. |
---|
1774 | This is the same format they were provided in the constructor |
---|
1775 | i.e. without any duplication. |
---|
1776 | |
---|
1777 | Boolean keyword argument absolute determines whether coordinates |
---|
1778 | are to be made absolute by taking georeference into account |
---|
1779 | Default is False as many parts of ANUGA expects relative coordinates. |
---|
1780 | \end{methoddesc} |
---|
1781 | |
---|
1782 | |
---|
1783 | \begin{methoddesc}{get\_vertex_coordinates}{absolute=False} |
---|
1784 | |
---|
1785 | Return vertex coordinates for all triangles. |
---|
1786 | |
---|
1787 | Return all vertex coordinates for all triangles as a 3*M x 2 array |
---|
1788 | where the jth vertex of the ith triangle is located in row 3*i+j and |
---|
1789 | M the number of triangles in the mesh. |
---|
1790 | |
---|
1791 | Boolean keyword argument absolute determines whether coordinates |
---|
1792 | are to be made absolute by taking georeference into account |
---|
1793 | Default is False as many parts of ANUGA expects relative coordinates. |
---|
1794 | \end{methoddesc} |
---|
1795 | |
---|
1796 | |
---|
1797 | \begin{methoddesc}{get\_triangles}{indices=None} |
---|
1798 | |
---|
1799 | Return Mx3 integer array where M is the number of triangles. |
---|
1800 | Each row corresponds to one triangle and the three entries are |
---|
1801 | indices into the mesh nodes which can be obtained using the method |
---|
1802 | get\_nodes() |
---|
1803 | |
---|
1804 | Optional argument, indices is the set of triangle ids of interest. |
---|
1805 | \end{methoddesc} |
---|
1806 | |
---|
1807 | \begin{methoddesc}{get\_disconnected\_triangles}{} |
---|
1808 | |
---|
1809 | Get mesh based on nodes obtained from get_vertex_coordinates. |
---|
1810 | |
---|
1811 | Return array Mx3 array of integers where each row corresponds to |
---|
1812 | a triangle. A triangle is a triplet of indices into |
---|
1813 | point coordinates obtained from get_vertex_coordinates and each |
---|
1814 | index appears only once.\\ |
---|
1815 | |
---|
1816 | This provides a mesh where no triangles share nodes |
---|
1817 | (hence the name disconnected triangles) and different |
---|
1818 | nodes may have the same coordinates.\\ |
---|
1819 | |
---|
1820 | This version of the mesh is useful for storing meshes with |
---|
1821 | discontinuities at each node and is e.g. used for storing |
---|
1822 | data in sww files.\\ |
---|
1823 | |
---|
1824 | The triangles created will have the format |
---|
1825 | |
---|
1826 | {\small \begin{verbatim} |
---|
1827 | [[0,1,2], |
---|
1828 | [3,4,5], |
---|
1829 | [6,7,8], |
---|
1830 | ... |
---|
1831 | [3*M-3 3*M-2 3*M-1]] |
---|
1832 | \end{verbatim}} |
---|
1833 | \end{methoddesc} |
---|
1834 | |
---|
1835 | |
---|
1836 | |
---|
1837 | %%%%%% |
---|
1838 | \section{Initial Conditions} |
---|
1839 | \label{sec:Initial Conditions} |
---|
1840 | In standard usage of partial differential equations, initial conditions |
---|
1841 | refers to the values associated to the system variables (the conserved |
---|
1842 | quantities here) for \code{time = 0}. In setting up a scenario script |
---|
1843 | as described in Sections \ref{sec:simpleexample} and \ref{sec:realdataexample}, |
---|
1844 | \code{set_quantity} is used to define the initial conditions of variables |
---|
1845 | other than the conserved quantities, such as friction. Here, we use the terminology |
---|
1846 | of initial conditions to refer to initial values for variables which need |
---|
1847 | prescription to solve the shallow water wave equation. Further, it must be noted |
---|
1848 | that \code{set_quantity} does not necessarily have to be used in the initial |
---|
1849 | condition setting; it can be used at any time throughout the simulation. |
---|
1850 | |
---|
1851 | \begin{methoddesc}{set\_quantity}{name, |
---|
1852 | numeric = None, |
---|
1853 | quantity = None, |
---|
1854 | function = None, |
---|
1855 | geospatial_data = None, |
---|
1856 | filename = None, |
---|
1857 | attribute_name = None, |
---|
1858 | alpha = None, |
---|
1859 | location = 'vertices', |
---|
1860 | indices = None, |
---|
1861 | verbose = False, |
---|
1862 | use_cache = False} |
---|
1863 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1864 | (see also \module{abstract\_2d\_finite\_volumes.quantity.set\_values}) |
---|
1865 | |
---|
1866 | This function is used to assign values to individual quantities for a |
---|
1867 | domain. It is very flexible and can be used with many data types: a |
---|
1868 | statement of the form \code{domain.set\_quantity(name, x)} can be used |
---|
1869 | to define a quantity having the name \code{name}, where the other |
---|
1870 | argument \code{x} can be any of the following: |
---|
1871 | |
---|
1872 | \begin{itemize} |
---|
1873 | \item a number, in which case all vertices in the mesh gets that for |
---|
1874 | the quantity in question. |
---|
1875 | \item a list of numbers or a Numeric array ordered the same way as the mesh vertices. |
---|
1876 | \item a function (e.g.\ see the samples introduced in Chapter 2) |
---|
1877 | \item an expression composed of other quantities and numbers, arrays, lists (for |
---|
1878 | example, a linear combination of quantities, such as |
---|
1879 | \code{domain.set\_quantity('stage','elevation'+x))} |
---|
1880 | \item the name of a file from which the data can be read. In this case, the optional argument attribute\_name will select which attribute to use from the file. If left out, set\_quantity will pick one. This is useful in cases where there is only one attribute. |
---|
1881 | \item a geospatial dataset (See Section \ref{sec:geospatial}). |
---|
1882 | Optional argument attribute\_name applies here as with files. |
---|
1883 | \end{itemize} |
---|
1884 | |
---|
1885 | |
---|
1886 | Exactly one of the arguments |
---|
1887 | numeric, quantity, function, points, filename |
---|
1888 | must be present. |
---|
1889 | |
---|
1890 | |
---|
1891 | Set quantity will look at the type of the second argument (\code{numeric}) and |
---|
1892 | determine what action to take. |
---|
1893 | |
---|
1894 | Values can also be set using the appropriate keyword arguments. |
---|
1895 | If x is a function, for example, \code{domain.set\_quantity(name, x)}, \code{domain.set\_quantity(name, numeric=x)}, and \code{domain.set\_quantity(name, function=x)} |
---|
1896 | are all equivalent. |
---|
1897 | |
---|
1898 | |
---|
1899 | Other optional arguments are |
---|
1900 | \begin{itemize} |
---|
1901 | \item \code{indices} which is a list of ids of triangles to which set\_quantity should apply its assignment of values. |
---|
1902 | \item \code{location} determines which part of the triangles to assign |
---|
1903 | to. Options are 'vertices' (default), 'edges', 'unique vertices', and 'centroids'. |
---|
1904 | \end{itemize} |
---|
1905 | |
---|
1906 | %%% |
---|
1907 | \anuga provides a number of predefined initial conditions to be used |
---|
1908 | with \code{set\_quantity}. See for example callable object |
---|
1909 | \code{slump\_tsunami} below. |
---|
1910 | |
---|
1911 | \end{methoddesc} |
---|
1912 | |
---|
1913 | |
---|
1914 | |
---|
1915 | |
---|
1916 | \begin{funcdesc}{set_region}{tag, quantity, X, location='vertices'} |
---|
1917 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
1918 | |
---|
1919 | (see also \module{abstract\_2d\_finite\_volumes.quantity.set\_values}) |
---|
1920 | |
---|
1921 | This function is used to assign values to individual quantities given |
---|
1922 | a regional tag. It is similar to \code{set\_quantity}. |
---|
1923 | For example, if in pmesh a regional tag of 'ditch' was |
---|
1924 | used, set\_region can be used to set elevation of this region to |
---|
1925 | -10m. X is the constant or function to be applied to the quantity, |
---|
1926 | over the tagged region. Location describes how the values will be |
---|
1927 | applied. Options are 'vertices' (default), 'edges', 'unique |
---|
1928 | vertices', and 'centroids'. |
---|
1929 | |
---|
1930 | This method can also be called with a list of region objects. This is |
---|
1931 | useful for adding quantities in regions, and having one quantity |
---|
1932 | value based on another quantity. See \module{abstract\_2d\_finite\_volumes.region} for |
---|
1933 | more details. |
---|
1934 | \end{funcdesc} |
---|
1935 | |
---|
1936 | |
---|
1937 | |
---|
1938 | |
---|
1939 | \begin{funcdesc}{slump_tsunami}{length, depth, slope, width=None, thickness=None, |
---|
1940 | x0=0.0, y0=0.0, alpha=0.0, |
---|
1941 | gravity=9.8, gamma=1.85, |
---|
1942 | massco=1, dragco=1, frictionco=0, psi=0, |
---|
1943 | dx=None, kappa=3.0, kappad=0.8, zsmall=0.01, |
---|
1944 | domain=None, |
---|
1945 | verbose=False} |
---|
1946 | Module: \module{shallow\_water.smf} |
---|
1947 | |
---|
1948 | This function returns a callable object representing an initial water |
---|
1949 | displacement generated by a submarine sediment failure. These failures can take the form of |
---|
1950 | a submarine slump or slide. In the case of a slide, use \code{slide_tsunami} instead. |
---|
1951 | |
---|
1952 | The arguments include as a minimum, the slump or slide length, the water depth to the centre of sediment |
---|
1953 | mass, and the bathymetric slope. Other slump or slide parameters can be included if they are known. |
---|
1954 | \end{funcdesc} |
---|
1955 | |
---|
1956 | |
---|
1957 | %%% |
---|
1958 | \begin{funcdesc}{file\_function}{filename, |
---|
1959 | domain = None, |
---|
1960 | quantities = None, |
---|
1961 | interpolation_points = None, |
---|
1962 | verbose = False, |
---|
1963 | use_cache = False} |
---|
1964 | Module: \module{abstract\_2d\_finite\_volumes.util} |
---|
1965 | |
---|
1966 | Reads the time history of spatial data for |
---|
1967 | specified interpolation points from a NetCDF file (\code{filename}) |
---|
1968 | and returns |
---|
1969 | a callable object. \code{filename} could be a \code{sww} file. |
---|
1970 | Returns interpolated values based on the input |
---|
1971 | file using the underlying \code{interpolation\_function}. |
---|
1972 | |
---|
1973 | \code{quantities} is either the name of a single quantity to be |
---|
1974 | interpolated or a list of such quantity names. In the second case, the resulting |
---|
1975 | function will return a tuple of values---one for each quantity. |
---|
1976 | |
---|
1977 | \code{interpolation\_points} is a list of absolute coordinates or a |
---|
1978 | geospatial object |
---|
1979 | for points at which values are sought. |
---|
1980 | |
---|
1981 | The model time stored within the file function can be accessed using |
---|
1982 | the method \code{f.get\_time()} |
---|
1983 | |
---|
1984 | |
---|
1985 | The underlying algorithm used is as follows:\\ |
---|
1986 | Given a time series (i.e.\ a series of values associated with |
---|
1987 | different times), whose values are either just numbers or a set of |
---|
1988 | numbers defined at the vertices of a triangular mesh (such as those |
---|
1989 | stored in SWW files), \code{Interpolation\_function} is used to |
---|
1990 | create a callable object that interpolates a value for an arbitrary |
---|
1991 | time \code{t} within the model limits and possibly a point \code{(x, |
---|
1992 | y)} within a mesh region. |
---|
1993 | |
---|
1994 | The actual time series at which data is available is specified by |
---|
1995 | means of an array \code{time} of monotonically increasing times. The |
---|
1996 | quantities containing the values to be interpolated are specified in |
---|
1997 | an array---or dictionary of arrays (used in conjunction with the |
---|
1998 | optional argument \code{quantity\_names}) --- called |
---|
1999 | \code{quantities}. The optional arguments \code{vertex\_coordinates} |
---|
2000 | and \code{triangles} represent the spatial mesh associated with the |
---|
2001 | quantity arrays. If omitted the function created by |
---|
2002 | \code{Interpolation\_function} will be a function of \code{t} only. |
---|
2003 | |
---|
2004 | Since, in practice, values need to be computed at specified points, |
---|
2005 | the syntax allows the user to specify, once and for all, a list |
---|
2006 | \code{interpolation\_points} of points at which values are required. |
---|
2007 | In this case, the function may be called using the form \code{f(t, |
---|
2008 | id)}, where \code{id} is an index for the list |
---|
2009 | \code{interpolation\_points}. |
---|
2010 | |
---|
2011 | |
---|
2012 | \end{funcdesc} |
---|
2013 | |
---|
2014 | %%% |
---|
2015 | %% \begin{classdesc}{Interpolation\_function}{self, |
---|
2016 | %% time, |
---|
2017 | %% quantities, |
---|
2018 | %% quantity_names = None, |
---|
2019 | %% vertex_coordinates = None, |
---|
2020 | %% triangles = None, |
---|
2021 | %% interpolation_points = None, |
---|
2022 | %% verbose = False} |
---|
2023 | %% Module: \module{abstract\_2d\_finite\_volumes.least\_squares} |
---|
2024 | |
---|
2025 | %% Given a time series (i.e.\ a series of values associated with |
---|
2026 | %% different times), whose values are either just numbers or a set of |
---|
2027 | %% numbers defined at the vertices of a triangular mesh (such as those |
---|
2028 | %% stored in SWW files), \code{Interpolation\_function} is used to |
---|
2029 | %% create a callable object that interpolates a value for an arbitrary |
---|
2030 | %% time \code{t} within the model limits and possibly a point \code{(x, |
---|
2031 | %% y)} within a mesh region. |
---|
2032 | |
---|
2033 | %% The actual time series at which data is available is specified by |
---|
2034 | %% means of an array \code{time} of monotonically increasing times. The |
---|
2035 | %% quantities containing the values to be interpolated are specified in |
---|
2036 | %% an array---or dictionary of arrays (used in conjunction with the |
---|
2037 | %% optional argument \code{quantity\_names}) --- called |
---|
2038 | %% \code{quantities}. The optional arguments \code{vertex\_coordinates} |
---|
2039 | %% and \code{triangles} represent the spatial mesh associated with the |
---|
2040 | %% quantity arrays. If omitted the function created by |
---|
2041 | %% \code{Interpolation\_function} will be a function of \code{t} only. |
---|
2042 | |
---|
2043 | %% Since, in practice, values need to be computed at specified points, |
---|
2044 | %% the syntax allows the user to specify, once and for all, a list |
---|
2045 | %% \code{interpolation\_points} of points at which values are required. |
---|
2046 | %% In this case, the function may be called using the form \code{f(t, |
---|
2047 | %% id)}, where \code{id} is an index for the list |
---|
2048 | %% \code{interpolation\_points}. |
---|
2049 | |
---|
2050 | %% \end{classdesc} |
---|
2051 | |
---|
2052 | %%% |
---|
2053 | %\begin{funcdesc}{set\_region}{functions} |
---|
2054 | %[Low priority. Will be merged into set\_quantity] |
---|
2055 | |
---|
2056 | %Module:\module{abstract\_2d\_finite\_volumes.domain} |
---|
2057 | %\end{funcdesc} |
---|
2058 | |
---|
2059 | |
---|
2060 | |
---|
2061 | %%%%%% |
---|
2062 | \section{Boundary Conditions}\index{boundary conditions} |
---|
2063 | |
---|
2064 | \anuga provides a large number of predefined boundary conditions, |
---|
2065 | represented by objects such as \code{Reflective\_boundary(domain)} and |
---|
2066 | \code{Dirichlet\_boundary([0.2, 0.0, 0.0])}, described in the examples |
---|
2067 | in Chapter 2. Alternatively, you may prefer to ``roll your own'', |
---|
2068 | following the method explained in Section \ref{sec:roll your own}. |
---|
2069 | |
---|
2070 | These boundary objects may be used with the function \code{set\_boundary} described below |
---|
2071 | to assign boundary conditions according to the tags used to label boundary segments. |
---|
2072 | |
---|
2073 | \begin{methoddesc}{set\_boundary}{boundary_map} |
---|
2074 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2075 | |
---|
2076 | This function allows you to assign a boundary object (corresponding to a |
---|
2077 | pre-defined or user-specified boundary condition) to every boundary segment that |
---|
2078 | has been assigned a particular tag. |
---|
2079 | |
---|
2080 | This is done by specifying a dictionary \code{boundary\_map}, whose values are the boundary objects |
---|
2081 | and whose keys are the symbolic tags. |
---|
2082 | |
---|
2083 | \end{methoddesc} |
---|
2084 | |
---|
2085 | \begin{methoddesc} {get\_boundary\_tags}{} |
---|
2086 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2087 | |
---|
2088 | Returns a list of the available boundary tags. |
---|
2089 | \end{methoddesc} |
---|
2090 | |
---|
2091 | %%% |
---|
2092 | \subsection{Predefined boundary conditions} |
---|
2093 | |
---|
2094 | \begin{classdesc}{Reflective\_boundary}{Boundary} |
---|
2095 | Module: \module{shallow\_water} |
---|
2096 | |
---|
2097 | Reflective boundary returns same conserved quantities as those present in |
---|
2098 | the neighbouring volume but reflected. |
---|
2099 | |
---|
2100 | This class is specific to the shallow water equation as it works with the |
---|
2101 | momentum quantities assumed to be the second and third conserved quantities. |
---|
2102 | \end{classdesc} |
---|
2103 | |
---|
2104 | %%% |
---|
2105 | \begin{classdesc}{Transmissive\_boundary}{domain = None} |
---|
2106 | Module: \module{abstract\_2d\_finite\_volumes.generic\_boundary\_conditions} |
---|
2107 | |
---|
2108 | A transmissive boundary returns the same conserved quantities as |
---|
2109 | those present in the neighbouring volume. |
---|
2110 | |
---|
2111 | The underlying domain must be specified when the boundary is instantiated. |
---|
2112 | \end{classdesc} |
---|
2113 | |
---|
2114 | %%% |
---|
2115 | \begin{classdesc}{Dirichlet\_boundary}{conserved_quantities=None} |
---|
2116 | Module: \module{abstract\_2d\_finite\_volumes.generic\_boundary\_conditions} |
---|
2117 | |
---|
2118 | A Dirichlet boundary returns constant values for each of conserved |
---|
2119 | quantities. In the example of \code{Dirichlet\_boundary([0.2, 0.0, 0.0])}, |
---|
2120 | the \code{stage} value at the boundary is 0.2 and the \code{xmomentum} and |
---|
2121 | \code{ymomentum} at the boundary are set to 0.0. The list must contain |
---|
2122 | a value for each conserved quantity. |
---|
2123 | \end{classdesc} |
---|
2124 | |
---|
2125 | %%% |
---|
2126 | \begin{classdesc}{Time\_boundary}{domain = None, f = None} |
---|
2127 | Module: \module{abstract\_2d\_finite\_volumes.generic\_boundary\_conditions} |
---|
2128 | |
---|
2129 | A time-dependent boundary returns values for the conserved |
---|
2130 | quantities as a function \code{f(t)} of time. The user must specify |
---|
2131 | the domain to get access to the model time. |
---|
2132 | \end{classdesc} |
---|
2133 | |
---|
2134 | %%% |
---|
2135 | \begin{classdesc}{File\_boundary}{Boundary} |
---|
2136 | Module: \module{abstract\_2d\_finite\_volumes.generic\_boundary\_conditions} |
---|
2137 | |
---|
2138 | This method may be used if the user wishes to apply a SWW file or |
---|
2139 | a time series file to a boundary segment or segments. |
---|
2140 | The boundary values are obtained from a file and interpolated to the |
---|
2141 | appropriate segments for each conserved quantity. |
---|
2142 | \end{classdesc} |
---|
2143 | |
---|
2144 | |
---|
2145 | |
---|
2146 | %%% |
---|
2147 | \begin{classdesc}{Transmissive\_Momentum\_Set\_Stage\_boundary}{Boundary} |
---|
2148 | Module: \module{shallow\_water} |
---|
2149 | |
---|
2150 | This boundary returns same momentum conserved quantities as |
---|
2151 | those present in its neighbour volume but sets stage as in a Time\_boundary. |
---|
2152 | The underlying domain must be specified when boundary is instantiated |
---|
2153 | |
---|
2154 | This type of boundary is useful when stage is known at the boundary as a |
---|
2155 | function of time, but momenta (or speeds) aren't. |
---|
2156 | |
---|
2157 | This class is specific to the shallow water equation as it works with the |
---|
2158 | momentum quantities assumed to be the second and third conserved quantities. |
---|
2159 | \end{classdesc} |
---|
2160 | |
---|
2161 | |
---|
2162 | \begin{classdesc}{Dirichlet\_Discharge\_boundary}{Boundary} |
---|
2163 | Module: \module{shallow\_water} |
---|
2164 | |
---|
2165 | Sets stage (stage0) |
---|
2166 | Sets momentum (wh0) in the inward normal direction. |
---|
2167 | \end{classdesc} |
---|
2168 | |
---|
2169 | |
---|
2170 | |
---|
2171 | \subsection{User-defined boundary conditions} |
---|
2172 | \label{sec:roll your own} |
---|
2173 | |
---|
2174 | All boundary classes must inherit from the generic boundary class |
---|
2175 | \code{Boundary} and have a method called \code{evaluate} which must |
---|
2176 | take as inputs \code{self, vol\_id, edge\_id} where self refers to the |
---|
2177 | object itself and vol\_id and edge\_id are integers referring to |
---|
2178 | particular edges. The method must return a list of three floating point |
---|
2179 | numbers representing values for \code{stage}, |
---|
2180 | \code{xmomentum} and \code{ymomentum}, respectively. |
---|
2181 | |
---|
2182 | The constructor of a particular boundary class may be used to specify |
---|
2183 | particular values or flags to be used by the \code{evaluate} method. |
---|
2184 | Please refer to the source code for the existing boundary conditions |
---|
2185 | for examples of how to implement boundary conditions. |
---|
2186 | |
---|
2187 | |
---|
2188 | |
---|
2189 | %\section{Forcing Functions} |
---|
2190 | % |
---|
2191 | %\anuga provides a number of predefined forcing functions to be used with ..... |
---|
2192 | |
---|
2193 | |
---|
2194 | |
---|
2195 | |
---|
2196 | \section{Evolution}\index{evolution} |
---|
2197 | |
---|
2198 | \begin{methoddesc}{evolve}{yieldstep = None, finaltime = None, duration = None, skip_initial_step = False} |
---|
2199 | |
---|
2200 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2201 | |
---|
2202 | This function (a method of \class{domain}) is invoked once all the |
---|
2203 | preliminaries have been completed, and causes the model to progress |
---|
2204 | through successive steps in its evolution, storing results and |
---|
2205 | outputting statistics whenever a user-specified period |
---|
2206 | \code{yieldstep} is completed (generally during this period the |
---|
2207 | model will evolve through several steps internally |
---|
2208 | as the method forces the water speed to be calculated |
---|
2209 | on successive new cells). The user |
---|
2210 | specifies the total time period over which the evolution is to take |
---|
2211 | place, by specifying values (in seconds) for either \code{duration} |
---|
2212 | or \code{finaltime}, as well as the interval in seconds after which |
---|
2213 | results are to be stored and statistics output. |
---|
2214 | |
---|
2215 | You can include \method{evolve} in a statement of the type: |
---|
2216 | |
---|
2217 | {\small \begin{verbatim} |
---|
2218 | for t in domain.evolve(yieldstep, finaltime): |
---|
2219 | <Do something with domain and t> |
---|
2220 | \end{verbatim}} |
---|
2221 | |
---|
2222 | \end{methoddesc} |
---|
2223 | |
---|
2224 | |
---|
2225 | |
---|
2226 | \subsection{Diagnostics} |
---|
2227 | |
---|
2228 | |
---|
2229 | \begin{funcdesc}{statistics}{} |
---|
2230 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2231 | |
---|
2232 | \end{funcdesc} |
---|
2233 | |
---|
2234 | \begin{funcdesc}{timestepping\_statistics}{} |
---|
2235 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2236 | |
---|
2237 | Returns a string of the following type for each |
---|
2238 | timestep: |
---|
2239 | |
---|
2240 | \code{Time = 0.9000, delta t in [0.00598964, 0.01177388], steps=12 |
---|
2241 | (12)} |
---|
2242 | |
---|
2243 | Here the numbers in \code{steps=12 (12)} indicate the number of steps taken and |
---|
2244 | the number of first-order steps, respectively. |
---|
2245 | \end{funcdesc} |
---|
2246 | |
---|
2247 | |
---|
2248 | \begin{funcdesc}{boundary\_statistics}{quantities = None, tags = None} |
---|
2249 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2250 | |
---|
2251 | Returns a string of the following type when \code{quantities = 'stage'} and \code{tags = ['top', 'bottom']}: |
---|
2252 | |
---|
2253 | {\small \begin{verbatim} |
---|
2254 | Boundary values at time 0.5000: |
---|
2255 | top: |
---|
2256 | stage in [ -0.25821218, -0.02499998] |
---|
2257 | bottom: |
---|
2258 | stage in [ -0.27098821, -0.02499974] |
---|
2259 | \end{verbatim}} |
---|
2260 | |
---|
2261 | \end{funcdesc} |
---|
2262 | |
---|
2263 | |
---|
2264 | \begin{funcdesc}{get\_quantity}{name, location='vertices', indices = None} |
---|
2265 | Module: \module{abstract\_2d\_finite\_volumes.domain} |
---|
2266 | |
---|
2267 | Allow access to individual quantities and their methods |
---|
2268 | |
---|
2269 | \end{funcdesc} |
---|
2270 | |
---|
2271 | |
---|
2272 | \begin{funcdesc}{get\_values}{location='vertices', indices = None} |
---|
2273 | Module: \module{abstract\_2d\_finite\_volumes.quantity} |
---|
2274 | |
---|
2275 | Extract values for quantity as an array |
---|
2276 | |
---|
2277 | \end{funcdesc} |
---|
2278 | |
---|
2279 | |
---|
2280 | \begin{funcdesc}{get\_integral}{} |
---|
2281 | Module: \module{abstract\_2d\_finite\_volumes.quantity} |
---|
2282 | |
---|
2283 | Return computed integral over entire domain for this quantity |
---|
2284 | |
---|
2285 | \end{funcdesc} |
---|
2286 | |
---|
2287 | |
---|
2288 | |
---|
2289 | |
---|
2290 | \begin{funcdesc}{get\_maximum\_value}{indices = None} |
---|
2291 | Module: \module{abstract\_2d\_finite\_volumes.quantity} |
---|
2292 | |
---|
2293 | Return maximum value of quantity (on centroids) |
---|
2294 | |
---|
2295 | Optional argument indices is the set of element ids that |
---|
2296 | the operation applies to. If omitted all elements are considered. |
---|
2297 | |
---|
2298 | We do not seek the maximum at vertices as each vertex can |
---|
2299 | have multiple values - one for each triangle sharing it. |
---|
2300 | \end{funcdesc} |
---|
2301 | |
---|
2302 | |
---|
2303 | |
---|
2304 | \begin{funcdesc}{get\_maximum\_location}{indices = None} |
---|
2305 | Module: \module{abstract\_2d\_finite\_volumes.quantity} |
---|
2306 | |
---|
2307 | Return location of maximum value of quantity (on centroids) |
---|
2308 | |
---|
2309 | Optional argument indices is the set of element ids that |
---|
2310 | the operation applies to. |
---|
2311 | |
---|
2312 | We do not seek the maximum at vertices as each vertex can |
---|
2313 | have multiple values - one for each triangle sharing it. |
---|
2314 | |
---|
2315 | If there are multiple cells with same maximum value, the |
---|
2316 | first cell encountered in the triangle array is returned. |
---|
2317 | \end{funcdesc} |
---|
2318 | |
---|
2319 | |
---|
2320 | |
---|
2321 | \begin{funcdesc}{get\_wet\_elements}{indices=None} |
---|
2322 | Module: \module{shallow\_water.shallow\_water\_domain} |
---|
2323 | |
---|
2324 | Return indices for elements where h $>$ minimum_allowed_height |
---|
2325 | Optional argument indices is the set of element ids that the operation applies to. |
---|
2326 | \end{funcdesc} |
---|
2327 | |
---|
2328 | |
---|
2329 | \begin{funcdesc}{get\_maximum\_inundation\_elevation}{indices=None} |
---|
2330 | Module: \module{shallow\_water.shallow\_water\_domain} |
---|
2331 | |
---|
2332 | Return highest elevation where h $>$ 0.\\ |
---|
2333 | Optional argument indices is the set of element ids that the operation applies to.\\ |
---|
2334 | |
---|
2335 | Example to find maximum runup elevation:\\ |
---|
2336 | z = domain.get_maximum_inundation_elevation() |
---|
2337 | \end{funcdesc} |
---|
2338 | |
---|
2339 | |
---|
2340 | \begin{funcdesc}{get\_maximum\_inundation\_location}{indices=None} |
---|
2341 | Module: \module{shallow\_water.shallow\_water\_domain} |
---|
2342 | |
---|
2343 | Return location (x,y) of highest elevation where h $>$ 0.\\ |
---|
2344 | Optional argument indices is the set of element ids that the operation applies to.\\ |
---|
2345 | |
---|
2346 | Example to find maximum runup location:\\ |
---|
2347 | x, y = domain.get_maximum_inundation_location() |
---|
2348 | \end{funcdesc} |
---|
2349 | |
---|
2350 | |
---|
2351 | |
---|
2352 | \section{Other} |
---|
2353 | |
---|
2354 | \begin{funcdesc}{domain.create\_quantity\_from\_expression}{string} |
---|
2355 | |
---|
2356 | Handy for creating derived quantities on-the-fly as for example |
---|
2357 | \begin{verbatim} |
---|
2358 | Depth = domain.create_quantity_from_expression('stage-elevation') |
---|
2359 | |
---|
2360 | exp = '(xmomentum*xmomentum + ymomentum*ymomentum)**0.5') |
---|
2361 | Absolute_momentum = domain.create_quantity_from_expression(exp) |
---|
2362 | \end{verbatim} |
---|
2363 | |
---|
2364 | %See also \file{Analytical\_solution\_circular\_hydraulic\_jump.py} for an example of use. |
---|
2365 | \end{funcdesc} |
---|
2366 | |
---|
2367 | |
---|
2368 | |
---|
2369 | |
---|
2370 | |
---|
2371 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2372 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2373 | |
---|
2374 | \chapter{\anuga System Architecture} |
---|
2375 | |
---|
2376 | |
---|
2377 | \section{File Formats} |
---|
2378 | \label{sec:file formats} |
---|
2379 | |
---|
2380 | \anuga makes use of a number of different file formats. The |
---|
2381 | following table lists all these formats, which are described in more |
---|
2382 | detail in the paragraphs below. |
---|
2383 | |
---|
2384 | \bigskip |
---|
2385 | |
---|
2386 | \begin{center} |
---|
2387 | |
---|
2388 | \begin{tabular}{|ll|} \hline |
---|
2389 | |
---|
2390 | \textbf{Extension} & \textbf{Description} \\ |
---|
2391 | \hline\hline |
---|
2392 | |
---|
2393 | \code{.sww} & NetCDF format for storing model output |
---|
2394 | \code{f(t,x,y)}\\ |
---|
2395 | |
---|
2396 | \code{.tms} & NetCDF format for storing time series \code{f(t)}\\ |
---|
2397 | |
---|
2398 | \code{.xya} & ASCII format for storing arbitrary points and |
---|
2399 | associated attributes\\ |
---|
2400 | |
---|
2401 | \code{.pts} & NetCDF format for storing arbitrary points and |
---|
2402 | associated attributes\\ |
---|
2403 | |
---|
2404 | \code{.asc} & ASCII format of regular DEMs as output from ArcView\\ |
---|
2405 | |
---|
2406 | \code{.prj} & Associated ArcView file giving more metadata for |
---|
2407 | \code{.asc} format\\ |
---|
2408 | |
---|
2409 | \code{.ers} & ERMapper header format of regular DEMs for ArcView\\ |
---|
2410 | |
---|
2411 | \code{.dem} & NetCDF representation of regular DEM data\\ |
---|
2412 | |
---|
2413 | \code{.tsh} & ASCII format for storing meshes and associated |
---|
2414 | boundary and region info\\ |
---|
2415 | |
---|
2416 | \code{.msh} & NetCDF format for storing meshes and associated |
---|
2417 | boundary and region info\\ |
---|
2418 | |
---|
2419 | \code{.nc} & Native ferret NetCDF format\\ |
---|
2420 | |
---|
2421 | \code{.geo} & Houdinis ASCII geometry format (?) \\ \par \hline |
---|
2422 | %\caption{File formats used by \anuga} |
---|
2423 | \end{tabular} |
---|
2424 | |
---|
2425 | |
---|
2426 | \end{center} |
---|
2427 | |
---|
2428 | The above table shows the file extensions used to identify the |
---|
2429 | formats of files. However, typically, in referring to a format we |
---|
2430 | capitalise the extension and omit the initial full stop---thus, we |
---|
2431 | refer, for example, to `SWW files' or `PRJ files'. |
---|
2432 | |
---|
2433 | \bigskip |
---|
2434 | |
---|
2435 | A typical dataflow can be described as follows: |
---|
2436 | |
---|
2437 | \subsection{Manually Created Files} |
---|
2438 | |
---|
2439 | \begin{tabular}{ll} |
---|
2440 | ASC, PRJ & Digital elevation models (gridded)\\ |
---|
2441 | NC & Model outputs for use as boundary conditions (e.g. from MOST) |
---|
2442 | \end{tabular} |
---|
2443 | |
---|
2444 | \subsection{Automatically Created Files} |
---|
2445 | |
---|
2446 | \begin{tabular}{ll} |
---|
2447 | ASC, PRJ $\rightarrow$ DEM $\rightarrow$ PTS & Convert |
---|
2448 | DEMs to native \code{.pts} file\\ |
---|
2449 | |
---|
2450 | NC $\rightarrow$ SWW & Convert MOST boundary files to |
---|
2451 | boundary \code{.sww}\\ |
---|
2452 | |
---|
2453 | PTS + TSH $\rightarrow$ TSH with elevation & Least squares fit\\ |
---|
2454 | |
---|
2455 | TSH $\rightarrow$ SWW & Convert TSH to \code{.sww}-viewable using |
---|
2456 | \code{animate}\\ |
---|
2457 | |
---|
2458 | TSH + Boundary SWW $\rightarrow$ SWW & Simulation using |
---|
2459 | \code{\anuga}\\ |
---|
2460 | |
---|
2461 | Polygonal mesh outline $\rightarrow$ & TSH or MSH |
---|
2462 | \end{tabular} |
---|
2463 | |
---|
2464 | |
---|
2465 | |
---|
2466 | |
---|
2467 | \bigskip |
---|
2468 | |
---|
2469 | \subsection{SWW and TMS Formats} |
---|
2470 | |
---|
2471 | The SWW and TMS formats are both NetCDF formats, and are of key |
---|
2472 | importance for \anuga. |
---|
2473 | |
---|
2474 | An SWW file is used for storing \anuga output and therefore pertains |
---|
2475 | to a set of points and a set of times at which a model is evaluated. |
---|
2476 | It contains, in addition to dimension information, the following |
---|
2477 | variables: |
---|
2478 | |
---|
2479 | \begin{itemize} |
---|
2480 | \item \code{x} and \code{y}: coordinates of the points, represented as Numeric arrays |
---|
2481 | \item \code{elevation}, a Numeric array storing bed-elevations |
---|
2482 | \item \code{volumes}, a list specifying the points at the vertices of each of the |
---|
2483 | triangles |
---|
2484 | % Refer here to the example to be provided in describing the simple example |
---|
2485 | \item \code{time}, a Numeric array containing times for model |
---|
2486 | evaluation |
---|
2487 | \end{itemize} |
---|
2488 | |
---|
2489 | |
---|
2490 | The contents of an SWW file may be viewed using the anuga viewer |
---|
2491 | \code{animate}, which creates an on-screen geometric |
---|
2492 | representation. See section \ref{sec:animate} (page |
---|
2493 | \pageref{sec:animate}) in Appendix \ref{ch:supportingtools} for more |
---|
2494 | on \code{animate}. |
---|
2495 | |
---|
2496 | Alternatively, there are tools, such as \code{ncdump}, that allow |
---|
2497 | you to convert an NetCDF file into a readable format such as the |
---|
2498 | Class Definition Language (CDL). The following is an excerpt from a |
---|
2499 | CDL representation of the output file \file{runup.sww} generated |
---|
2500 | from running the simple example \file{runup.py} of |
---|
2501 | Chapter \ref{ch:getstarted}: |
---|
2502 | |
---|
2503 | \verbatiminput{examples/bedslopeexcerpt.cdl} |
---|
2504 | |
---|
2505 | The SWW format is used not only for output but also serves as input |
---|
2506 | for functions such as \function{file\_boundary} and |
---|
2507 | \function{file\_function}, described in Chapter \ref{ch:interface}. |
---|
2508 | |
---|
2509 | A TMS file is used to store time series data that is independent of |
---|
2510 | position. |
---|
2511 | |
---|
2512 | |
---|
2513 | \subsection{Mesh File Formats} |
---|
2514 | |
---|
2515 | A mesh file is a file that has a specific format suited to |
---|
2516 | triangular meshes and their outlines. A mesh file can have one of |
---|
2517 | two formats: it can be either a TSH file, which is an ASCII file, or |
---|
2518 | an MSH file, which is a NetCDF file. A mesh file can be generated |
---|
2519 | from the function \function{create\_mesh\_from\_regions} (see |
---|
2520 | Section \ref{sec:meshgeneration}) and used to initialise a domain. |
---|
2521 | |
---|
2522 | A mesh file can define the outline of the mesh---the vertices and |
---|
2523 | line segments that enclose the region in which the mesh is |
---|
2524 | created---and the triangular mesh itself, which is specified by |
---|
2525 | listing the triangles and their vertices, and the segments, which |
---|
2526 | are those sides of the triangles that are associated with boundary |
---|
2527 | conditions. |
---|
2528 | |
---|
2529 | In addition, a mesh file may contain `holes' and/or `regions'. A |
---|
2530 | hole represents an area where no mesh is to be created, while a |
---|
2531 | region is a labelled area used for defining properties of a mesh, |
---|
2532 | such as friction values. A hole or region is specified by a point |
---|
2533 | and bounded by a number of segments that enclose that point. |
---|
2534 | |
---|
2535 | A mesh file can also contain a georeference, which describes an |
---|
2536 | offset to be applied to $x$ and $y$ values---eg to the vertices. |
---|
2537 | |
---|
2538 | |
---|
2539 | \subsection{Formats for Storing Arbitrary Points and Attributes} |
---|
2540 | |
---|
2541 | An XYA file is used to store data representing arbitrary numerical |
---|
2542 | attributes associated with a set of points. |
---|
2543 | |
---|
2544 | The format for an XYA file is:\\ |
---|
2545 | %\begin{verbatim} |
---|
2546 | |
---|
2547 | first line: \code{[attribute names]}\\ |
---|
2548 | other lines: \code{x y [attributes]}\\ |
---|
2549 | |
---|
2550 | for example:\\ |
---|
2551 | \code{elevation, friction}\\ |
---|
2552 | \code{0.6, 0.7, 4.9, 0.3}\\ |
---|
2553 | \code{1.9, 2.8, 5, 0.3}\\ |
---|
2554 | \code{2.7, 2.4, 5.2, 0.3} |
---|
2555 | |
---|
2556 | The first two columns are always implicitly assumed to be $x$, $y$ coordinates. |
---|
2557 | Use the same delimiter for the attribute names and the data. |
---|
2558 | |
---|
2559 | An XYA file can optionally end with a description of the georeference: |
---|
2560 | |
---|
2561 | \code{\#geo reference}\\ |
---|
2562 | \code{56}\\ |
---|
2563 | \code{466600.0}\\ |
---|
2564 | \code{8644444.0} |
---|
2565 | |
---|
2566 | Here the first number specifies the UTM zone (in this case zone 56) and other numbers specify the |
---|
2567 | easting and northing |
---|
2568 | coordinates (in this case (466600.0, 8644444.0)) of the lower left corner. |
---|
2569 | |
---|
2570 | A PTS file is a NetCDF representation of the data held in an XYA |
---|
2571 | file. If the data is associated with a set of $N$ points, then the |
---|
2572 | data is stored using an $N \times 2$ Numeric array of float |
---|
2573 | variables for the points and an $N \times 1$ Numeric array for each |
---|
2574 | attribute. |
---|
2575 | |
---|
2576 | %\end{verbatim} |
---|
2577 | |
---|
2578 | \subsection{ArcView Formats} |
---|
2579 | |
---|
2580 | Files of the three formats ASC, PRJ and ERS are all associated with |
---|
2581 | data from ArcView. |
---|
2582 | |
---|
2583 | An ASC file is an ASCII representation of DEM output from ArcView. |
---|
2584 | It contains a header with the following format: |
---|
2585 | |
---|
2586 | \begin{tabular}{l l} |
---|
2587 | \code{ncols} & \code{753}\\ |
---|
2588 | \code{nrows} & \code{766}\\ |
---|
2589 | \code{xllcorner} & \code{314036.58727982}\\ |
---|
2590 | \code{yllcorner} & \code{6224951.2960092}\\ |
---|
2591 | \code{cellsize} & \code{100}\\ |
---|
2592 | \code{NODATA_value} & \code{-9999} |
---|
2593 | \end{tabular} |
---|
2594 | |
---|
2595 | The remainder of the file contains the elevation data for each grid point |
---|
2596 | in the grid defined by the above information. |
---|
2597 | |
---|
2598 | A PRJ file is an ArcView file used in conjunction with an ASC file |
---|
2599 | to represent metadata for a DEM. |
---|
2600 | |
---|
2601 | |
---|
2602 | \subsection{DEM Format} |
---|
2603 | |
---|
2604 | A DEM file is a NetCDF representation of regular DEM data. |
---|
2605 | |
---|
2606 | |
---|
2607 | \subsection{Other Formats} |
---|
2608 | |
---|
2609 | |
---|
2610 | |
---|
2611 | |
---|
2612 | \subsection{Basic File Conversions} |
---|
2613 | \label{sec:basicfileconversions} |
---|
2614 | |
---|
2615 | \begin{funcdesc}{sww2dem}{basename_in, basename_out = None, |
---|
2616 | quantity = None, |
---|
2617 | timestep = None, |
---|
2618 | reduction = None, |
---|
2619 | cellsize = 10, |
---|
2620 | NODATA_value = -9999, |
---|
2621 | easting_min = None, |
---|
2622 | easting_max = None, |
---|
2623 | northing_min = None, |
---|
2624 | northing_max = None, |
---|
2625 | expand_search = False, |
---|
2626 | verbose = False, |
---|
2627 | origin = None, |
---|
2628 | datum = 'WGS84', |
---|
2629 | format = 'ers'} |
---|
2630 | Module: \module{shallow\_water.data\_manager} |
---|
2631 | |
---|
2632 | Takes data from an SWW file \code{basename_in} and converts it to DEM format (ASC or |
---|
2633 | ERS) of a desired grid size \code{cellsize} in metres. |
---|
2634 | The easting and northing values are used if the user wished to clip the output |
---|
2635 | file to a specified rectangular area. The \code{reduction} input refers to a function |
---|
2636 | to reduce the quantities over all time step of the SWW file, example, maximum. |
---|
2637 | \end{funcdesc} |
---|
2638 | |
---|
2639 | |
---|
2640 | \begin{funcdesc}{dem2pts}{basename_in, basename_out=None, |
---|
2641 | easting_min=None, easting_max=None, |
---|
2642 | northing_min=None, northing_max=None, |
---|
2643 | use_cache=False, verbose=False} |
---|
2644 | Module: \module{shallow\_water.data\_manager} |
---|
2645 | |
---|
2646 | Takes DEM data (a NetCDF file representation of data from a regular Digital |
---|
2647 | Elevation Model) and converts it to PTS format. |
---|
2648 | \end{funcdesc} |
---|
2649 | |
---|
2650 | |
---|
2651 | |
---|
2652 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2653 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2654 | |
---|
2655 | \chapter{Basic \anuga Assumptions} |
---|
2656 | |
---|
2657 | |
---|
2658 | Physical model time cannot be earlier than 1 Jan 1970 00:00:00. |
---|
2659 | If one wished to recreate scenarios prior to that date it must be done |
---|
2660 | using some relative time (e.g. 0). |
---|
2661 | |
---|
2662 | |
---|
2663 | All spatial data relates to the WGS84 datum (or GDA94) and has been |
---|
2664 | projected into UTM with false easting of 500000 and false northing of |
---|
2665 | 1000000 on the southern hemisphere (0 on the northern). |
---|
2666 | |
---|
2667 | It is assumed that all computations take place within one UTM zone. |
---|
2668 | |
---|
2669 | DEMs, meshes and boundary conditions can have different origins within |
---|
2670 | one UTM zone. However, the computation will use that of the mesh for |
---|
2671 | numerical stability. |
---|
2672 | |
---|
2673 | When generating a mesh it is assumed that polygons do not cross. |
---|
2674 | Having polygons tht cross can cause the mesh generation to fail or bad |
---|
2675 | meshes being produced. |
---|
2676 | |
---|
2677 | |
---|
2678 | %OLD |
---|
2679 | %The dataflow is: (See data_manager.py and from scenarios) |
---|
2680 | % |
---|
2681 | % |
---|
2682 | %Simulation scenarios |
---|
2683 | %--------------------% |
---|
2684 | %% |
---|
2685 | % |
---|
2686 | %Sub directories contain scrips and derived files for each simulation. |
---|
2687 | %The directory ../source_data contains large source files such as |
---|
2688 | %DEMs provided externally as well as MOST tsunami simulations to be used |
---|
2689 | %as boundary conditions. |
---|
2690 | % |
---|
2691 | %Manual steps are: |
---|
2692 | % Creation of DEMs from argcview (.asc + .prj) |
---|
2693 | % Creation of mesh from pmesh (.tsh) |
---|
2694 | % Creation of tsunami simulations from MOST (.nc) |
---|
2695 | %% |
---|
2696 | % |
---|
2697 | %Typical scripted steps are% |
---|
2698 | % |
---|
2699 | % prepare_dem.py: Convert asc and prj files supplied by arcview to |
---|
2700 | % native dem and pts formats% |
---|
2701 | % |
---|
2702 | % prepare_pts.py: Convert netcdf output from MOST to an sww file suitable |
---|
2703 | % as boundary condition% |
---|
2704 | % |
---|
2705 | % prepare_mesh.py: Merge DEM (pts) and mesh (tsh) using least squares |
---|
2706 | % smoothing. The outputs are tsh files with elevation data.% |
---|
2707 | % |
---|
2708 | % run_simulation.py: Use the above together with various parameters to |
---|
2709 | % run inundation simulation. |
---|
2710 | |
---|
2711 | |
---|
2712 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2713 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
2714 | |
---|
2715 | \appendix |
---|
2716 | |
---|
2717 | \chapter{Supporting Tools} |
---|
2718 | \label{ch:supportingtools} |
---|
2719 | |
---|
2720 | This section describes a number of supporting tools, supplied with \anuga, that offer a |
---|
2721 | variety of types of functionality and enhance the basic capabilities of \anuga. |
---|
2722 | |
---|
2723 | \section{caching} |
---|
2724 | \label{sec:caching} |
---|
2725 | |
---|
2726 | The \code{cache} function is used to provide supervised caching of function |
---|
2727 | results. A Python function call of the form |
---|
2728 | |
---|
2729 | {\small \begin{verbatim} |
---|
2730 | result = func(arg1,...,argn) |
---|
2731 | \end{verbatim}} |
---|
2732 | |
---|
2733 | can be replaced by |
---|
2734 | |
---|
2735 | {\small \begin{verbatim} |
---|
2736 | from caching import cache |
---|
2737 | result = cache(func,(arg1,...,argn)) |
---|
2738 | \end{verbatim}} |
---|
2739 | |
---|
2740 | which returns the same output but reuses cached |
---|
2741 | results if the function has been computed previously in the same context. |
---|
2742 | \code{result} and the arguments can be simple types, tuples, list, dictionaries or |
---|
2743 | objects, but not unhashable types such as functions or open file objects. |
---|
2744 | The function \code{func} may be a member function of an object or a module. |
---|
2745 | |
---|
2746 | This type of caching is particularly useful for computationally intensive |
---|
2747 | functions with few frequently used combinations of input arguments. Note that |
---|
2748 | if the inputs or output are very large caching may not save time because |
---|
2749 | disc access may dominate the execution time. |
---|
2750 | |
---|
2751 | If the function definition changes after a result has been cached, this will be |
---|
2752 | detected by examining the functions \code{bytecode (co\_code, co\_consts, |
---|
2753 | func\_defaults, co\_argcount)} and the function will be recomputed. |
---|
2754 | However, caching will not detect changes in modules used by \code{func}. |
---|
2755 | In this case cache must be cleared manually. |
---|
2756 | |
---|
2757 | Options are set by means of the function \code{set\_option(key, value)}, |
---|
2758 | where \code{key} is a key associated with a |
---|
2759 | Python dictionary \code{options}. This dictionary stores settings such as the name of |
---|
2760 | the directory used, the maximum |
---|
2761 | number of cached files allowed, and so on. |
---|
2762 | |
---|
2763 | The \code{cache} function allows the user also to specify a list of dependent files. If any of these |
---|
2764 | have been changed, the function is recomputed and the results stored again. |
---|
2765 | |
---|
2766 | %Other features include support for compression and a capability to \ldots |
---|
2767 | |
---|
2768 | |
---|
2769 | \textbf{USAGE:} \nopagebreak |
---|
2770 | |
---|
2771 | {\small \begin{verbatim} |
---|
2772 | result = cache(func, args, kwargs, dependencies, cachedir, verbose, |
---|
2773 | compression, evaluate, test, return_filename) |
---|
2774 | \end{verbatim}} |
---|
2775 | |
---|
2776 | |
---|
2777 | \section{ANUGA viewer - animate} |
---|
2778 | \label{sec:animate} |
---|
2779 | The output generated by \anuga may be viewed by |
---|
2780 | means of the visualisation tool \code{animate}, which takes the |
---|
2781 | \code{SWW} file output by \anuga and creates a visual representation |
---|
2782 | of the data. Examples may be seen in Figures \ref{fig:runupstart} |
---|
2783 | and \ref{fig:runup2}. To view an \code{SWW} file with |
---|
2784 | \code{animate} in the Windows environment, you can simply drag the |
---|
2785 | icon representing the file over an icon on the desktop for the |
---|
2786 | \code{animate} executable file (or a shortcut to it), or set up a |
---|
2787 | file association to make files with the extension \code{.sww} open |
---|
2788 | with \code{animate}. Alternatively, you can operate \code{animate} |
---|
2789 | from the command line, in both Windows and Linux environments. |
---|
2790 | |
---|
2791 | On successful operation, you will see an interactive moving-picture |
---|
2792 | display. You can use keys and the mouse to slow down, speed up or |
---|
2793 | stop the display, change the viewing position or carry out a number |
---|
2794 | of other simple operations. Help is also displayed when you press |
---|
2795 | the \code{h} key. |
---|
2796 | |
---|
2797 | The main keys operating the interactive screen are:\\ |
---|
2798 | |
---|
2799 | \begin{center} |
---|
2800 | \begin{tabular}{|ll|} \hline |
---|
2801 | |
---|
2802 | \code{w} & toggle wireframe \\ |
---|
2803 | |
---|
2804 | space bar & start/stop\\ |
---|
2805 | |
---|
2806 | up/down arrows & increase/decrease speed\\ |
---|
2807 | |
---|
2808 | left/right arrows & direction in time \emph{(when running)}\\ |
---|
2809 | & step through simulation \emph{(when stopped)}\\ |
---|
2810 | |
---|
2811 | left mouse button & rotate\\ |
---|
2812 | |
---|
2813 | middle mouse button & pan\\ |
---|
2814 | |
---|
2815 | right mouse button & zoom\\ \hline |
---|
2816 | |
---|
2817 | \end{tabular} |
---|
2818 | \end{center} |
---|
2819 | |
---|
2820 | \vfill |
---|
2821 | |
---|
2822 | The following table describes how to operate animate from the command line: |
---|
2823 | |
---|
2824 | Usage: \code{animate [options] swwfile \ldots}\\ \nopagebreak |
---|
2825 | Options:\\ \nopagebreak |
---|
2826 | \begin{tabular}{ll} |
---|
2827 | \code{--display <type>} & \code{MONITOR | POWERWALL | REALITY\_CENTER |}\\ |
---|
2828 | & \code{HEAD\_MOUNTED\_DISPLAY}\\ |
---|
2829 | \code{--rgba} & Request a RGBA colour buffer visual\\ |
---|
2830 | \code{--stencil} & Request a stencil buffer visual\\ |
---|
2831 | \code{--stereo} & Use default stereo mode which is \code{ANAGLYPHIC} if not \\ |
---|
2832 | & overridden by environmental variable\\ |
---|
2833 | \code{--stereo <mode>} & \code{ANAGLYPHIC | QUAD\_BUFFER | HORIZONTAL\_SPLIT |}\\ |
---|
2834 | & \code{VERTICAL\_SPLIT | LEFT\_EYE | RIGHT\_EYE |}\\ |
---|
2835 | & \code{ON | OFF} \\ |
---|
2836 | \code{-alphamax <float 0-1>} & Maximum transparency clamp value\\ |
---|
2837 | \code{-alphamin <float 0-1>} & Transparency value at \code{hmin}\\ |
---|
2838 | \end{tabular} |
---|
2839 | |
---|
2840 | \begin{tabular}{ll} |
---|
2841 | \code{-cullangle <float angle 0-90>} & Cull triangles steeper than this value\\ |
---|
2842 | \code{-help} & Display this information\\ |
---|
2843 | \code{-hmax <float>} & Height above which transparency is set to |
---|
2844 | \code{alphamax}\\ |
---|
2845 | \end{tabular} |
---|
2846 | |
---|
2847 | \begin{tabular}{ll} |
---|
2848 | |
---|
2849 | \code{-hmin <float>} & Height below which transparency is set to |
---|
2850 | zero\\ |
---|
2851 | \end{tabular} |
---|
2852 | |
---|
2853 | \begin{tabular}{ll} |
---|
2854 | \code{-lightpos <float>,<float>,<float>} & $x,y,z$ of bedslope directional light ($z$ is |
---|
2855 | up, default is overhead)\\ |
---|
2856 | \end{tabular} |
---|
2857 | |
---|
2858 | \begin{tabular}{ll} |
---|
2859 | \code{-loop} & Repeated (looped) playback of \code{.swm} files\\ |
---|
2860 | |
---|
2861 | \end{tabular} |
---|
2862 | |
---|
2863 | \begin{tabular}{ll} |
---|
2864 | \code{-movie <dirname>} & Save numbered images to named directory and |
---|
2865 | quit\\ |
---|
2866 | |
---|
2867 | \code{-nosky} & Omit background sky\\ |
---|
2868 | |
---|
2869 | |
---|
2870 | \code{-scale <float>} & Vertical scale factor\\ |
---|
2871 | \code{-texture <file>} & Image to use for bedslope topography\\ |
---|
2872 | \code{-tps <rate>} & Timesteps per second\\ |
---|
2873 | \code{-version} & Revision number and creation (not compile) |
---|
2874 | date\\ |
---|
2875 | \end{tabular} |
---|
2876 | |
---|
2877 | \section{utilities/polygons} |
---|
2878 | |
---|
2879 | \declaremodule{standard}{utilities.polygon} |
---|
2880 | \refmodindex{utilities.polygon} |
---|
2881 | |
---|
2882 | \begin{classdesc}{Polygon\_function}{regions, default = 0.0, geo_reference = None} |
---|
2883 | Module: \code{utilities.polygon} |
---|
2884 | |
---|
2885 | Creates a callable object that returns one of a specified list of values when |
---|
2886 | evaluated at a point \code{x, y}, depending on which polygon, from a specified list of polygons, the |
---|
2887 | point belongs to. The parameter \code{regions} is a list of pairs |
---|
2888 | \code{(P, v)}, where each \code{P} is a polygon and each \code{v} |
---|
2889 | is either a constant value or a function of coordinates \code{x} |
---|
2890 | and \code{y}, specifying the return value for a point inside \code{P}. The |
---|
2891 | optional parameter \code{default} may be used to specify a value |
---|
2892 | for a point not lying inside any of the specified polygons. When a |
---|
2893 | point lies in more than one polygon, the return value is taken to |
---|
2894 | be the value for whichever of these polygon appears later in the |
---|
2895 | list. |
---|
2896 | %FIXME (Howard): CAN x, y BE VECTORS? |
---|
2897 | |
---|
2898 | \end{classdesc} |
---|
2899 | |
---|
2900 | \begin{funcdesc}{read\_polygon}{filename} |
---|
2901 | Module: \code{utilities.polygon} |
---|
2902 | |
---|
2903 | Reads the specified file and returns a polygon. Each |
---|
2904 | line of the file must contain exactly two numbers, separated by a comma, which are interpreted |
---|
2905 | as coordinates of one vertex of the polygon. |
---|
2906 | \end{funcdesc} |
---|
2907 | |
---|
2908 | \begin{funcdesc}{populate\_polygon}{polygon, number_of_points, seed = None, exclude = None} |
---|
2909 | Module: \code{utilities.polygon} |
---|
2910 | |
---|
2911 | Populates the interior of the specified polygon with the specified number of points, |
---|
2912 | selected by means of a uniform distribution function. |
---|
2913 | \end{funcdesc} |
---|
2914 | |
---|
2915 | \begin{funcdesc}{point\_in\_polygon}{polygon, delta=1e-8} |
---|
2916 | Module: \code{utilities.polygon} |
---|
2917 | |
---|
2918 | Returns a point inside the specified polygon and close to the edge. The distance between |
---|
2919 | the returned point and the nearest point of the polygon is less than $\sqrt{2}$ times the |
---|
2920 | second argument \code{delta}, which is taken as $10^{-8}$ by default. |
---|
2921 | \end{funcdesc} |
---|
2922 | |
---|
2923 | \begin{funcdesc}{inside\_polygon}{points, polygon, closed = True, verbose = False} |
---|
2924 | Module: \code{utilities.polygon} |
---|
2925 | |
---|
2926 | Used to test whether the members of a list of points |
---|
2927 | are inside the specified polygon. Returns a Numeric |
---|
2928 | array comprising the indices of the points in the list that lie inside the polygon. |
---|
2929 | (If none of the points are inside, returns \code{zeros((0,), 'l')}.) |
---|
2930 | Points on the edges of the polygon are regarded as inside if |
---|
2931 | \code{closed} is set to \code{True} or omitted; otherwise they are regarded as outside. |
---|
2932 | \end{funcdesc} |
---|
2933 | |
---|
2934 | \begin{funcdesc}{outside\_polygon}{points, polygon, closed = True, verbose = False} |
---|
2935 | Module: \code{utilities.polygon} |
---|
2936 | |
---|
2937 | Exactly like \code{inside\_polygon}, but with the words `inside' and `outside' interchanged. |
---|
2938 | \end{funcdesc} |
---|
2939 | |
---|
2940 | \begin{funcdesc}{is\_inside\_polygon}{point, polygon, closed=True, verbose=False} |
---|
2941 | Module: \code{utilities.polygon} |
---|
2942 | |
---|
2943 | Returns \code{True} if \code{point} is inside \code{polygon} or |
---|
2944 | \code{False} otherwise. Points on the edges of the polygon are regarded as inside if |
---|
2945 | \code{closed} is set to \code{True} or omitted; otherwise they are regarded as outside. |
---|
2946 | \end{funcdesc} |
---|
2947 | |
---|
2948 | \begin{funcdesc}{is\_outside\_polygon}{point, polygon, closed=True, verbose=False} |
---|
2949 | Module: \code{utilities.polygon} |
---|
2950 | |
---|
2951 | Exactly like \code{is\_outside\_polygon}, but with the words `inside' and `outside' interchanged. |
---|
2952 | \end{funcdesc} |
---|
2953 | |
---|
2954 | \begin{funcdesc}{point\_on\_line}{x, y, x0, y0, x1, y1} |
---|
2955 | Module: \code{utilities.polygon} |
---|
2956 | |
---|
2957 | Returns \code{True} or \code{False}, depending on whether the point with coordinates |
---|
2958 | \code{x, y} is on the line passing through the points with coordinates \code{x0, y0} |
---|
2959 | and \code{x1, y1} (extended if necessary at either end). |
---|
2960 | \end{funcdesc} |
---|
2961 | |
---|
2962 | \begin{funcdesc}{separate\_points\_by\_polygon}{points, polygon, closed = True, verbose = False} |
---|
2963 | \indexedcode{separate\_points\_by\_polygon} |
---|
2964 | Module: \code{utilities.polygon} |
---|
2965 | |
---|
2966 | \end{funcdesc} |
---|
2967 | |
---|
2968 | \begin{funcdesc}{polygon\_area}{polygon} |
---|
2969 | Module: \code{utilities.polygon} |
---|
2970 | |
---|
2971 | Returns area of arbitrary polygon (reference http://mathworld.wolfram.com/PolygonArea.html) |
---|
2972 | \end{funcdesc} |
---|
2973 | |
---|
2974 | \begin{funcdesc}{plot\_polygons}{polygons, figname, verbose = False} |
---|
2975 | Module: \code{utilities.polygon} |
---|
2976 | |
---|
2977 | Plots each polygon contained in input polygon list, e.g. |
---|
2978 | \code{polygons = [poly1, poly2, poly3]} where \code{poly1 = [[x11,y11],[x12,y12],[x13,y13]]} |
---|
2979 | etc. Each polygon is closed for plotting purposes and subsequent plot saved to \code{figname}. |
---|
2980 | Returns list containing the minimum and maximum of \code{x} and \code{y}, |
---|
2981 | i.e. \code{[x_{min}, x_{max}, y_{min}, y_{max}]}. |
---|
2982 | \end{funcdesc} |
---|
2983 | |
---|
2984 | \section{coordinate\_transforms} |
---|
2985 | |
---|
2986 | \section{geospatial\_data} |
---|
2987 | \label{sec:geospatial} |
---|
2988 | |
---|
2989 | This describes a class that represents arbitrary point data in UTM |
---|
2990 | coordinates along with named attribute values. |
---|
2991 | |
---|
2992 | %FIXME (Ole): This gives a LaTeX error |
---|
2993 | %\declaremodule{standard}{geospatial_data} |
---|
2994 | %\refmodindex{geospatial_data} |
---|
2995 | |
---|
2996 | |
---|
2997 | |
---|
2998 | \begin{classdesc}{Geospatial\_data} |
---|
2999 | {data_points = None, |
---|
3000 | attributes = None, |
---|
3001 | geo_reference = None, |
---|
3002 | default_attribute_name = None, |
---|
3003 | file_name = None} |
---|
3004 | Module: \code{geospatial\_data} |
---|
3005 | |
---|
3006 | This class is used to store a set of data points and associated |
---|
3007 | attributes, allowing these to be manipulated by methods defined for |
---|
3008 | the class. |
---|
3009 | |
---|
3010 | The data points are specified either by reading them from a NetCDF |
---|
3011 | or XYA file, identified through the parameter \code{file\_name}, or |
---|
3012 | by providing their \code{x}- and \code{y}-coordinates in metres, |
---|
3013 | either as a sequence of 2-tuples of floats or as an $M \times 2$ |
---|
3014 | Numeric array of floats, where $M$ is the number of points. |
---|
3015 | Coordinates are interpreted relative to the origin specified by the |
---|
3016 | object \code{geo\_reference}, which contains data indicating the UTM |
---|
3017 | zone, easting and northing. If \code{geo\_reference} is not |
---|
3018 | specified, a default is used. |
---|
3019 | |
---|
3020 | Attributes are specified through the parameter \code{attributes}, |
---|
3021 | set either to a list or array of length $M$ or to a dictionary whose |
---|
3022 | keys are the attribute names and whose values are lists or arrays of |
---|
3023 | length $M$. One of the attributes may be specified as the default |
---|
3024 | attribute, by assigning its name to \code{default\_attribute\_name}. |
---|
3025 | If no value is specified, the default attribute is taken to be the |
---|
3026 | first one. |
---|
3027 | \end{classdesc} |
---|
3028 | |
---|
3029 | |
---|
3030 | \begin{methoddesc}{import\_points\_file}{delimiter = None, verbose = False} |
---|
3031 | |
---|
3032 | \end{methoddesc} |
---|
3033 | |
---|
3034 | |
---|
3035 | \begin{methoddesc}{export\_points\_file}{ofile, absolute=False} |
---|
3036 | |
---|
3037 | \end{methoddesc} |
---|
3038 | |
---|
3039 | |
---|
3040 | \begin{methoddesc}{get\_data\_points}{absolute = True} |
---|
3041 | |
---|
3042 | \end{methoddesc} |
---|
3043 | |
---|
3044 | |
---|
3045 | \begin{methoddesc}{set\_attributes}{attributes} |
---|
3046 | |
---|
3047 | \end{methoddesc} |
---|
3048 | |
---|
3049 | |
---|
3050 | \begin{methoddesc}{get\_attributes}{attribute_name = None} |
---|
3051 | |
---|
3052 | \end{methoddesc} |
---|
3053 | |
---|
3054 | |
---|
3055 | \begin{methoddesc}{get\_all\_attributes}{} |
---|
3056 | |
---|
3057 | \end{methoddesc} |
---|
3058 | |
---|
3059 | |
---|
3060 | \begin{methoddesc}{set\_default\_attribute\_name}{default_attribute_name} |
---|
3061 | |
---|
3062 | \end{methoddesc} |
---|
3063 | |
---|
3064 | |
---|
3065 | \begin{methoddesc}{set\_geo\_reference}{geo_reference} |
---|
3066 | |
---|
3067 | \end{methoddesc} |
---|
3068 | |
---|
3069 | |
---|
3070 | \begin{methoddesc}{add}{} |
---|
3071 | |
---|
3072 | \end{methoddesc} |
---|
3073 | |
---|
3074 | |
---|
3075 | \begin{methoddesc}{clip}{} |
---|
3076 | Clip geospatial data by a polygon |
---|
3077 | |
---|
3078 | Inputs are \code{polygon} which is either a list of points, an Nx2 array or |
---|
3079 | a Geospatial data object and \code{closed}(optional) which determines |
---|
3080 | whether points on boundary should be regarded as belonging to the polygon |
---|
3081 | (\code{closed=True}) or not (\code{closed=False}). |
---|
3082 | Default is \code{closed=True}. |
---|
3083 | |
---|
3084 | Returns new Geospatial data object representing points |
---|
3085 | inside specified polygon. |
---|
3086 | \end{methoddesc} |
---|
3087 | |
---|
3088 | |
---|
3089 | \section{pmesh GUI} |
---|
3090 | \emph{Pmesh} |
---|
3091 | allows the user to set up the mesh of the problem interactively. |
---|
3092 | It can be used to build the outline of a mesh or to visualise a mesh |
---|
3093 | automatically generated. |
---|
3094 | |
---|
3095 | Pmesh will let the user select various modes. The current allowable |
---|
3096 | modes are vertex, segment, hole or region. The mode describes what |
---|
3097 | sort of object is added or selected in response to mouse clicks. When |
---|
3098 | changing modes any prior selected objects become deselected. |
---|
3099 | |
---|
3100 | In general the left mouse button will add an object and the right |
---|
3101 | mouse button will select an object. A selected object can de deleted |
---|
3102 | by pressing the the middle mouse button (scroll bar). |
---|
3103 | |
---|
3104 | \section{alpha\_shape} |
---|
3105 | \emph{Alpha shapes} are used to generate close-fitting boundaries |
---|
3106 | around sets of points. The alpha shape algorithm produces a shape |
---|
3107 | that approximates to the `shape formed by the points'---or the shape |
---|
3108 | that would be seen by viewing the points from a coarse enough |
---|
3109 | resolution. For the simplest types of point sets, the alpha shape |
---|
3110 | reduces to the more precise notion of the convex hull. However, for |
---|
3111 | many sets of points the convex hull does not provide a close fit and |
---|
3112 | the alpha shape usually fits more closely to the original point set, |
---|
3113 | offering a better approximation to the shape being sought. |
---|
3114 | |
---|
3115 | In \anuga, an alpha shape is used to generate a polygonal boundary |
---|
3116 | around a set of points before mesh generation. The algorithm uses a |
---|
3117 | parameter $\alpha$ that can be adjusted to make the resultant shape |
---|
3118 | resemble the shape suggested by intuition more closely. An alpha |
---|
3119 | shape can serve as an initial boundary approximation that the user |
---|
3120 | can adjust as needed. |
---|
3121 | |
---|
3122 | The following paragraphs describe the class used to model an alpha |
---|
3123 | shape and some of the important methods and attributes associated |
---|
3124 | with instances of this class. |
---|
3125 | |
---|
3126 | \begin{classdesc}{Alpha\_Shape}{points, alpha = None} |
---|
3127 | Module: \code{alpha\_shape} |
---|
3128 | |
---|
3129 | To instantiate this class the user supplies the points from which |
---|
3130 | the alpha shape is to be created (in the form of a list of 2-tuples |
---|
3131 | \code{[[x1, y1],[x2, y2]}\ldots\code{]}, assigned to the parameter |
---|
3132 | \code{points}) and, optionally, a value for the parameter |
---|
3133 | \code{alpha}. The alpha shape is then computed and the user can then |
---|
3134 | retrieve details of the boundary through the attributes defined for |
---|
3135 | the class. |
---|
3136 | \end{classdesc} |
---|
3137 | |
---|
3138 | |
---|
3139 | \begin{funcdesc}{alpha\_shape\_via\_files}{point_file, boundary_file, alpha= None} |
---|
3140 | Module: \code{alpha\_shape} |
---|
3141 | |
---|
3142 | This function reads points from the specified point file |
---|
3143 | \code{point\_file}, computes the associated alpha shape (either |
---|
3144 | using the specified value for \code{alpha} or, if no value is |
---|
3145 | specified, automatically setting it to an optimal value) and outputs |
---|
3146 | the boundary to a file named \code{boundary\_file}. This output file |
---|
3147 | lists the coordinates \code{x, y} of each point in the boundary, |
---|
3148 | using one line per point. |
---|
3149 | \end{funcdesc} |
---|
3150 | |
---|
3151 | |
---|
3152 | \begin{methoddesc}{set\_boundary\_type}{self,raw_boundary=True, |
---|
3153 | remove_holes=False, |
---|
3154 | smooth_indents=False, |
---|
3155 | expand_pinch=False, |
---|
3156 | boundary_points_fraction=0.2} |
---|
3157 | Module: \code{alpha\_shape}, Class: \class{Alpha\_Shape} |
---|
3158 | |
---|
3159 | This function sets flags that govern the operation of the algorithm |
---|
3160 | that computes the boundary, as follows: |
---|
3161 | |
---|
3162 | \code{raw\_boundary = True} returns raw boundary, i.e. the regular edges of the |
---|
3163 | alpha shape.\\ |
---|
3164 | \code{remove\_holes = True} removes small holes (`small' is defined by |
---|
3165 | \code{boundary\_points\_fraction})\\ |
---|
3166 | \code{smooth\_indents = True} removes sharp triangular indents in |
---|
3167 | boundary\\ |
---|
3168 | \code{expand\_pinch = True} tests for pinch-off and |
---|
3169 | corrects---preventing a boundary vertex from having more than two edges. |
---|
3170 | \end{methoddesc} |
---|
3171 | |
---|
3172 | |
---|
3173 | \begin{methoddesc}{get\_boundary}{} |
---|
3174 | Module: \code{alpha\_shape}, Class: \class{Alpha\_Shape} |
---|
3175 | |
---|
3176 | Returns a list of tuples representing the boundary of the alpha |
---|
3177 | shape. Each tuple represents a segment in the boundary by providing |
---|
3178 | the indices of its two endpoints. |
---|
3179 | \end{methoddesc} |
---|
3180 | |
---|
3181 | |
---|
3182 | \begin{methoddesc}{write\_boundary}{file_name} |
---|
3183 | Module: \code{alpha\_shape}, Class: \class{Alpha\_Shape} |
---|
3184 | |
---|
3185 | Writes the list of 2-tuples returned by \code{get\_boundary} to the |
---|
3186 | file \code{file\_name}, using one line per tuple. |
---|
3187 | \end{methoddesc} |
---|
3188 | |
---|
3189 | \section{Numerical Tools} |
---|
3190 | |
---|
3191 | The following table describes some useful numerical functions that |
---|
3192 | may be found in the module \module{utilities.numerical\_tools}: |
---|
3193 | |
---|
3194 | \begin{tabular}{|p{8cm} p{8cm}|} \hline |
---|
3195 | \code{angle(v1, v2=None)} & Angle between two-dimensional vectors |
---|
3196 | \code{v1} and \code{v2}, or between \code{v1} and the $x$-axis if |
---|
3197 | \code{v2} is \code{None}. Value is in range $0$ to $2\pi$. \\ |
---|
3198 | |
---|
3199 | \code{normal\_vector(v)} & Normal vector to \code{v}.\\ |
---|
3200 | |
---|
3201 | \code{mean(x)} & Mean value of a vector \code{x}.\\ |
---|
3202 | |
---|
3203 | \code{cov(x, y=None)} & Covariance of vectors \code{x} and \code{y}. |
---|
3204 | If \code{y} is \code{None}, returns \code{cov(x, x)}.\\ |
---|
3205 | |
---|
3206 | \code{err(x, y=0, n=2, relative=True)} & Relative error of |
---|
3207 | $\parallel$\code{x}$-$\code{y}$\parallel$ to |
---|
3208 | $\parallel$\code{y}$\parallel$ (2-norm if \code{n} = 2 or Max norm |
---|
3209 | if \code{n} = \code{None}). If denominator evaluates to zero or if |
---|
3210 | \code{y} |
---|
3211 | is omitted or if \code{relative = False}, absolute error is returned.\\ |
---|
3212 | |
---|
3213 | \code{norm(x)} & 2-norm of \code{x}.\\ |
---|
3214 | |
---|
3215 | \code{corr(x, y=None)} & Correlation of \code{x} and \code{y}. If |
---|
3216 | \code{y} is \code{None} returns autocorrelation of \code{x}.\\ |
---|
3217 | |
---|
3218 | \code{ensure\_numeric(A, typecode = None)} & Returns a Numeric array |
---|
3219 | for any sequence \code{A}. If \code{A} is already a Numeric array it |
---|
3220 | will be returned unaltered. Otherwise, an attempt is made to convert |
---|
3221 | it to a Numeric array. (Needed because \code{array(A)} can |
---|
3222 | cause memory overflow.)\\ |
---|
3223 | |
---|
3224 | \code{histogram(a, bins, relative=False)} & Standard histogram. If |
---|
3225 | \code{relative} is \code{True}, values will be normalised against |
---|
3226 | the total and thus represent frequencies rather than counts.\\ |
---|
3227 | |
---|
3228 | \code{create\_bins(data, number\_of\_bins = None)} & Safely create |
---|
3229 | bins for use with histogram. If \code{data} contains only one point |
---|
3230 | or is constant, one bin will be created. If \code{number\_of\_bins} |
---|
3231 | is omitted, 10 bins will be created.\\ \hline |
---|
3232 | |
---|
3233 | \end{tabular} |
---|
3234 | |
---|
3235 | |
---|
3236 | \chapter{Modules available in \anuga} |
---|
3237 | |
---|
3238 | |
---|
3239 | \section{\module{abstract\_2d\_finite\_volumes.general\_mesh} } |
---|
3240 | \declaremodule[generalmesh]{}{general\_mesh} |
---|
3241 | \label{mod:generalmesh} |
---|
3242 | |
---|
3243 | \section{\module{abstract\_2d\_finite\_volumes.neighbour\_mesh} } |
---|
3244 | \declaremodule[neighbourmesh]{}{neighbour\_mesh} |
---|
3245 | \label{mod:neighbourmesh} |
---|
3246 | |
---|
3247 | \section{\module{abstract\_2d\_finite\_volumes.domain} --- Generic module for 2D triangular domains for finite-volume computations of conservation laws} |
---|
3248 | \declaremodule{}{domain} |
---|
3249 | \label{mod:domain} |
---|
3250 | |
---|
3251 | |
---|
3252 | \section{\module{abstract\_2d\_finite\_volumes.quantity}} |
---|
3253 | \declaremodule{}{quantity} |
---|
3254 | \label{mod:quantity} |
---|
3255 | |
---|
3256 | \begin{verbatim} |
---|
3257 | Class Quantity - Implements values at each triangular element |
---|
3258 | |
---|
3259 | To create: |
---|
3260 | |
---|
3261 | Quantity(domain, vertex_values) |
---|
3262 | |
---|
3263 | domain: Associated domain structure. Required. |
---|
3264 | |
---|
3265 | vertex_values: N x 3 array of values at each vertex for each element. |
---|
3266 | Default None |
---|
3267 | |
---|
3268 | If vertex_values are None Create array of zeros compatible with domain. |
---|
3269 | Otherwise check that it is compatible with dimenions of domain. |
---|
3270 | Otherwise raise an exception |
---|
3271 | |
---|
3272 | \end{verbatim} |
---|
3273 | |
---|
3274 | |
---|
3275 | |
---|
3276 | |
---|
3277 | \section{\module{shallow\_water} --- 2D triangular domains for finite-volume |
---|
3278 | computations of the shallow water wave equation. This module contains a specialisation |
---|
3279 | of class Domain from module domain.py consisting of methods specific to the Shallow Water |
---|
3280 | Wave Equation |
---|
3281 | } |
---|
3282 | \declaremodule[shallowwater]{}{shallow\_water} |
---|
3283 | \label{mod:shallowwater} |
---|
3284 | |
---|
3285 | |
---|
3286 | |
---|
3287 | |
---|
3288 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
3289 | |
---|
3290 | \chapter{Frequently Asked Questions} |
---|
3291 | |
---|
3292 | |
---|
3293 | \section{General Questions} |
---|
3294 | |
---|
3295 | \subsubsection{What is \anuga?} |
---|
3296 | It is a software package suitable for simulating 2D water flows in |
---|
3297 | complex geometries. |
---|
3298 | |
---|
3299 | \subsubsection{Why is it called \anuga?} |
---|
3300 | The software was developed in collaboration between the |
---|
3301 | Australian National University (ANU) and Geoscience Australia (GA). |
---|
3302 | |
---|
3303 | \subsubsection{How do I obtain a copy of \anuga?} |
---|
3304 | See url{https://datamining.anu.edu.au/anuga} for all things ANUGA. |
---|
3305 | |
---|
3306 | %\subsubsection{What developments are expected for \anuga in the future?} |
---|
3307 | %This |
---|
3308 | |
---|
3309 | \subsubsection{Are there any published articles about \anuga that I can reference?} |
---|
3310 | See url{https://datamining.anu.edu.au/anuga} for links. |
---|
3311 | |
---|
3312 | |
---|
3313 | \section{Modelling Questions} |
---|
3314 | |
---|
3315 | \subsubsection{Which type of problems are \anuga good for?} |
---|
3316 | General 2D waterflows in complex geometries such as |
---|
3317 | dam breaks, flows amoung structurs, coastal inundation etc. |
---|
3318 | |
---|
3319 | \subsubsection{Which type of problems are beyond the scope of \anuga?} |
---|
3320 | See Chapter \ref{ch:limitations}. |
---|
3321 | |
---|
3322 | \subsubsection{Can I start the simulation at an arbitrary time?} |
---|
3323 | Yes, using \code{domain.set\_time()} you can specify an arbitrary |
---|
3324 | starting time. This is for example useful in conjunction with a |
---|
3325 | file\_boundary, which may start hours before anything hits the model |
---|
3326 | boundary. By assigning a later time for the model to start, |
---|
3327 | computational resources aren't wasted. |
---|
3328 | |
---|
3329 | \subsubsection{Can I change values for any quantity during the simulation?} |
---|
3330 | Yes, using \code{domain.set\_quantity()} inside the domain.evolve |
---|
3331 | loop you can change values of any quantity. This is for example |
---|
3332 | useful if you wish to let the system settle for a while before |
---|
3333 | assigning an initial condition. Another example would be changing |
---|
3334 | the values for elevation to model e.g. erosion. |
---|
3335 | |
---|
3336 | \subsubsection{Can I change boundary conditions during the simulation?} |
---|
3337 | Yes - see example on page \pageref{sec:change boundary code} in Section |
---|
3338 | \ref{sec:change boundary}. |
---|
3339 | |
---|
3340 | \subsubsection{How do I access model time during the simulation?} |
---|
3341 | The variable \code{t} in the evolve for loop is the model time. |
---|
3342 | {\small \begin{verbatim} |
---|
3343 | for t in domain.evolve(yieldstep = 0.1, duration = 4.0): |
---|
3344 | if t > 15: |
---|
3345 | <Do something> |
---|
3346 | \end{verbatim}} |
---|
3347 | The model time can also be accessed through the public interface \code{domain.get\_time()}, or changed (at your own peril) through \code{domain.set\_time()}. |
---|
3348 | |
---|
3349 | |
---|
3350 | \subsubsection{Why does a file\_function return a list of numbers when evaluated?} |
---|
3351 | Currently, file\_function works by returning values for the conserved |
---|
3352 | quantities \code{stage}, \code{xmomentum} and \code{ymomentum} at a given point in time |
---|
3353 | and space as a triplet. To access e.g.\ \code{stage} one must specify element 0 of the |
---|
3354 | triplet returned by file\_function. |
---|
3355 | |
---|
3356 | \subsubsection{Which diagnostics are available to troubleshoot a simulation?} |
---|
3357 | |
---|
3358 | \subsubsection{How do I use a DEM in my simulation?} |
---|
3359 | You use \code{dem2pts} to convert your DEM to the required .pts format. This .pts file is then called |
---|
3360 | when setting the elevation data to the mesh in \code{domain.set_quantity} |
---|
3361 | |
---|
3362 | \subsubsection{What sort of DEM resolution should I use?} |
---|
3363 | Try and work with the \emph{best} you have available. Onshore DEMs |
---|
3364 | are typically available in 25m, 100m and 250m grids. Note, offshore |
---|
3365 | data is often sparse, or non-existent. |
---|
3366 | |
---|
3367 | \subsubsection{What sort of mesh resolution should I use?} |
---|
3368 | The mesh resolution should be commensurate with your DEM - it does not make sense to put in place a mesh which is finer than your DEM. As an example, |
---|
3369 | if your DEM is on a 25m grid, then the cell resolution should be of the order of 315$m^2$ (this represents half the area of the square grid). Ideally, |
---|
3370 | you need a fine mesh over regions where the DEM changes rapidly, and other areas of significant interest, such as the coast. |
---|
3371 | If meshes are too coarse, discretisation errors in both stage and momentum may lead to unphysical results. All studies should include sensitivity and convergence studies based on different resolutions. |
---|
3372 | |
---|
3373 | |
---|
3374 | \subsubsection{How do I tag interior polygons?} |
---|
3375 | At the moment create_mesh_from_regions does not allow interior |
---|
3376 | polygons with symbolic tags. If tags are needed, the interior |
---|
3377 | polygons must be created subsequently. For example, given a filename |
---|
3378 | of polygons representing solid walls (in Arc Ungenerate format) can |
---|
3379 | be tagged as such using the code snippet: |
---|
3380 | \begin{verbatim} |
---|
3381 | # Create mesh outline with tags |
---|
3382 | mesh = create_mesh_from_regions(bounding_polygon, |
---|
3383 | boundary_tags=boundary_tags) |
---|
3384 | # Add buildings outlines with tags set to 'wall'. This would typically |
---|
3385 | # bind to a Reflective boundary |
---|
3386 | mesh.import_ungenerate_file(buildings_filename, tag='wall') |
---|
3387 | |
---|
3388 | # Generate and write mesh to file |
---|
3389 | mesh.generate_mesh(maximum_triangle_area=max_area) |
---|
3390 | mesh.export_mesh_file(mesh_filename) |
---|
3391 | \end{verbatim} |
---|
3392 | |
---|
3393 | Note that a mesh object is returned from \code{create_mesh_from_regions} |
---|
3394 | when file name is omitted. |
---|
3395 | |
---|
3396 | \subsubsection{How often should I store the output?} |
---|
3397 | This will depend on what you are trying to answer with your model and how much memory you have available on your machine. If you need |
---|
3398 | to look in detail at the evolution, then you will need to balance your storage requirements and the duration of the simulation. |
---|
3399 | If the SWW file exceeds 1Gb, another SWW file will be created until the end of the simulation. As an example, to store all the conserved |
---|
3400 | quantities on a mesh with approximately 300000 triangles on a 2 min interval for 5 hours will result in approximately 350Mb SWW file |
---|
3401 | (as for the \file{run\_sydney\_smf.py} example). |
---|
3402 | |
---|
3403 | \subsection{Boundary Conditions} |
---|
3404 | |
---|
3405 | \subsubsection{How do I create a Dirichlet boundary condition?} |
---|
3406 | |
---|
3407 | A Dirichlet boundary condition sets a constant value for the |
---|
3408 | conserved quantities at the boundaries. A list containing |
---|
3409 | the constant values for stage, xmomentum and ymomentum is constructed |
---|
3410 | and used in the function call, e.g. \code{Dirichlet_boundary([0.2,0.,0.])} |
---|
3411 | |
---|
3412 | \subsubsection{How do I know which boundary tags are available?} |
---|
3413 | The method \code{domain.get\_boundary\_tags()} will return a list of |
---|
3414 | available tags for use with |
---|
3415 | \code{domain.set\_boundary\_condition()}. |
---|
3416 | |
---|
3417 | |
---|
3418 | |
---|
3419 | |
---|
3420 | |
---|
3421 | \chapter{Glossary} |
---|
3422 | |
---|
3423 | \begin{tabular}{|lp{10cm}|c|} \hline |
---|
3424 | %\begin{tabular}{|llll|} \hline |
---|
3425 | \emph{Term} & \emph{Definition} & \emph{Page}\\ \hline |
---|
3426 | |
---|
3427 | \indexedbold{\anuga} & Name of software (joint development between ANU and |
---|
3428 | GA) & \pageref{def:anuga}\\ |
---|
3429 | |
---|
3430 | \indexedbold{bathymetry} & offshore elevation &\\ |
---|
3431 | |
---|
3432 | \indexedbold{conserved quantity} & conserved (stage, x and y |
---|
3433 | momentum) & \\ |
---|
3434 | |
---|
3435 | % \indexedbold{domain} & The domain of a function is the set of all input values to the |
---|
3436 | % function.&\\ |
---|
3437 | |
---|
3438 | \indexedbold{Digital Elevation Model (DEM)} & DEMs are digital files consisting of points of elevations, |
---|
3439 | sampled systematically at equally spaced intervals.& \\ |
---|
3440 | |
---|
3441 | \indexedbold{Dirichlet boundary} & A boundary condition imposed on a differential equation |
---|
3442 | that specifies the values the solution is to take on the boundary of the |
---|
3443 | domain. & \pageref{def:dirichlet boundary}\\ |
---|
3444 | |
---|
3445 | \indexedbold{edge} & A triangular cell within the computational mesh can be depicted |
---|
3446 | as a set of vertices joined by lines (the edges). & \\ |
---|
3447 | |
---|
3448 | \indexedbold{elevation} & refers to bathymetry and topography &\\ |
---|
3449 | |
---|
3450 | \indexedbold{evolution} & integration of the shallow water wave equations |
---|
3451 | over time &\\ |
---|
3452 | |
---|
3453 | \indexedbold{finite volume method} & The method evaluates the terms in the shallow water |
---|
3454 | wave equation as fluxes at the surfaces of each finite volume. Because the |
---|
3455 | flux entering a given volume is identical to that leaving the adjacent volume, |
---|
3456 | these methods are conservative. Another advantage of the finite volume method is |
---|
3457 | that it is easily formulated to allow for unstructured meshes. The method is used |
---|
3458 | in many computational fluid dynamics packages. & \\ |
---|
3459 | |
---|
3460 | \indexedbold{forcing term} & &\\ |
---|
3461 | |
---|
3462 | \indexedbold{flux} & the amount of flow through the volume per unit |
---|
3463 | time & \\ |
---|
3464 | |
---|
3465 | \indexedbold{grid} & Evenly spaced mesh & \\ |
---|
3466 | |
---|
3467 | \indexedbold{latitude} & The angular distance on a mericlear north and south of the |
---|
3468 | equator, expressed in degrees and minutes. & \\ |
---|
3469 | |
---|
3470 | \indexedbold{longitude} & The angular distance east or west, between the meridian |
---|
3471 | of a particular place on Earth and that of the Prime Meridian (located in Greenwich, |
---|
3472 | England) expressed in degrees or time.& \\ |
---|
3473 | |
---|
3474 | \indexedbold{Manning friction coefficient} & &\\ |
---|
3475 | |
---|
3476 | \indexedbold{mesh} & Triangulation of domain &\\ |
---|
3477 | |
---|
3478 | \indexedbold{mesh file} & A TSH or MSH file & \pageref{def:mesh file}\\ |
---|
3479 | |
---|
3480 | \indexedbold{NetCDF} & &\\ |
---|
3481 | |
---|
3482 | \indexedbold{node} & A point at which edges meet & \\ |
---|
3483 | |
---|
3484 | \indexedbold{northing} & A rectangular (x,y) coordinate measurement of distance |
---|
3485 | north from a north-south reference line, usually a meridian used as the axis of |
---|
3486 | origin within a map zone or projection. Northing is a UTM (Universal Transverse |
---|
3487 | Mercator) coordinate. & \\ |
---|
3488 | |
---|
3489 | \indexedbold{points file} & A PTS or XYA file & \\ \hline |
---|
3490 | |
---|
3491 | \end{tabular} |
---|
3492 | |
---|
3493 | \begin{tabular}{|lp{10cm}|c|} \hline |
---|
3494 | |
---|
3495 | \indexedbold{polygon} & A sequence of points in the plane. \anuga represents a polygon |
---|
3496 | either as a list consisting of Python tuples or lists of length 2 or as an $N \times 2$ |
---|
3497 | Numeric array, where $N$ is the number of points. |
---|
3498 | |
---|
3499 | The unit square, for example, would be represented either as |
---|
3500 | \code{[ [0,0], [1,0], [1,1], [0,1] ]} or as \code{array( [0,0], [1,0], [1,1], |
---|
3501 | [0,1] )}. |
---|
3502 | |
---|
3503 | NOTE: For details refer to the module \module{utilities/polygon.py}. & |
---|
3504 | \\ \indexedbold{resolution} & The maximal area of a triangular cell in a |
---|
3505 | mesh & \\ |
---|
3506 | |
---|
3507 | |
---|
3508 | \indexedbold{reflective boundary} & Models a solid wall. Returns same conserved |
---|
3509 | quantities as those present in the neighbouring volume but reflected. Specific to the |
---|
3510 | shallow water equation as it works with the momentum quantities assumed to be the |
---|
3511 | second and third conserved quantities. & \pageref{def:reflective boundary}\\ |
---|
3512 | |
---|
3513 | \indexedbold{stage} & &\\ |
---|
3514 | |
---|
3515 | % \indexedbold{try this} |
---|
3516 | |
---|
3517 | \indexedbold{animate} & visualisation tool used with \anuga & |
---|
3518 | \pageref{sec:animate}\\ |
---|
3519 | |
---|
3520 | \indexedbold{time boundary} & Returns values for the conserved |
---|
3521 | quantities as a function of time. The user must specify |
---|
3522 | the domain to get access to the model time. & \pageref{def:time boundary}\\ |
---|
3523 | |
---|
3524 | \indexedbold{topography} & onshore elevation &\\ |
---|
3525 | |
---|
3526 | \indexedbold{transmissive boundary} & & \pageref{def:transmissive boundary}\\ |
---|
3527 | |
---|
3528 | \indexedbold{vertex} & A point at which edges meet. & \\ |
---|
3529 | |
---|
3530 | \indexedbold{xmomentum} & conserved quantity (note, two-dimensional SWW equations say |
---|
3531 | only \code{x} and \code{y} and NOT \code{z}) &\\ |
---|
3532 | |
---|
3533 | \indexedbold{ymomentum} & conserved quantity & \\ \hline |
---|
3534 | |
---|
3535 | \end{tabular} |
---|
3536 | |
---|
3537 | |
---|
3538 | %The \code{\e appendix} markup need not be repeated for additional |
---|
3539 | %appendices. |
---|
3540 | |
---|
3541 | |
---|
3542 | % |
---|
3543 | % The ugly "%begin{latexonly}" pseudo-environments are really just to |
---|
3544 | % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're |
---|
3545 | % not really valuable. |
---|
3546 | % |
---|
3547 | % If you don't want the Module Index, you can remove all of this up |
---|
3548 | % until the second \input line. |
---|
3549 | % |
---|
3550 | |
---|
3551 | %begin{latexonly} |
---|
3552 | %\renewcommand{\indexname}{Module Index} |
---|
3553 | %end{latexonly} |
---|
3554 | \input{mod\jobname.ind} % Module Index |
---|
3555 | % |
---|
3556 | %begin{latexonly} |
---|
3557 | %\renewcommand{\indexname}{Index} |
---|
3558 | %end{latexonly} |
---|
3559 | \input{\jobname.ind} % Index |
---|
3560 | |
---|
3561 | |
---|
3562 | |
---|
3563 | \begin{thebibliography}{99} |
---|
3564 | \bibitem[nielsen2005]{nielsen2005} |
---|
3565 | {\it Hydrodynamic modelling of coastal inundation}. |
---|
3566 | Nielsen, O., S. Roberts, D. Gray, A. McPherson and A. Hitchman. |
---|
3567 | In Zerger, A. and Argent, R.M. (eds) MODSIM 2005 International Congress on |
---|
3568 | Modelling and Simulation. Modelling and Simulation Society of Australia and |
---|
3569 | New Zealand, December 2005, pp. 518-523. ISBN: 0-9758400-2-9.\\ |
---|
3570 | http://www.mssanz.org.au/modsim05/papers/nielsen.pdf |
---|
3571 | |
---|
3572 | \bibitem[grid250]{grid250} |
---|
3573 | Australian Bathymetry and Topography Grid, June 2005. |
---|
3574 | Webster, M.A. and Petkovic, P. |
---|
3575 | Geoscience Australia Record 2005/12. ISBN: 1-920871-46-2.\\ |
---|
3576 | http://www.ga.gov.au/meta/ANZCW0703008022.html |
---|
3577 | |
---|
3578 | |
---|
3579 | \end{thebibliography}{99} |
---|
3580 | |
---|
3581 | \end{document} |
---|