> On Nov 13, 2014, at 11:08 PM, Suresh Naidu <
suresh....@gmail.com> wrote:
>
> Thank you for your quick response and comments regarding the documentation.
> I am intending to use the ibamr code to simulate flapping wing kinematics (drosophilia) similar
> to the video posted on youtube which i believe you performed. I have a few questions.
Laura Miller and her group have used IBAMR to do these kinds of simulations in the past. I have helped out in getting these set up, but her group did most of the work and actually performed the simulations.
Amneet Bhalla (who also responded) has done some related work using some code that is also now part of IBAMR.
> 1. Which example shld i study or run so that i can learn how to simulate such a model?
One question is whether you want to do prescribed motion, prescribed kinematics, or fluid-solid interaction involving an elastic structure.
> 2. Can i decouple the FSI? I just want to run a NS solution to benchmark dickinson Robofly first.
This sounds like you want to do prescribed motion for the structure.
> 3. How do we add our own FSI method subroutine to the code? Source filenames may help.
What sort of methods do you want to add.
> 4. I am unable to view the geometry, flow variables etc in VisIT. Not sure why?
Me neither? :-)
What example(s) are you running, and what are you trying to visualize?
> 5. Can i use Paraview instead of VisIT to view hd5 or silo files?
I think so, but I have essentially no experience with Paraview. The main question is whether Paraview can read in SAMRAI viz files. I don't know the answer, but I will ask a contact at Kitware.
> 6. What is the difference between the folders IB, Navier-stokes and IBFE in the examples folder?
IB examples are for the "classical" IB method; IBFE is for a method that uses a finite element representation of the structure. The rest are tests/examples for specific subsolvers: Navier-Stokes; advection-diffusion; and pure advection.
-- Boyce