Description
Implement stabilization techniques to enable simulation of steep, strongly nonlinear waves. The quartic nonlinear terms cause aliasing that leads to instability without proper treatment.
Background
From the paper: Neither over-integration alone nor filtering alone is sufficient. Both are required for steep waves (H/L ≈ 90% of breaking).
Over-integration: Evaluate nonlinear products on finer grid (2P) to prevent aliasing.
Spectral filtering: Gently damp highest modes to dissipate residual energy accumulation.
Tasks
Acceptance Criteria
Filter Parameters (suggested starting point)
Cutoff: i_c = 0.9 * P
Strength: α = 0.05 (5% at highest mode)
Order: s = 1 (exponential)
Description
Implement stabilization techniques to enable simulation of steep, strongly nonlinear waves. The quartic nonlinear terms cause aliasing that leads to instability without proper treatment.
Background
From the paper: Neither over-integration alone nor filtering alone is sufficient. Both are required for steep waves (H/L ≈ 90% of breaking).
Over-integration: Evaluate nonlinear products on finer grid (2P) to prevent aliasing.
Spectral filtering: Gently damp highest modes to dissipate residual energy accumulation.
Tasks
Acceptance Criteria
Filter Parameters (suggested starting point)