Changeset 9050
- Timestamp:
- Feb 7, 2014, 8:16:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/operators/run_rate_spatial_operator.py
r9049 r9050 171 171 print indent + 'Exact accumultion = ', accum 172 172 173 dd = max(min(yieldstep, 5.0-t),0.0)173 dd = max(min(yieldstep,4.0-t),0.0) 174 174 accum += (Q1+Q2)*yieldstep + dd*Q3 175 175
Note: See TracChangeset
for help on using the changeset viewer.