source: trunk/anuga_core/validation_tests/report.tex @ 8427

Last change on this file since 8427 was 8427, checked in by davies, 13 years ago

Adding the trapezoidal channel validation test, and editing the ANUGA manual

File size: 1.4 KB
Line 
1\documentclass[11pt,a4paper]{report}
2
3
4
5\usepackage{graphicx}
6\usepackage{epstopdf}
7\usepackage[section]{placeins} % 'one-shot' command to nicely place figures
8
9\input{local-defs}
10
11%=========================================
12\begin{document} 
13%=========================================
14
15%======================
16\chapter{Introduction}
17%======================
18
19Here we collect the results of running our validation tests.
20
21
22
23%======================
24\chapter{Analytical Tests}
25%======================
26
27\inputresults{Tests/Analytical/Dam_Break}
28
29\inputresults{Tests/Analytical/runup1}
30
31\inputresults{Tests/Analytical/runup_sinusoid}
32
33\inputresults{Tests/Analytical/trapezoidal_channel}
34
35%======================
36\chapter{Experimental Tests}
37%======================
38
39\inputresults{Tests/Experimental/Isolated_Building}
40
41%======================
42\chapter{Real World Tests}
43%======================
44
45\inputresults{Tests/Real_World/Patong}
46
47%======================
48\appendix
49%======================
50%======================
51\chapter{Adding New Tests}
52%======================
53
54
55To setup a new validation test, create a test directory under the
56\textsc{Tests} directory. In that directory there should be the test code, a
57\TeX{} file \texttt{results.tex} and a python script
58\texttt{produce\_results.py}, which runs the simulation and produces the
59outputs. In this \TeX{} file, \texttt{report.tex}, add a line
60\begin{verbatim}
61\inputresults{Tests/Directory/Name}
62\end{verbatim}
63\end{document}
Note: See TracBrowser for help on using the repository browser.