ORGANIZE_OppositePoints_Version

define version number for detecting points of the other phase to be coupled (opposite points)

ORGANIZE_OppositePoints_Version = 2 # is required for the boundary condition BCON_CNTCT(0,%ind_v(1)%) = (%BND_slip_InContact%, 0.0, 0.3) to work
The default value is ORGANIZE_OppositePoints_Version = 3 In most cases version 3 is working, but for %BND_slip_InContact% we still need version 2! Options:
  • (3,1) is the default version.
  • It checks the type (%ind_kob%) of the opposite point and allows only opposite points from the same type. This means:
  • Free surface points are allowed to have only free surface opposite partners!
  • Regular boundary points are allowed to have only regular boundary opposite partners!
  • It does not use the above mentioned checks so that free surface points can also interact with regular boundary points.
  • Be very careful with this option! Only use it if you know exactly how you want to couple your phases!