Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/test_inlet_operator.py
r8129 r8198 154 154 155 155 finaltime = 3.0 156 line1 = [[95.0, 10.0], [105.0, 10.0]]157 156 158 157 #Make sure we are inthe right directory to find the 158 #time series data for the inlets 159 159 import os 160 160 baseDir = os.getcwd() … … 165 165 pass 166 166 167 line1 = [[95.0, 10.0], [105.0, 10.0]] 167 168 Q1 = file_function(filename='inlet_operator_test1.tms', quantities=['hydrograph']) 168 169 -
trunk/anuga_work/development/2010-projects/anuga_1d/sww-sudi/domain_sudi.py
r8189 r8198 528 528 h_C[i] = w_C[i] - z_C[i] 529 529 if h_C[i] <= 0.01: #epsilon : 530 #h_C[i] = 0.0 531 #w_C[i] = z_C[i] 532 uh_C[i] = 0.0 533 u_C[i] = 0.0 530 uh_C[i] = 0.0 531 u_C[i] = 0.0 534 532 535 533 if h_C[i] < epsilon: #h_min:
Note: See TracChangeset
for help on using the changeset viewer.