Changeset 5442 for anuga_validation
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (17 years ago)
- Location:
- anuga_validation
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r5303 r5442 61 61 domain.set_quantities_to_be_monitored('stage') 62 62 63 # New slope limiter and first order h-limiter64 # (this in planned to be the default!)65 domain.beta_h = 0.066 domain.tight_slope_limiters = True # Run time invariant in this case67 63 domain.use_centroid_velocities = True 68 64 -
anuga_validation/circular_island/run_circular.py
r5147 r5442 213 213 #domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 214 214 domain.tight_slope_limiters = 1 215 domain.beta_h = 0.0216 215 217 216 sww_file=output_dir+sep+model_name+'.sww' -
anuga_validation/circular_island/sqrt_table_run_circular.py
r5131 r5442 225 225 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 226 226 domain.tight_slope_limiters = 1 227 domain.beta_h = 0.0228 227 sww_file=output_dir+sep+model_name+'.sww' 229 228 -
anuga_validation/convergence_study/dam_break.py
r5300 r5442 71 71 domain.beta_uh = 0.6 72 72 domain.beta_vh = 0.6 73 domain.beta_h = 0.074 73 75 74 -
anuga_validation/convergence_study/tilted.py
r5180 r5442 74 74 domain.beta_vh = 0.6 75 75 domain.beta_vh_dry = 0.0 76 domain.beta_h = 0.0 76 77 77 78 78 interactive_visualisation = True -
anuga_validation/convergence_study/wave.py
r5306 r5442 77 77 domain.beta_vh = 1.0 78 78 domain.beta_vh_dry = 0.0 79 domain.beta_h = 0.080 81 79 82 80 -
anuga_validation/okushiri_2005/run_okushiri.py
r5424 r5442 57 57 domain.set_minimum_storable_height(0.001) # Don't store h < 0.001m 58 58 domain.tight_slope_limiters = True 59 domain.beta_h = 0.060 59 61 60 #Timings on AMD64-242 (beta_h=0) -
anuga_validation/performance_tests/okushiri/run_okushiri_profile.py
r4768 r5442 60 60 #domain.set_quantities_to_be_stored(None) 61 61 62 # New slope limiter and first order h-limiter63 # (this in planned to be the default!)64 domain.beta_h = 0.065 domain.tight_slope_limiters = 1 # Run time invariant in this case66 62 67 63 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.