Changeset 3756
- Timestamp:
- Oct 11, 2006, 5:04:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r3754 r3756 105 105 within each cell over time by solving the shallow water wave equation 106 106 governing equation using a finite-volume method. 107 108 \anuga cannot model details of breaking waves, flow under ceilings such109 as pipes, turbulence and vortices, vertical convection or viscous110 flows.111 107 112 108 \anuga also incorporates a mesh generator, called \code{pmesh}, that … … 209 205 As such it cannot resolve vertical convection and consequently not breaking 210 206 waves or 3D turbulence (e.g.\ vorticity). 207 \item The surface is assumed to be open, e.g. \anuga cannot model 208 flow under ceilings or in pipes 209 \item Fluid is assumed to be inviscid 211 210 \item The finite volume is a very robust and flexible numerical technique, 212 211 but it is not the fastest method around. If the geometry is sufficiently … … 359 358 360 359 {\small \begin{verbatim} 361 domain.set_name(' bedslope')360 domain.set_name('runup') 362 361 \end{verbatim}} 363 362 … … 633 632 tool \code{swollen}. Figure \ref{fig:runupstart} shows the domain 634 633 with water surface as specified by the initial condition, $t=0$. 635 Figure \ref{fig: bedslope2} shows later snapshots for $t=2.3$ and634 Figure \ref{fig:runup2} shows later snapshots for $t=2.3$ and 636 635 $t=4$ where the system has been evolved and the wave is encroaching 637 636 on the previously dry bed. All figures are screenshots from an … … 644 643 {examples/runupstart.eps}} 645 644 646 \caption{ Bedslopeexample viewed with Swollen}645 \caption{Runup example viewed with Swollen} 647 646 \label{fig:runupstart} 648 647 \end{figure} … … 656 655 } 657 656 658 \caption{ Bedslopeexample viewed with Swollen}659 \label{fig: bedslope2}657 \caption{Runup example viewed with Swollen} 658 \label{fig:runup2} 660 659 \end{figure} 661 660 … … 743 742 \section{Model Output} 744 743 745 The following figure s are screenshotsfrom the \anuga visualisation744 The following figure is a screenshot from the \anuga visualisation 746 745 tool \code{swollen} of output from this example. 747 %\begin{figure}[hbt]748 % \centerline{\includegraphics[width=75mm,height=75mm]749 % {examples/runupstart.eps}}%750 % 751 % \caption{Bedslopeexample viewed with Swollen}752 % \label{fig:runupstart}753 %\end{figure}746 \begin{figure}[hbt] 747 \centerline{\includegraphics[height=75mm] 748 {examples/channel1.eps}}% 749 750 \caption{Simple channel example viewed with Swollen} 751 \label{fig:channel1} 752 \end{figure} 754 753 755 754 … … 835 834 In addition, changing the resolution to dx=dy=0.1 creates a finer mesh resolving the new featurse better. 836 835 837 A screenshot of this model at time == ...is836 A screenshot of this model at time == 15s is 838 837 \begin{figure}[hbt] 839 838 840 \centerline{\includegraphics[ width=75mm,height=75mm]841 {examples/ runupstart.eps}}842 843 \caption{ Channel3 example viewed with Swollen}839 \centerline{\includegraphics[height=75mm] 840 {examples/channel3.eps}} 841 842 \caption{More complex flow in a channel} 844 843 \label{fig:channel3} 845 844 \end{figure} … … 2161 2160 you to convert an NetCDF file into a readable format such as the 2162 2161 Class Definition Language (CDL). The following is an excerpt from a 2163 CDL representation of the output file \file{ bedslope.sww} generated2162 CDL representation of the output file \file{runup.sww} generated 2164 2163 from running the simple example \file{runup.py} of 2165 2164 Chapter \ref{ch:getstarted}: … … 2444 2443 \code{SWW} file output by \anuga and creates a visual representation 2445 2444 of the data. Examples may be seen in Figures \ref{fig:runupstart} 2446 and \ref{fig: bedslope2}. To view an \code{SWW} file with2445 and \ref{fig:runup2}. To view an \code{SWW} file with 2447 2446 \code{swollen} in the Windows environment, you can simply drag the 2448 2447 icon representing the file over an icon on the desktop for the
Note: See TracChangeset
for help on using the changeset viewer.