assume that I have one mesh (M1) immersed in another (M2) and want to volume couple an OpenFOAM simulation in M1 to another OpenFOAM simulation in M2. How can I pass/interpolate values from simulation M2 to the boundaries of simulation M1 (use this as boundary conditions in M1) and then pass a calculated value from M1 to the cells from M2? I guess this is something like a surface coupling in one direction and volume coupling in the other.
For the micro-manager I was reading out all the face values around a cell and passing them to the micro simulations, but now I want to couple a domain larger than a single cell.