Changeset 3122


Ignore:
Timestamp:
Jun 8, 2006, 5:12:17 PM (19 years ago)
Author:
howard
Message:

A few more minor edits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r3121 r3122  
    173173
    174174To set up a particular scenario the user specifies the geometry
    175 (bathymetry and topography), the initial water level (stage)
    176 ,
     175(bathymetry and topography), the initial water level (stage),
    177176boundary conditions such as tide, and any forcing terms that may
    178177drive the system such as wind stress or atmospheric pressure
     
    245244
    246245
    247 %\emph{[More details of the problem background]}
    248 
    249246\subsection{Outline of the Program}
    250247
     
    293290\module{mesh\_factory} defined elsewhere. (\anuga also contains
    294291several other schemes that can be used for setting up meshes, but we
    295 shall not discuss these now.) The above assignment sets up a $10
    296 \times 10$ rectangular mesh, triangulated in a regular way. The assignment
     292shall not discuss these.) The above assignment sets up a $10 \times
     29310$ rectangular mesh, triangulated in a regular way. The assignment
    297294
    298295{\small \begin{verbatim}
     
    310307   \item a dictionary \code{boundary} that stores the edges on
    311308   the boundary and associates each with one of the symbolic tags \code{`left'}, \code{`right'},
    312    \code{`top'} or \code{`bottom'}. (For more details on symbolic tags,
    313    see page \pageref{ref:tagdescription}.)
     309   \code{`top'} or \code{`bottom'}.
    314310
    315311\end{itemize}
     312
     313(For more details on symbolic tags, see page
     314\pageref{ref:tagdescription}.)
    316315
    317316An example of a general unstructured mesh and the associated data
     
    398397\subsubsection{Friction}
    399398
    400 The assignment of the friction quantity (a forcing term) demonstrates another way we
    401 can use \method{set\_quantity} to set quantities---namely, assign
    402 them to a constant numerical value:
     399The assignment of the friction quantity (a forcing term)
     400demonstrates another way we can use \method{set\_quantity} to set
     401quantities---namely, assign them to a constant numerical value:
    403402
    404403{\small \begin{verbatim}
     
    414413elevation and the depth at any time by the equation
    415414
    416 
    417415{\small \begin{verbatim}
    418416    stage = elevation + depth
     
    430428i.e. 0.4 units (m) below the zero level.
    431429
    432 %FIXME (Howard): Can we put this para somewhere else?
    433430Although it is not necessary for this example, it may be useful to
    434431digress here and mention a variant to this requirement, which allows
     
    584581The output is a NetCDF file with the extension \code{.sww}. It
    585582contains stage and momentum information and can be used with the
    586 \code{swollen} (see Section \ref{sec:swollen})
    587 visualisation package to generate a visual display.
    588 See Section \ref{sec:file formats} (page \pageref{sec:file formats})
    589 for more on NetCDF and other file formats.
     583\code{swollen} (see Section \ref{sec:swollen}) visualisation package
     584to generate a visual display. See Section \ref{sec:file formats}
     585(page \pageref{sec:file formats}) for more on NetCDF and other file
     586formats.
    590587
    591588The following is a listing of the screen output seen by the user
Note: See TracChangeset for help on using the changeset viewer.