- Timestamp:
- Jun 26, 2008, 1:21:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py
r5441 r5442 1436 1436 domain.tight_slope_limiters = 0 # Backwards compatibility (14/4/7) 1437 1437 domain.H0 = 0 # Backwards compatibility (6/2/7) 1438 domain.beta_h = 0.0 # Backwards compatibility (14/2/7)1439 1438 domain.use_centroid_velocities = 0 # Backwards compatibility (7/5/8) 1440 1439 … … 1489 1488 # print 1490 1489 1491 #Reference (nautilus 26/6/2008) (beta_h == 0)1490 #Reference (nautilus 26/6/2008) 1492 1491 1493 1492 G0 = [-0.20000000000000001, -0.20000000000000001, -0.19920600846161715, -0.19153647344085376, -0.19127622768281194, -0.1770671909675095, -0.16739412133181927, -0.16196038919122191, -0.15621633053131384, -0.15130021599977705, -0.13930978857215484, -0.19349274358263582, -0.19975307598803765, -0.19999897143103357, -0.1999999995532111, -0.19999999999949952, -0.19999999999949952, -0.19999999999949952, -0.19997270012494556, -0.19925805948554556, -0.19934513778450533, -0.19966484196394893, -0.1997352860102084, -0.19968260481750394, -0.19980280797303882, -0.19998804881822749, -0.19999999778075916, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167, -0.19999999999966167] … … 2734 2733 domain.beta_vh = 0.9 2735 2734 domain.beta_vh_dry = 0.9 2736 domain.beta_h = 0.0 #Use first order in h-limiter2737 2735 2738 2736 # FIXME (Ole): Need tests where this is commented out … … 3218 3216 domain.smooth = False 3219 3217 domain.default_order = 2 3220 domain.beta_h = 0.03221 3218 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 3222 3219 … … 3291 3288 domain.smooth = False 3292 3289 domain.default_order=2 3293 domain.beta_h = 0.03294 3290 3295 3291 #IC … … 3955 3951 domain.smooth = False 3956 3952 domain.default_order = 1 3957 domain.beta_h = 0.0 # Use first order in h-limiter3958 3953 3959 3954 # FIXME (Ole): Need tests where these two are commented out … … 4126 4121 domain.beta_vh = 0.9 4127 4122 domain.beta_vh_dry = 0.9 4128 domain.beta_h = 0.0 #Use first order in h-limiter4129 4123 4130 4124 # FIXME (Ole): Need tests where this is commented out … … 4230 4224 domain.beta_vh = 0.9 4231 4225 domain.beta_vh_dry = 0.9 4232 domain.beta_h = 0.0 #Use first order in h-limiter4233 4226 4234 4227 # FIXME (Ole): Need tests where this is commented out … … 4330 4323 domain.beta_vh = 0.9 4331 4324 domain.beta_vh_dry = 0.9 4332 domain.beta_h = 0.0 #Use first order in h-limiter4333 4325 4334 4326 … … 4470 4462 domain.beta_vh = 0.9 4471 4463 domain.beta_vh_dry = 0.9 4472 domain.beta_h = 0.0 #Use first order in h-limiter4473 4464 domain.H0 = 0.001 4474 4465 domain.tight_slope_limiters = 1 … … 4597 4588 domain.beta_vh = 0.9 4598 4589 domain.beta_vh_dry = 0.9 4599 domain.beta_h = 0.0 #Use first order in h-limiter4600 4590 4601 4591 # FIXME (Ole): Need tests where these two are commented out … … 5502 5492 domain.smooth = False 5503 5493 domain.store = True 5504 domain.beta_h = 05505 5494 5506 5495
Note: See TracChangeset
for help on using the changeset viewer.