Skip to content

Commit f8205e2

Browse files
author
Nicola-Fonzi
committed
Clarified comment
1 parent f9a4cce commit f8205e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SU2_PY/FSI_tools/FSIInterface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,8 @@ def interpolateSolidPositionOnFluidMesh(self, FSI_config):
12391239
if myid == self.rootProcess:
12401240
for iProc in self.fluidInterfaceProcessors:
12411241
sendBuff = {}
1242-
for key in self.FluidHaloNodeList[iProc].keys(): # The keys are the SU2 global
1243-
globalIndex = self.fluidIndexing[key] # This is the interface global, not the SU2 global
1242+
for key in self.FluidHaloNodeList[iProc].keys(): # The keys are the SU2 global IDs of the interface nodes
1243+
globalIndex = self.fluidIndexing[key] # These are the interface global IDs, not the SU2 global IDs
12441244
DispX = self.fluidInterface_array_DispX_recon[globalIndex]
12451245
DispY = self.fluidInterface_array_DispY_recon[globalIndex]
12461246
DispZ = self.fluidInterface_array_DispZ_recon[globalIndex]

0 commit comments

Comments
 (0)