Changeset 7144
- Timestamp:
- Jun 2, 2009, 9:33:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/flow_tests/test_inflow_using_flowline.py
r6729 r7144 38 38 len1=length, len2=width) 39 39 40 for mannings_n in [0. 150, 0.070, 0.035, 0.012]:40 for mannings_n in [0.012, 0.035, 0.070, 0.150]: 41 41 # Loop over a range of roughnesses 42 42 … … 143 143 144 144 msg = 'Predicted depth of flow at 200m was %f, should have been %f' % (normal_depth, domain_depth) 145 msg = 'Mannings n = %s, slope = %s' % (mannings_n, slope) 145 146 if verbose: 146 147 print 'Depth at 200m: ANUGA = %f, Mannings = %f' % (domain_depth, normal_depth)
Note: See TracChangeset
for help on using the changeset viewer.