Changeset 3986
- Timestamp:
- Nov 14, 2006, 2:42:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r3985 r3986 604 604 605 605 The 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 606 contains stage and momentum information and can be used with the 607 ANUGA viewer \code{animate} (see Section \ref{sec:animate}) 608 visualisation package 608 609 to generate a visual display. See Section \ref{sec:file formats} 609 610 (page \pageref{sec:file formats}) for more on NetCDF and other file … … 632 633 633 634 The following figures are screenshots from the \anuga visualisation 634 tool \code{ swollen}. Figure \ref{fig:runupstart} shows the domain635 tool \code{animate}. Figure \ref{fig:runupstart} shows the domain 635 636 with water surface as specified by the initial condition, $t=0$. 636 637 Figure \ref{fig:runup2} shows later snapshots for $t=2.3$ and 637 638 $t=4$ where the system has been evolved and the wave is encroaching 638 639 on 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}. 640 interactive animation tool called animate which is part of \anuga and 641 distributed as in the package anuga\_viewer. 642 Animate is described in more detail is Section \ref{sec:animate}. 641 643 642 644 \begin{figure}[hbt] … … 645 647 {graphics/bedslopestart.jpg}} 646 648 647 \caption{Runup example viewed with Swollen}649 \caption{Runup example viewed with the ANUGA viewer} 648 650 \label{fig:runupstart} 649 651 \end{figure} … … 657 659 } 658 660 659 \caption{Runup example viewed with Swollen}661 \caption{Runup example viewed with ANGUA viewer} 660 662 \label{fig:runup2} 661 663 \end{figure} … … 745 747 746 748 The following figure is a screenshot from the \anuga visualisation 747 tool \code{ swollen} of output from this example.749 tool \code{animate} of output from this example. 748 750 \begin{figure}[hbt] 749 751 \centerline{\includegraphics[height=75mm] 750 752 {graphics/channel1.png}}% 751 753 752 \caption{Simple channel example viewed with Swollen}754 \caption{Simple channel example viewed with the ANUGA viewer.} 753 755 \label{fig:channel1} 754 756 \end{figure} … … 2133 2135 2134 2136 TSH $\rightarrow$ SWW & Convert TSH to \code{.sww}-viewable using 2135 Swollen\\2137 \code{animate}\\ 2136 2138 2137 2139 TSH + Boundary SWW $\rightarrow$ SWW & Simulation using … … 2167 2169 2168 2170 2169 The contents of an SWW file may be viewed using the visualisation2170 tool \code{swollen}, which creates an on-screen geometric2171 representation. See section \ref{sec: swollen} (page2172 \pageref{sec: swollen}) in Appendix \ref{ch:supportingtools} for more2173 on \code{ swollen}.2171 The contents of an SWW file may be viewed using the anuga viewer 2172 \code{animate}, which creates an on-screen geometric 2173 representation. See section \ref{sec:animate} (page 2174 \pageref{sec:animate}) in Appendix \ref{ch:supportingtools} for more 2175 on \code{animate}. 2174 2176 2175 2177 Alternatively, there are tools, such as \code{ncdump}, that allow … … 2453 2455 2454 2456 2455 \section{ swollen}2456 \label{sec: swollen}2457 \section{ANUGA viewer - animate} 2458 \label{sec:animate} 2457 2459 The output generated by \anuga may be viewed by 2458 means of the visualisation tool \code{ swollen}, which takes the2460 means of the visualisation tool \code{animate}, which takes the 2459 2461 \code{SWW} file output by \anuga and creates a visual representation 2460 2462 of the data. Examples may be seen in Figures \ref{fig:runupstart} 2461 2463 and \ref{fig:runup2}. To view an \code{SWW} file with 2462 \code{ swollen} in the Windows environment, you can simply drag the2464 \code{animate} in the Windows environment, you can simply drag the 2463 2465 icon representing the file over an icon on the desktop for the 2464 \code{ swollen} executable file (or a shortcut to it), or set up a2466 \code{animate} executable file (or a shortcut to it), or set up a 2465 2467 file association to make files with the extension \code{.sww} open 2466 with \code{ swollen}. Alternatively, you can operate \code{swollen}2468 with \code{animate}. Alternatively, you can operate \code{animate} 2467 2469 from the command line, in both Windows and Linux environments. 2468 2470 … … 2498 2500 \vfill 2499 2501 2500 The following table describes how to operate swollenfrom the command line:2501 2502 Usage: \code{ swollen[options] swwfile \ldots}\\ \nopagebreak2502 The following table describes how to operate animate from the command line: 2503 2504 Usage: \code{animate [options] swwfile \ldots}\\ \nopagebreak 2503 2505 Options:\\ \nopagebreak 2504 2506 \begin{tabular}{ll} … … 3130 3132 3131 3133 \indexedbold{NetCDF} & &\\ 3134 3135 \indexedbold{node} & A point at which edges meet & \\ 3132 3136 3133 3137 \indexedbold{northing} & A rectangular (x,y) coordinate measurement of distance … … 3164 3168 % \indexedbold{try this} 3165 3169 3166 \indexedbold{swollen} & visualisation tool used with \anuga & \pageref{sec:swollen}\\ 3170 \indexedbold{animate} & visualisation tool used with \anuga & 3171 \pageref{sec:animate}\\ 3167 3172 3168 3173 \indexedbold{time boundary} & Returns values for the conserved
Note: See TracChangeset
for help on using the changeset viewer.