Changeset 5442 for anuga_work/development/continental_margin_0708
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (17 years ago)
- Location:
- anuga_work/development/continental_margin_0708
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/continental_margin_0708/con_900.py
r5066 r5442 103 103 domain.set_quantity('friction', 0) # Constant friction 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 domain.tight_slope_limiters = 1106 domain.beta_h = 0 105 domain.tight_slope_limiters = True 106 107 107 108 108 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/curved_down_slope.py
r5066 r5442 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0107 106 108 107 -
anuga_work/development/continental_margin_0708/curved_down_slope_large.py
r5066 r5442 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0107 106 108 107 -
anuga_work/development/continental_margin_0708/curved_linear.py
r5066 r5442 101 101 domain.set_quantity('stage', 0) # Constant negative initial stage 102 102 domain.tight_slope_limiters = 1 103 domain.beta_h = 0104 103 105 104 -
anuga_work/development/continental_margin_0708/curved_up_slope.py
r5066 r5442 102 102 domain.set_quantity('stage', 0) # Constant negative initial stage 103 103 domain.tight_slope_limiters = 1 104 domain.beta_h = 0105 104 106 105 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/curved_up_slope_large.py
r5066 r5442 74 74 domain.set_datadir(output_dir) 75 75 domain.tight_slope_limiters = 1 76 domain.beta_h = 077 76 78 77 -
anuga_work/development/continental_margin_0708/friction_0.02.py
r5066 r5442 103 103 domain.set_quantity('friction', 0.02) # Constant friction 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0 105 domain.tight_slope_limiters = True 107 106 108 107 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/gettimeseriesfrict.py
r5066 r5442 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 104 domain.tight_slope_limiters = 1 105 domain.beta_h = 0 105 106 106 #------------------------------------------------------------------------------ 107 107 # Setup boundary conditions -
anuga_work/development/continental_margin_0708/linear.py
r5066 r5442 99 99 domain.set_quantity('stage', 0) # Constant negative initial stage 100 100 domain.tight_slope_limiters = 1 101 domain.beta_h = 0102 101 103 102 -
anuga_work/development/continental_margin_0708/linear_curved.py
r5066 r5442 102 102 domain.set_quantity('stage', 0) # Constant negative initial stage 103 103 domain.tight_slope_limiters = 1 104 domain.beta_h = 0105 104 106 105 -
anuga_work/development/continental_margin_0708/linear_slope.py
r5066 r5442 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 104 domain.tight_slope_limiters = 1 105 domain.beta_h = 0106 105 107 106 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/linear_slope_large.py
r5066 r5442 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 104 domain.tight_slope_limiters = 1 105 domain.beta_h = 0106 105 107 106 -
anuga_work/development/continental_margin_0708/mesh_80000_curved_down_slope.py
r5066 r5442 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0107 106 108 107 -
anuga_work/development/continental_margin_0708/neg_con_900.py
r5066 r5442 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0107 106 108 107 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/sin_wave_900.py
r5066 r5442 104 104 domain.set_quantity('stage', 0) # Constant negative initial stage 105 105 domain.tight_slope_limiters = 1 106 domain.beta_h = 0107 106 108 107 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/sol_900.py
r5066 r5442 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 104 domain.tight_slope_limiters = 1 105 domain.beta_h = 0 105 106 106 107 107 #------------------------------------------------------------------------------ -
anuga_work/development/continental_margin_0708/timeseriessol.py
r5066 r5442 102 102 domain.set_quantity('friction', 0) # Constant friction 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 domain.tight_slope_limiters = 1105 domain.beta_h = 0 104 domain.tight_slope_limiters = True 105 106 106 #------------------------------------------------------------------------------ 107 107 # Setup boundary conditions -
anuga_work/development/continental_margin_0708/wave_value_tester_900.py
r5066 r5442 103 103 domain.set_quantity('stage', 0) # Constant negative initial stage 104 104 domain.tight_slope_limiters = 1 105 domain.beta_h = 0106 105 107 106 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.