Solve the Falkner–Skan boundary-layer equation with a modular shooting + RK4 approach. Includes first-order reformulation, a fixed-step integrator, secant root-finding, and ready-to-use plots for velocity profiles f′(η) and w(β).
python ode cfd numerical-methods fluid-dynamics runge-kutta rk4 shooting-method secant-method boundary-layer falkner-skan-equation blasius-equation laminar-flow similarity-solution wedge-flow
- Updated
Aug 26, 2025 - Python