Changeset 8802
- Timestamp:
- Apr 2, 2013, 12:46:23 AM (12 years ago)
- Location:
- trunk/anuga_core/source/anuga_validation_tests
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/bibliography.bib
r8721 r8802 1 @ARTICLE{MBNS1997, 2 author = {I. MacDonald and M. J. Baines and N. K. Nichols and P. G. Samuels}, 3 title = {Analytic benchmark solutions for open-channel flows}, 4 journal = {Journal of Hydraulic Engineering}, 5 year = {1997}, 6 volume = {123}, 7 number = {11}, 8 pages = {1041--1045}, 9 note = {\url{http://dx.doi.org/10.1061/(ASCE)0733-9429(1997)123:11(1041)}} 10 } 11 12 @ARTICLE{MBNS1995, 13 author = {I. MacDonald and M. J. Baines and N. K. Nichols and P. G. Samuels}, 14 title = {Steady open channel test problems with analytic solutions}, 15 journal = {Numerical Analysis Report 3/95, University of Reading}, 16 year = {1995}, 17 note = {\url{http://www.reading.ac.uk/web/FILES/maths/03-95.pdf}} 18 } 19 20 @ARTICLE{Delestre-etal2012, 21 author = {O. Delestre and C. Lucas and P.-A. Ksinant and F. Darboux and 22 C. Laguerre and T.-N. -Tuoi Vo and F. James and S. Cordier}, 23 title = {SWASHES: a compilation of shallow water analytic solutions for hydraulic and environmental studies}, 24 journal = {International Journal for Numerical Methods in Fluids}, 25 year = {2012}, 26 volume = {Early View}, 27 note = {\url{http://dx.doi.org/10.1002/fld.3741}} 28 } 29 30 1 31 2 32 @ARTICLE{HK1968, … … 87 117 year = {2006} 88 118 } 89 % note = {\url{http://anuga.anu.edu.au/raw-attachment/wiki/AnugaPublications/John_Jakeman.pdf}} 119 90 120 @BOOK{George2006, 91 121 author = {D. L. George}, … … 1253 1283 volume = {2}, 1254 1284 number = {2}, 1255 pages = {75--87}, 1256 note ={\url{http://en.scientificcommons.org/49094905}} 1285 pages = {75--87} 1257 1286 } 1258 1287 -
trunk/anuga_core/source/anuga_validation_tests/report.tex
r8754 r8802 6 6 \usepackage{datatool} 7 7 \usepackage{url} 8 \usepackage{amsmath} 8 9 \DeclareUrlCommand\UScore{\urlstyle{rm}} 9 10 … … 17 18 18 19 \title{Automated Report on the Performance of \anuga{} on Various Test Problems} 20 \author{Sudi Mungkasi, Stephen Roberts, Gareth Davies, Rudy van Drie} %Type your name(s) here! 19 21 \maketitle 20 22 \tableofcontents … … 29 31 30 32 %====================== 31 \chapter{ Simple Tests}33 \chapter{Tests using analytical exact solutions} 32 34 %====================== 33 35 … … 36 38 \inputresults{Analytical_exact/avalanche_dry} 37 39 \inputresults{Analytical_exact/avalanche_wet} 40 \inputresults{Analytical_exact/carrier_greenspan_periodic} 41 \inputresults{Analytical_exact/carrier_greenspan_transient} 42 \inputresults{Analytical_exact/deep_wave} 43 \inputresults{Analytical_exact/MacDonald_short_channel} 44 \inputresults{Analytical_exact/parabolic_basin} 45 \inputresults{Analytical_exact/paraboloid_basin} 38 46 39 %\inputresults{Tests/Simple/runup1} 47 \inputresults{Analytical_exact/runup_on_beach} 48 \inputresults{Analytical_exact/runup_on_sinusoid_beach} 40 49 41 %\inputresults{Tests/Simple/runup_sinusoid} 42 43 %\inputresults{Tests/Simple/trapezoidal_channel} 44 45 %\inputresults{Tests/Simple/parabolic_basin_1D} 46 47 %\inputresults{Tests/Simple/deep_wave} 48 49 %\inputresults{Tests/Simple/steep_slope} 50 50 \inputresults{Analytical_exact/lake_at_rest_immersed_bump} 51 \inputresults{Analytical_exact/lake_at_rest_steep_island} 52 \inputresults{Analytical_exact/rundown_mild_slope} 53 \inputresults{Analytical_exact/subcritical_over_bump} 54 \inputresults{Analytical_exact/transcritical_with_shock} 55 \inputresults{Analytical_exact/transcritical_without_shock} 56 \inputresults{Analytical_exact/trapezoidal_channel} 51 57 %%====================== 52 58 %\chapter{Benchmark Tests} -
trunk/anuga_core/source/anuga_validation_tests/utilities.py
r8739 r8802 7 7 8 8 def run_validation_script(script): 9 from fabricate import *run9 from fabricate import run 10 10 from validation_tests.parameters import alg,cfl 11 11 run('python', script, '-alg', alg, '-cfl', cfl)
Note: See TracChangeset
for help on using the changeset viewer.