Closed ChrisS85 closed 5 years ago
The function correctCentralACMIInterpolation ensures that weighting field passed as the argument to this function (psi_nei in this part of the code) is not zero because to calculate U_nei we use expression psiU_nei / psi_nei
Question concerning https://github.com/unicfdlab/hybridCentralSolvers/blob/c3ecfa63041d3ee3ecadf8c49226f3196e2d48e6/OpenFOAM-4.1/pisoCentral/commonIncludes/createCommonCentralFields.H#L122
psiU_nei depends on psi_nei, should it not be affected by this correction? Just wondering while looking through the code...