Changeset 3986


Ignore:
Timestamp:
Nov 14, 2006, 2:42:33 PM (18 years ago)
Author:
ole
Message:

Renamed swollen to animate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r3985 r3986  
    604604
    605605The output is a NetCDF file with the extension \code{.sww}. It
    606 contains stage and momentum information and can be used with the
    607 \code{swollen} (see Section \ref{sec:swollen}) visualisation package
     606contains stage and momentum information and can be used with the
     607ANUGA viewer \code{animate} (see Section \ref{sec:animate})
     608visualisation package
    608609to generate a visual display. See Section \ref{sec:file formats}
    609610(page \pageref{sec:file formats}) for more on NetCDF and other file
     
    632633
    633634The following figures are screenshots from the \anuga visualisation
    634 tool \code{swollen}. Figure \ref{fig:runupstart} shows the domain
     635tool \code{animate}. Figure \ref{fig:runupstart} shows the domain
    635636with water surface as specified by the initial condition, $t=0$.
    636637Figure \ref{fig:runup2} shows later snapshots for $t=2.3$ and
    637638$t=4$ where the system has been evolved and the wave is encroaching
    638639on the previously dry bed.  All figures are screenshots from an
    639 interactive animation tool called Swollen which is part of \anuga.
    640 Swollen is described in more detail is Section \ref{sec:swollen}.
     640interactive animation tool called animate which is part of \anuga and
     641distributed as in the package anuga\_viewer.
     642Animate is described in more detail is Section \ref{sec:animate}.
    641643
    642644\begin{figure}[hbt]
     
    645647    {graphics/bedslopestart.jpg}}
    646648
    647   \caption{Runup example viewed with Swollen}
     649  \caption{Runup example viewed with the ANUGA viewer}
    648650  \label{fig:runupstart}
    649651\end{figure}
     
    657659   }
    658660
    659   \caption{Runup example viewed with Swollen}
     661  \caption{Runup example viewed with ANGUA viewer}
    660662  \label{fig:runup2}
    661663\end{figure}
     
    745747
    746748The following figure is a screenshot from the \anuga visualisation
    747 tool \code{swollen} of output from this example.
     749tool \code{animate} of output from this example.
    748750\begin{figure}[hbt]
    749751  \centerline{\includegraphics[height=75mm]
    750752    {graphics/channel1.png}}%
    751753
    752   \caption{Simple channel example viewed with Swollen}
     754  \caption{Simple channel example viewed with the ANUGA viewer.}
    753755  \label{fig:channel1}
    754756\end{figure}
     
    21332135
    21342136TSH $\rightarrow$ SWW & Convert TSH to \code{.sww}-viewable using
    2135 Swollen\\
     2137\code{animate}\\
    21362138
    21372139TSH + Boundary SWW $\rightarrow$ SWW & Simulation using
     
    21672169
    21682170
    2169 The contents of an SWW file may be viewed using the visualisation
    2170 tool \code{swollen}, which creates an on-screen geometric
    2171 representation. See section \ref{sec:swollen} (page
    2172 \pageref{sec:swollen}) in Appendix \ref{ch:supportingtools} for more
    2173 on \code{swollen}.
     2171The contents of an SWW file may be viewed using the anuga viewer
     2172\code{animate}, which creates an on-screen geometric
     2173representation. See section \ref{sec:animate} (page
     2174\pageref{sec:animate}) in Appendix \ref{ch:supportingtools} for more
     2175on \code{animate}.
    21742176
    21752177Alternatively, there are tools, such as \code{ncdump}, that allow
     
    24532455
    24542456
    2455 \section{swollen}
    2456 \label{sec:swollen}
     2457\section{ANUGA viewer - animate}
     2458\label{sec:animate}
    24572459 The output generated by \anuga may be viewed by
    2458 means of the visualisation tool \code{swollen}, which takes the
     2460means of the visualisation tool \code{animate}, which takes the
    24592461\code{SWW} file output by \anuga and creates a visual representation
    24602462of the data. Examples may be seen in Figures \ref{fig:runupstart}
    24612463and \ref{fig:runup2}. To view an \code{SWW} file with
    2462 \code{swollen} in the Windows environment, you can simply drag the
     2464\code{animate} in the Windows environment, you can simply drag the
    24632465icon representing the file over an icon on the desktop for the
    2464 \code{swollen} executable file (or a shortcut to it), or set up a
     2466\code{animate} executable file (or a shortcut to it), or set up a
    24652467file association to make files with the extension \code{.sww} open
    2466 with \code{swollen}. Alternatively, you can operate \code{swollen}
     2468with \code{animate}. Alternatively, you can operate \code{animate}
    24672469from the command line, in both Windows and Linux environments.
    24682470
     
    24982500\vfill
    24992501
    2500 The following table describes how to operate swollen from the command line:
    2501 
    2502 Usage: \code{swollen [options] swwfile \ldots}\\  \nopagebreak
     2502The following table describes how to operate animate from the command line:
     2503
     2504Usage: \code{animate [options] swwfile \ldots}\\  \nopagebreak
    25032505Options:\\  \nopagebreak
    25042506\begin{tabular}{ll}
     
    31303132
    31313133    \indexedbold{NetCDF} & &\\
     3134   
     3135    \indexedbold{node} & A point at which edges meet & \\   
    31323136
    31333137    \indexedbold{northing} & A rectangular (x,y) coordinate measurement of distance
     
    31643168%    \indexedbold{try this}
    31653169
    3166     \indexedbold{swollen} & visualisation tool used with \anuga & \pageref{sec:swollen}\\
     3170    \indexedbold{animate} & visualisation tool used with \anuga &
     3171    \pageref{sec:animate}\\
    31673172
    31683173    \indexedbold{time boundary} & Returns values for the conserved
Note: See TracChangeset for help on using the changeset viewer.