- Timestamp:
- Jun 14, 2012, 12:31:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/experimental/balanced_dev/swb2_domain.py
r8397 r8446 75 75 # Note that the extrapolation method used in quantity_ext.c (e.g. 76 76 # extrapolate_second_order_and_limit_by_edge) uses a constant value for 77 # all the betas == beta_rk2 in our case.78 self.beta_w= 2.079 self.beta_w_dry= 2.080 self.beta_uh= 2.081 self.beta_uh_dry= 2.082 self.beta_vh= 2.083 self.beta_vh_dry= 2.077 # all the betas. 78 self.beta_w=1.0 79 self.beta_w_dry=1.0 80 self.beta_uh=1.0 81 self.beta_uh_dry=1.0 82 self.beta_vh=1.0 83 self.beta_vh_dry=1.0 84 84 85 85 #self.optimise_dry_cells=True
Note: See TracChangeset
for help on using the changeset viewer.