Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.32 KB

File metadata and controls

36 lines (27 loc) · 1.32 KB

BEM-2D-Python

2D Python boundary element method solver

This is a boundary element solver library devloped and maintained by the Biofluids Research Group, Department of Mechanical Engineering and Mechanics, P.C. Rossin College of Engineering and Applied Science, Lehigh University.

Other related projects:

Getting Started

Features

  • Modular code structure allows easier implementation of new features
  • Multiple body interactions
  • Implicit and Explicit Kutta condition enforcement
  • Saves time-step data for post-processing
  • Start from a previous data save
  • Fluid Structure Interaction (FSI)

Future Features

The following features have planned implementation in the code:

  • Vortex Particle wake representation
  • Lumped wake representation
  • Equations of motion solver
  • Boundary layer solver for skin friction estimation
  • Quadtree collision detection (fencing scheme)
  • Fast Multipole solver
  • Parallel processing
  • GPGPU processing