Changeset 7846 for anuga_validation/automated_validation_tests/flow_tests/test_inflow_using_flowline.py
- Timestamp:
- Jun 16, 2010, 8:23:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/flow_tests/test_inflow_using_flowline.py
r7774 r7846 28 28 length = 400. 29 29 width = 20. 30 dx = dy = 2# Resolution: of grid on both axes30 dx = dy = 1.25 # Resolution: of grid on both axes 31 31 32 32 points, vertices, boundary = anuga.rectangular_cross(int(length/dx), \ … … 138 138 139 139 msg = 'Predicted depth of flow at 200m was %f, should have been %f' % (normal_depth, domain_depth) 140 msg = 'Mannings n = %s, slope = %s' % (mannings_n, slope)140 msg += 'Mannings n = %s, slope = %s' % (mannings_n, slope) 141 141 if verbose: 142 142 print 'Depth at 200m: ANUGA = %f, Mannings = %f' % (domain_depth, normal_depth)
Note: See TracChangeset
for help on using the changeset viewer.