Changes between Version 26 and Version 27 of TestSuite


Ignore:
Timestamp:
09/12/11 11:01:45 (13 years ago)
Author:
martinhe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TestSuite

    v26 v27  
    3535- a "ref" directory which contains the reference chombo file.
    3636
    37 '''The reference chombo file.''' This file, chombo00001.hdf, has been produced with the code and verified by someone in our research group using well documented quantitative analytical or numerical studies. Reference chombos are included with the current distribution of the code, and information about them can be found in their corresponding test wiki pages.
     37'''The reference chombo file (CHref).''' This file, chombo00001.hdf, has been produced with the code and verified by someone in our research group using well documented quantitative analytical or numerical studies. Reference chombos are included with the current distribution of the code, and information about them can be found in their corresponding test wiki pages.
    3838
    3939'''Running tests'''. This is done using two shell scripts:
     
    5353== List of tests ==
    5454
    55 === Verification tests ===
    5655
    57 ||= Test folder name =||= Brief description =||= Result type =||= Est. time to run =||=  Test wiki page =||
     56
     57||= Name =||= Description =||= Result type =||= Variations =||= Est. time =||=  Status =||
     58||2D Field_Loop_Advection [wiki:TestSuite/FieldLoop2D || Advects a loop of magnetic field diagonally across the grid || A || APPROX 30 minutes (2-proc, grass) || Implemented ||
     59|| Analytic Cooling [wiki:TestSuite/RadiativeShocks] || The position of a strong shock oscillates depending on gas cooling rate. Cooling is prescribed analytically. || A || Implemented but needs verification ||
     60
    5861||01-1D_sod_shock-tube || Runs 1D Sod shock tube with all combinations of integration schemes || P/F with rel. error, text file || 60 sec. (single-proc, grass) || TestSuite/SodShockTube ||
    59 ||07-Field_Loop_Advection || Advects a loop of magnetic field around the grid with different field strengths and CT methods || P/F with rel. error, text file || 30 minutes (2-proc, grass) || [wiki:TestSuite/FieldLoop2D] ||
    60 ||??-Radiative shock instability || Two related tests to verify the cooling source term(s) || P/F with rel. error, text file || unknown || [wiki:TestSuite/RadiativeShocks] ||
     62
     63
     64
     65Results type:
     66* A: Postprocessing relative error (vector):
     67|CHnew('''q''','''x''') - CHref('''q''','''x''')|/|CHref('''q''','''x''')|,
     68
     69where CHnew is the final chombo file that was produced by the new simulations (the one that's been tested), CHref is the reference chombo file (see above), '''q'''=(density, x-momentum, y-momentum, ...) and '''x''' is the cell position vector.
    6170
    6271=== Showcase tests ===