Moving wall code - InamuroIteration()?

I am trying to understand the moving wall example. I cant find instantiateImmersedWallData() or inamuroIteration() in the documentation anywhere. Please help me find them. I tried searching in both online documentation and the actual code.

Moving wall code

Line 487-490

Thanks
RaVi

Dear RaVi,

the Palabos implementation of the Inamuro Immersed Boundary Method can be found at:

src/offLattice/immersedWalls.h
src/offLattice/immersedWalls.hh

Please have in mind that some implementation technical details (like the interface for prescribing velocity functions, and the way the immersed boundary lagrangian points are stored) will possibly change in the next Palabos release (because we are improving them at the moment). However, the algorithm will remain the same.

Best,
Dimitris