Changes between Initial Version and Version 2 of Ticket #295
- Timestamp:
- Sep 1, 2008, 2:12:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #295
-
Property
Priority
changed from
normal
tohigh
-
Property
Priority
changed from
-
Ticket #295 – Description
initial v2 2 2 through a line. This could be used for Culverts instead of the current enquiry polygon and would have the advantage that the mesh doesn't need to be refined. 3 3 4 The formula is 4 The formula for specific energy is 5 E = h + v^2/(2g) 6 where h and v are average depth and velocity along the line segment. 5 7 6 E = h + v/(2g) 7 8 where h and v are average depth and velocity along the line segment.8 and the similar formula for total energy is 9 E = w + v^2/(2g) 10 where w is average stage (w = z + h) 9 11 10 12 This should be implemented reusing code developed for ticket:175