Opened 16 years ago
Closed 16 years ago
#295 closed enhancement (fixed)
Compute energy through a cross section
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ole)
As suggested by Rudy van Drie, there would be a case to calculate the average energy 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.
The formula for specific energy is Es = h + v2 /(2g) where h and v are average depth and velocity along the line segment.
and the similar formula for total energy is Et = w + v2 /(2g) where w is average stage (w = z + h)
This should be implemented reusing code developed for ticket:175
Change History (6)
comment:1 Changed 16 years ago by ole
- Priority changed from normal to high
comment:2 Changed 16 years ago by ole
- Description modified (diff)
comment:3 Changed 16 years ago by ole
- Description modified (diff)
comment:4 Changed 16 years ago by ole
- Description modified (diff)
comment:5 Changed 16 years ago by ole
Made first implementation and simple test in changeset:5726 - this only works for sww files at this point in time.
comment:6 Changed 16 years ago by ole
- Resolution set to fixed
- Status changed from new to closed
Done in changeset:5736
Priority raised as this will also be important for understanding energy dissipation in the Hinwood wave breaking validation work. Does ANUGA dissipate energy and is there correlation with energy dissipation and breaking wave fronts?