3D 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:
-
Edit the simulation input file input_parameters.py
-
Execuite the file bem3d.py at the terminal prompt:
$ python bem3d.py
- Modular code structure allows easier implementation of new features
- Saves time-step data for post-processing
- Start from a previous data save
The following features have planned implementation in the code:
- Remove dependency on Octave/MATLAB
- Fluid Structure Interaction (FSI)
- Implicit and Explicit Kutta condition enforcement
- Multiple body interactions
- 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