Changeset 4631 for anuga_work
- Timestamp:
- Jul 18, 2007, 6:08:10 PM (18 years ago)
- Location:
- anuga_work
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Rudy_vandrie_2007/run_example.py
r4440 r4631 61 61 # (this in planned to be the default!) 62 62 domain.beta_h = 0.0 63 domain. limit2007= 063 domain.tight_slope_limiters = 0 64 64 65 65 #------------------------- -
anuga_work/development/Rudy_vandrie_2007/run_hydro_example.py
r4440 r4631 31 31 domain.set_minimum_storable_height(0.0001) 32 32 domain.beta_h = 0.0 33 domain. limit2007= 133 domain.tight_slope_limiters = 1 34 34 35 35 -
anuga_work/development/dam_test_from_brad_2007/dam_sample.py
r4258 r4631 30 30 #domain.set_store_vertices_uniquely(True) # Look at the 'real' triangles 31 31 domain.beta_h = 0.0 32 domain. limit2007= 132 domain.tight_slope_limiters = 1 33 33 domain.set_minimum_allowed_height(0.01) 34 34 -
anuga_work/development/demos/island.py
r4539 r4631 64 64 65 65 domain.beta_h = 0.0 66 domain. limit2007= 166 domain.tight_slope_limiters = 1 67 67 68 68 #------------------------------------------------------------------------------ -
anuga_work/development/demos/limiter_test.py
r4539 r4631 27 27 domain.set_store_vertices_uniquely(True) 28 28 domain.set_default_order(2) 29 domain. limit2007= 129 domain.tight_slope_limiters = 1 30 30 31 31 #------------------------------------------------------------------------------ -
anuga_work/production/broome_2006/run_broome_urs.py
r4587 r4631 174 174 print 'domain id', id(domain) 175 175 domain.beta_h = 0 176 #domain. limit2007= 1176 #domain.tight_slope_limiters = 1 177 177 178 178 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier.py
r4430 r4631 160 160 print 'domain id', id(domain) 161 161 domain.beta_h = 0 162 #domain. limit2007= 1162 #domain.tight_slope_limiters = 1 163 163 164 164 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier_simple.py
r4357 r4631 233 233 print 'domain id', id(domain) 234 234 domain.beta_h = 0 235 domain. limit2007= 1235 domain.tight_slope_limiters = 1 236 236 ''' 237 237 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier_urs.py
r4587 r4631 169 169 print 'domain id', id(domain) 170 170 domain.beta_h = 0 171 #domain. limit2007= 1171 #domain.tight_slope_limiters = 1 172 172 173 173 #------------------------------------------------------------------------- -
anuga_work/production/exmouth_2006/run_exmouth.py
r4587 r4631 170 170 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 171 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain. limit2007= 1 #minimises creep172 #domain.tight_slope_limiters = 1 #minimises creep 173 173 174 174 #------------------------------------------------------------------------- -
anuga_work/production/onslow_2006/run_onslow_urs.py
r4587 r4631 170 170 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 171 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain. limit2007= 1 #minimises creep172 #domain.tight_slope_limiters = 1 #minimises creep 173 173 174 174 #------------------------------------------------------------------------- -
anuga_work/production/onslow_2006/ticket160_run.py
r4506 r4631 182 182 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 183 183 domain.beta_h = 0 184 domain. limit2007= 1184 domain.tight_slope_limiters = 1 185 185 domain.H0=0.01 186 186 -
anuga_work/production/pt_hedland_2006/run_pt_hedland_urs.py
r4587 r4631 162 162 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 163 163 #domain.H0=0.01 #controls the flux limiter (limiter2007) 164 #domain. limit2007= 1 #minimises creep164 #domain.tight_slope_limiters = 1 #minimises creep 165 165 166 166 #------------------------------------------------------------------------- -
anuga_work/production/shark_bay_2007/run_shark_bay.py
r4630 r4631 170 170 print 'domain id', id(domain) 171 171 domain.beta_h = 0 172 #domain. limit2007= 1172 #domain.tight_slope_limiters = 1 173 173 174 174 -
anuga_work/production/shark_bay_2007/run_shark_bay_frequency_sweep.py
r4625 r4631 162 162 print 'domain id', id(domain) 163 163 domain.beta_h = 0 164 #domain. limit2007= 1164 #domain.tight_slope_limiters = 1 165 165 166 166
Note: See TracChangeset
for help on using the changeset viewer.