Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.9 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.9 KB

pitch-plunge-omp

This code simulates the unsteady flow past a moving body, e.g. a pitching-plungig elliptic foil or an oscillating cylinder cylinder, with prescribed kinematics.

Use the make file for compilation. Enter make in the terminal to compile the source codes finally generating run_executable.out. Next, take hint from the jobscripts (openmp.cmd or openmpscript.sh) provided to run the executable on a cluster or a local system.

Citation

  1. Capturing the dynamical transitions in the flow-field of a flapping foil using Immersed Boundary Method
@article{majumdar2020capturing,
  title={Capturing the dynamical transitions in the flow-field of a flapping foil using Immersed Boundary Method},
  author={Majumdar, Dipanjan and Bose, Chandan and Sarkar, Sunetra},
  journal={Journal of Fluids and Structures},
  volume={95},
  pages={102999},
  year={2020},
  publisher={Elsevier}
}
  1. Performance Enhancement of an Immersed Boundary Method Based FSI Solver Using OpenMP
@article{shahperformance,
  title={Performance Enhancement of an Immersed Boundary Method Based FSI Solver Using OpenMP},
  author={Shah, Chhote Lal and Majumdar, Dipanjan and Sarkar, Sunetra}
}
  1. Investigating the Transitional Dynamics in the Flow-Field Past a Flapping Foil using Immersed Boundary Method
@phdthesis{majumdar2022thesis,
  title={Investigating the Transitional Dynamics in the Flow-Field Past a Flapping Foil using Immersed Boundary Method},
  author={Majumdar, Dipanjan},
  year={2022},
  school={Indian Institute of Technology Madras, Chennai, India}
}