Changeset 8802


Ignore:
Timestamp:
Apr 2, 2013, 12:46:23 AM (12 years ago)
Author:
mungkasi
Message:

New bibliography and adding produce_report in the anuga_validation_tests folder.

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
    131
    232@ARTICLE{HK1968,
     
    87117 year      = {2006}
    88118}
    89 % note      = {\url{http://anuga.anu.edu.au/raw-attachment/wiki/AnugaPublications/John_Jakeman.pdf}}
     119
    90120@BOOK{George2006,
    91121 author    = {D. L. George},
     
    12531283 volume    = {2},
    12541284 number    = {2},
    1255  pages     = {75--87},
    1256  note      ={\url{http://en.scientificcommons.org/49094905}}
     1285 pages     = {75--87}
    12571286}
    12581287
  • trunk/anuga_core/source/anuga_validation_tests/report.tex

    r8754 r8802  
    66\usepackage{datatool}
    77\usepackage{url}
     8\usepackage{amsmath}
    89\DeclareUrlCommand\UScore{\urlstyle{rm}}
    910
     
    1718
    1819\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!
    1921\maketitle
    2022\tableofcontents
     
    2931
    3032%======================
    31 \chapter{Simple Tests}
     33\chapter{Tests using analytical exact solutions}
    3234%======================
    3335
     
    3638\inputresults{Analytical_exact/avalanche_dry}
    3739\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}
    3846
    39 %\inputresults{Tests/Simple/runup1}
     47\inputresults{Analytical_exact/runup_on_beach}
     48\inputresults{Analytical_exact/runup_on_sinusoid_beach}
    4049
    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}
    5157%%======================
    5258%\chapter{Benchmark Tests}
  • trunk/anuga_core/source/anuga_validation_tests/utilities.py

    r8739 r8802  
    77
    88def run_validation_script(script):
    9     from fabricate import * run
     9    from fabricate import run
    1010    from validation_tests.parameters import alg,cfl
    1111    run('python', script,  '-alg', alg, '-cfl', cfl)
Note: See TracChangeset for help on using the changeset viewer.