Changeset 8933


Ignore:
Timestamp:
Jun 26, 2013, 3:44:06 PM (12 years ago)
Author:
steve
Message:

Updated main report introduction

Location:
trunk/anuga_core/source/anuga_validation_tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_validation_tests/parameters.py

    r8899 r8933  
    77__date__ ="$20/08/2012 11:20:00 PM$"
    88
    9 
     9alg = '1_5'
     10cfl = 1.0
    1011
    1112try:
    1213    from anuga_validation_tests.local_parameters import *
    1314except:
    14     alg = '1_5'
    15     cfl = 1.0
     15    pass
    1616
    1717
     
    1919
    2020
     21
     22
  • trunk/anuga_core/source/anuga_validation_tests/report.tex

    r8932 r8933  
    2626\chapter{Introduction}
    2727%======================
    28 \anuga{} is a free and open source software developed by Roberts and collaborators from the Australian National University (ANU) and Geoscience Australia (GA). It is devoted to fluid flow simulations, especially shallow water flows, such as floods, tsunamis and dam breaks. The official website of \anuga{} is \verb http://anuga.anu.edu.au .
     28\anuga{} is a free and open source software developed by Roberts and collaborators from the Australian
     29National University (ANU) and Geoscience Australia (GA). It is devoted to fluid flow simulations,
     30especially shallow water flows, such as floods, tsunamis and dam breaks. The official website of
     31\anuga{} is \verb http://anuga.anu.edu.au .
    2932
    3033
    3134
    32 The method implemented in \anuga{} is a numerical finite volume method used to solve the shallow water equations. Some mathematical explanation of the method is given in the \anuga{} User Manual~\cite{RNGS2010}. In two dimensions, the domain is discretised into finite number of triangular elements. \anuga{} then evolves the conserved quantities (water depth and momenta) with respect to time to obtain the numerical solution to a given problem. The evolution is based on the given quantity and flux values. The numerical flux used in \anuga{} is the Kurganov's flux~\cite{KNP2001, KL2002}. The boundary conditions that we use in this work include reflective, transmissive, Dirichlet and time boundaries.
     35The method implemented in \anuga{} is a numerical finite volume method used to
     36solve the shallow water equations. Some mathematical explanation of the method
     37is given in the \anuga{} User Manual~\cite{RNGS2010}. In two dimensions, the
     38domain is discretised into finite number of triangular elements. \anuga{}
     39then evolves the conserved quantities (water depth and momenta) with respect
     40to time to obtain the numerical solution to a given problem. The evolution
     41is based on the given quantity and flux values. The numerical flux used in
     42\anuga{} is the Kurganov's flux~\cite{KNP2001, KL2002}. The boundary conditions
     43that we use in this work include reflective, transmissive, Dirichlet
     44and time boundaries.
    3345
    3446
    3547
    36 The results in this report were produced by \anuga{} version \majorR{} from svn repository revision \minorR{} at time \timeR.
     48% ****Add ***
     49How to run, using produce results,
     50
     51change defaults using local parameters.py format
     52
     53alg = '2_0'
     54
     55would use flow_algorithm '2_0' See manual for description of flow algorithms.
     56
     57validate all will rerun a subset of the tests (which have sensible "correct"
     58results to test against.
     59
     60One by one testing
     61
     62
     63
     64
     65
     66
     67The results in this report were produced by \anuga{} version \majorR{} from svn
     68repository revision \minorR{} at time \timeR.
    3769The flow algorithm was \alg{} and CFL condition \cfl, unless otherwise stated explicitly.
    3870
    39 The report is organised as follows. We collect a number of tests against analytical exact solutions in Chapter~\ref{ch:ana}. Tests against other reference data or solutions are given in Chapter~\ref{ch:ref}. We provide explanations on how to add new tests in the Appendix.
     71The report is organised as follows. We collect a number of tests against
     72analytical exact solutions in Chapter~\ref{ch:ana}. Tests against other
     73reference data or solutions are given in Chapter~\ref{ch:ref}.
     74We provide explanations on how to add new tests in the Appendix.
    4075
    4176%======================
Note: See TracChangeset for help on using the changeset viewer.