This subroutine corrects the velocity values according to the force on X (neighbors). (Inamuro paper: step 2, correct u_l(X))
!$omp end single
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_IBM_type), | intent(in) | :: | me | datatype to store the surface information |
||
| type(mus_IBM_tmpData_type), | intent(inout) | :: | IBMData | tmp IBMData type to be filled |
||
| type(mus_convertFac_type), | intent(in) | :: | convFac | conversion factors |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iNeigh | ||||
| integer, | private | :: | minPos | !$omp single |
|||
| integer, | private | :: | maxPos | !$omp single |