Changeset 2384
- Timestamp:
- Feb 13, 2006, 2:37:16 PM (19 years ago)
- Location:
- documentation/user_manual
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2383 r2384 7 7 8 8 9 \ newcommand{\indexedcode}[1]{\code{#1}\index{#1}}10 \newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}} 9 \input{definitions} 10 11 11 12 12 \documentclass{manual} 13 13 14 \title{ AnuGAUser Manual}14 \title{\anuga User Manual} 15 15 \author{Howard Silcock, Ole Nielsen, Duncan Gray, Jane Sexton} 16 16 … … 56 56 57 57 \noindent 58 \ textbf{AnuGA}\index{AnuGA} is a hydrodynamic modelling tool that58 \anuga\index{AnuGA} is a hydrodynamic modelling tool that 59 59 allows users to model realistic flow problems in complex 60 60 geometries. Examples include dam breaks or the effects of natural … … 63 63 The user must specify a study area represented by a mesh of triangular 64 64 cells, the topography and bathymetry, frictional resistance, initial 65 values for water level (called \emph{stage}\index{stage} within Anuga),65 values for water level (called \emph{stage}\index{stage} within \anuga), 66 66 boundary 67 67 conditions and forces such as windstress or pressure gradients if 68 68 applicable. 69 69 70 Anuga tracks the evolution of water depth and horizontal momentum70 \anuga tracks the evolution of water depth and horizontal momentum 71 71 within each cell over time by solving the shallow water wave equation 72 72 governing equation using a finite-volume method. 73 73 74 Anuga cannot model details of breaking waves, flow under ceilings such74 \anuga cannot model details of breaking waves, flow under ceilings such 75 75 as pipes, turbulence and vortices, vertical convection or viscous 76 76 flows. 77 77 78 Anuga also incorporates a mesh generator, called \code{pmesh}, that78 \anuga also incorporates a mesh generator, called \code{pmesh}, that 79 79 allows the user to set up the geometry of the problem interactively as 80 80 well as tools for interpolation and surface fitting, and a number of 81 81 auxiliary tools for visualising and interrogating the model output. 82 82 83 Most AnuGAcomponents are written in the object-oriented programming83 Most \anuga components are written in the object-oriented programming 84 84 language Python and most users will interact with Anuga by writing 85 small Python programs based on the Anuga library85 small Python programs based on the \anuga library 86 86 functions. Computationally intensive components are written for 87 87 efficiency in C routines working directly with the Numerical Python … … 123 123 124 124 \begin{itemize} 125 \item Background (What Anuga does)125 \item Background (What \anuga does) 126 126 \item A \emph{Getting Started} section 127 127 \item Anuga's overall architecture, components and file formats … … 134 134 135 135 This section is designed to assist the reader to get started with 136 \ textbf{AnuGA}by working through a simple example. What follows136 \anuga by working through a simple example. What follows 137 137 is a discussion of the structure and operation of the file 138 138 \code{bedslope.py}, with just enough detail to allow the reader … … 261 261 262 262 The function \code{rectangular} is imported from a module 263 \code{mesh\_factory} defined elsewhere. (\textbf{AnuGA}also263 \code{mesh\_factory} defined elsewhere. \anuga also 264 264 contains several other schemes that can be used for setting up 265 265 meshes, but we shall not discuss these now.) The above assignment -
documentation/user_manual/copyright.tex
r2383 r2384 68 68 \begin{center} 69 69 70 \vspace{0.5in}71 ANUGA Version 1.070 %\vspace{0.5in} 71 \anuga 72 72 73 Manual madewith \LaTeX73 Manual typeset with \LaTeX 74 74 75 75 \end{center} … … 77 77 \vspace{0.5in} 78 78 79 Credits:79 \textbf{Credits}: 80 80 \begin{itemize} 81 \item ANUGA version 1.$x$ was writtenby Stephen Roberts,81 \item \anuga was developed by Stephen Roberts, 82 82 Ole Nielsen, Duncan Gray, ..... 83 83 \end{itemize} 84 84 85 \vspace{0.5in}86 85 87 License: 86 87 \textbf{License}: 88 88 \begin{itemize} 89 \item ANUGA is freely available and distributed under the terms of the GNU General Public Licence.\index{{\GSK}!licence|textit}89 \item \anuga is freely available and distributed under the terms of the GNU General Public Licence.\index{ANUGA!licence|textit} 90 90 \end{itemize} 91 91 92 \vspace{0.5in} 92 93 93 94 Acknowledgments:94 \textbf{Acknowledgments}: 95 95 \begin{itemize} 96 96 \item Christopher Zoppou, Linda Stals, Matt Hardy, Jack Jakeman, John .. who contributed to this project at various times.
Note: See TracChangeset
for help on using the changeset viewer.