Module analytical

Module analytical 

Source
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§

AnalyticalSolution
Analytical solution result
Point
Point in space (1D, 2D, or 3D)