CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   inter processor communication (https://www.cfd-online.com/Forums/openfoam-programming-development/132384-inter-processor-communication.html)

dominic March 31, 2014 02:55

inter processor communication
 
Hello Everyone,

I would like to know where exactly the inter-processor communication takes place. Take for example, in the icoFoam solver:

My wild guess is, it is done :
1. Inside the solve() function ?
2. Inside U.correctBoundaryConditions().

Is this correct ?

On a different note, if I would like to establish another layer of communications on top of the existing send-receives ( I'm thinking of more like a cell to cell communication ), Where do you think, it is more appropriate to place this additional communication layer ?

Many thanks
Dominic


All times are GMT -4. The time now is 02:55.