Last change
on this file since 8428 was
8428,
checked in by davies, 13 years ago
|
Adding discharge info to channel test
|
File size:
1.5 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 | \usepackage{datatool} |
---|
9 | |
---|
10 | \input{local-defs} |
---|
11 | |
---|
12 | %========================================= |
---|
13 | \begin{document} |
---|
14 | %========================================= |
---|
15 | |
---|
16 | %====================== |
---|
17 | \chapter{Introduction} |
---|
18 | %====================== |
---|
19 | |
---|
20 | Here we collect the results of running our validation tests. |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | %====================== |
---|
25 | \chapter{Analytical Tests} |
---|
26 | %====================== |
---|
27 | |
---|
28 | \inputresults{Tests/Analytical/Dam_Break} |
---|
29 | |
---|
30 | \inputresults{Tests/Analytical/runup1} |
---|
31 | |
---|
32 | \inputresults{Tests/Analytical/runup_sinusoid} |
---|
33 | |
---|
34 | \inputresults{Tests/Analytical/trapezoidal_channel} |
---|
35 | |
---|
36 | %====================== |
---|
37 | \chapter{Experimental Tests} |
---|
38 | %====================== |
---|
39 | |
---|
40 | \inputresults{Tests/Experimental/Isolated_Building} |
---|
41 | |
---|
42 | %====================== |
---|
43 | \chapter{Real World Tests} |
---|
44 | %====================== |
---|
45 | |
---|
46 | \inputresults{Tests/Real_World/Patong} |
---|
47 | |
---|
48 | %====================== |
---|
49 | \appendix |
---|
50 | %====================== |
---|
51 | %====================== |
---|
52 | \chapter{Adding New Tests} |
---|
53 | %====================== |
---|
54 | |
---|
55 | |
---|
56 | To setup a new validation test, create a test directory under the |
---|
57 | \textsc{Tests} directory. In that directory there should be the test code, a |
---|
58 | \TeX{} file \texttt{results.tex} and a python script |
---|
59 | \texttt{produce\_results.py}, which runs the simulation and produces the |
---|
60 | outputs. In this \TeX{} file, \texttt{report.tex}, add a line |
---|
61 | \begin{verbatim} |
---|
62 | \inputresults{Tests/Directory/Name} |
---|
63 | \end{verbatim} |
---|
64 | \end{document} |
---|
Note: See
TracBrowser
for help on using the repository browser.