Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.37 KB

README.md

File metadata and controls

54 lines (44 loc) · 2.37 KB

pitch-plunge-omp-noisyinflow

This code simulates the unsteady flow-field around a moving body, e.g. a pitching-plungig elliptic foil or an oscillating cylinder cylinder, with prescribed kinematics when subjected to a stochastic inflow.

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. Effect of gusty inflow on the jet-switching characteristics of a plunging foil
@article{majumdar2020effect,
  title={Effect of gusty inflow on the jet-switching characteristics of a plunging foil},
  author={Majumdar, Dipanjan and Bose, Chandan and Sarkar, Sunetra},
  journal={Physics of Fluids},
  volume={32},
  number={11},
  year={2020},
  publisher={AIP Publishing}
}
  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}
}