Changeset 5583


Ignore:
Timestamp:
Jul 29, 2008, 5:26:53 PM (16 years ago)
Author:
ole
Message:

Work on more sts boundary testing (sine wave).
Not deployed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r5582 r5583  
    77327732       
    77337733        gauge_depth=20*ones(n,Float)
    7734         ha=2*ones((n,time_step_count),Float)
    7735         ua=10*ones((n,time_step_count),Float)
    7736         va=-10*ones((n,time_step_count),Float)
     7734        ha1[1]=2*sin(times_ref - 3)
     7735        ua=0.0*ones((n,time_step_count),Float)
     7736        va=0.0*ones((n,time_step_count),Float)
    77377737       
    77387738       
     
    78267826        meshname = 'urs_test_mesh' + '.tsh'
    78277827        interior_regions=None
    7828         boundary_tags={'ocean': [0,4], 'otherocean': [1,2,3]}
     7828        boundary_tags={'ocean': [0,1], 'otherocean': [2,3,4]}
    78297829       
    78307830        # have to change boundary tags from last example because now bounding
     
    97639763    suite = unittest.makeSuite(Test_Data_Manager,'test')
    97649764    #suite = unittest.makeSuite(Test_Data_Manager,'test_file_boundary_stsI')
    9765     #suite = unittest.makeSuite(Test_Data_Manager,'test_urs2sts_ordering_different_sources')
     9765    #suite = unittest.makeSuite(Test_Data_Manager,'test_file_boundary_stsIV_sinewave_ordering')
    97669766    #suite = unittest.makeSuite(Test_Data_Manager,'test_get_flow_through_cross_section_with_geo')
    97679767    #suite = unittest.makeSuite(Test_Data_Manager,'covered_')
Note: See TracChangeset for help on using the changeset viewer.