Opened 19 years ago
Last modified 16 years ago
#53 closed defect
Investigate discretisation error presumably due to steep bedslopes combined with coarse triangles — at Version 1
Reported by: | ole | Owned by: | someone |
---|---|---|---|
Priority: | lowest | Milestone: | ANUGA maintenance |
Component: | Functionality and features | Version: | 1.0 |
Severity: | minor | Keywords: | steep triangles, discretisation errors |
Cc: |
Description (last modified by )
In the vicinity of steep slopes and shallow depths we observe triangles 'sticking' out of the water. This is due to the combined constraints
- conservation of volume
- gradient limiters
- h >= 0
In addition it may be that storing the output with unique vertex values averaged exacerbates this problem by affecting neighbouring triangles.
The remedies so far have been to refine areas affected.
We need a test that will reproduce the problem and then compare the two storage schemes. Alternatively, a comprehensive solution at the level of the numerical solver, but that has not yet been discovered by the team.
Note: See
TracTickets for help on using
tickets.