Changeset 2384


Ignore:
Timestamp:
Feb 13, 2006, 2:37:16 PM (19 years ago)
Author:
ole
Message:

Styles and copyright

Location:
documentation/user_manual
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2383 r2384  
    77
    88
    9 \newcommand{\indexedcode}[1]{\code{#1}\index{#1}}
    10 \newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}}
     9\input{definitions}
     10
    1111       
    1212\documentclass{manual}
    1313
    14 \title{AnuGA User Manual}
     14\title{\anuga User Manual}
    1515\author{Howard Silcock, Ole Nielsen, Duncan Gray, Jane Sexton}
    1616
     
    5656
    5757\noindent
    58 \textbf{AnuGA}\index{AnuGA} is a hydrodynamic modelling tool that
     58\anuga\index{AnuGA} is a hydrodynamic modelling tool that
    5959allows users to model realistic flow problems in complex
    6060geometries. Examples include dam breaks or the effects of natural
     
    6363The user must specify a study area represented by a mesh of triangular
    6464cells, the topography and bathymetry, frictional resistance, initial
    65 values for water level (called \emph{stage}\index{stage} within Anuga),
     65values for water level (called \emph{stage}\index{stage} within \anuga),
    6666boundary
    6767conditions and forces such as windstress or pressure gradients if
    6868applicable.
    6969
    70 Anuga tracks the evolution of water depth and horizontal momentum
     70\anuga tracks the evolution of water depth and horizontal momentum
    7171within each cell over time by solving the shallow water wave equation
    7272governing equation using a finite-volume method.
    7373
    74 Anuga cannot model details of breaking waves, flow under ceilings such
     74\anuga cannot model details of breaking waves, flow under ceilings such
    7575as pipes, turbulence and vortices, vertical convection or viscous
    7676flows.
    7777
    78 Anuga also incorporates a mesh generator, called \code{pmesh}, that
     78\anuga also incorporates a mesh generator, called \code{pmesh}, that
    7979allows the user to set up the geometry of the problem interactively as
    8080well as tools for interpolation and surface fitting, and a number of
    8181auxiliary tools for visualising and interrogating the model output.
    8282
    83 Most AnuGA components are written in the object-oriented programming
     83Most \anuga components are written in the object-oriented programming
    8484language Python and most users will interact with Anuga by writing
    85 small Python programs based on the Anuga library
     85small Python programs based on the \anuga library
    8686functions. Computationally intensive components are written for
    8787efficiency in C routines working directly with the Numerical Python
     
    123123
    124124\begin{itemize}
    125   \item Background (What Anuga does)
     125  \item Background (What \anuga does)
    126126  \item A \emph{Getting Started} section
    127127  \item Anuga's overall architecture, components and file formats
     
    134134
    135135This section is designed to assist the reader to get started with
    136 \textbf{AnuGA} by working through a simple example. What follows
     136\anuga by working through a simple example. What follows
    137137is a discussion of the structure and operation of the file
    138138\code{bedslope.py}, with just enough detail to allow the reader
     
    261261
    262262The function \code{rectangular} is imported from a module
    263 \code{mesh\_factory} defined elsewhere. (\textbf{AnuGA} also
     263\code{mesh\_factory} defined elsewhere. \anuga also
    264264contains several other schemes that can be used for setting up
    265265meshes, but we shall not discuss these now.) The above assignment
  • documentation/user_manual/copyright.tex

    r2383 r2384  
    6868\begin{center}
    6969
    70   \vspace{0.5in}
    71    ANUGA Version 1.0
     70  %\vspace{0.5in}
     71   \anuga
    7272
    73    Manual made with \LaTeX
     73   Manual typeset with \LaTeX
    7474
    7575\end{center}
     
    7777  \vspace{0.5in}
    7878 
    79 Credits:
     79\textbf{Credits}:
    8080\begin{itemize}
    81 \item ANUGA version 1.$x$ was written by Stephen Roberts,
     81\item \anuga was developed by Stephen Roberts,
    8282  Ole Nielsen, Duncan Gray, .....
    8383\end{itemize}
    8484
    85   \vspace{0.5in}
    8685
    87 License:
     86
     87\textbf{License}:
    8888\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}
    9090\end{itemize}
    9191
    92   \vspace{0.5in}
     92
    9393 
    94 Acknowledgments:
     94\textbf{Acknowledgments}:
    9595\begin{itemize}
    9696\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.