%GEO_RemoveClusterByIndex%

manipulate{"Alias1", ..., "AliasN"} removeCluster{ %GEO_RemoveClusterByIndex%, iIndex}
remove the cluster with the index iIndex. This function is difficult to use, as MESHFREE distributes the cluster indices automatically in the order as it finds them. So, the way to use is to
  • first let the simulation run with the SimCut functionality
  • by postprocessing, check the cluster index MESHFREE has given to the particular partitions of the geometry
  • add the statement in the frame above to the end of the inpuit file, i.e. add the lines
    begin_boundary_elements{} mamipulate{"Alias1", ..., "AliasN"} removeCluster{ %GEO_RemoveClusterByIndex%, iIndex} end_boundary_elements
    where iIndex is now the dedicated cluster index found.
This now removes ONE cluster. If more clusters are to be removed, repeat the procedure.