Description
Extend the solver to support spatially varying water depth h(x). This is required for the submerged bar benchmark.
Background
With variable bathymetry:
- d(x,t) = η(x,t) + h(x)
- K matrix components now vary with x through both η and h
- May want to align element boundaries with bathymetry discontinuities (slope changes)
Tasks
Acceptance Criteria
Technical Notes
- Consider placing element boundaries at slope transitions
- The bottom BC ∂ₙΦ = 0 should still be natural in weak form
- Sharp bathymetry changes may need special treatment
Description
Extend the solver to support spatially varying water depth h(x). This is required for the submerged bar benchmark.
Background
With variable bathymetry:
Tasks
Acceptance Criteria
Technical Notes