Expand description
Analytical solutions for wave equation validation
This module provides exact solutions to acoustic scattering problems used to validate numerical methods (BEM, FEM).
§Available Solutions
- 1D: Plane wave, standing wave, damped wave
- 2D: Cylinder scattering (Bessel/Hankel series)
- 3D: Sphere scattering (Mie theory)
Re-exports§
pub use solutions_1d::*;pub use solutions_2d::*;pub use solutions_3d::*;
Modules§
- solutions_
1d - 1D Analytical Solutions
- solutions_
2d - 2D Analytical Solutions
- solutions_
3d - 3D Analytical Solutions
Structs§
- Analytical
Solution - Analytical solution result
- Point
- Point in space (1D, 2D, or 3D)