%ind_OrganizeDTB%

status for the distance to boundary computation

Reveals the status of the latest distance to boundary computation. Mostly used for debugging reasons, that is why the numbers are not intuitive.
%ind_OrganizeDTB% == %ORGANIZE_none% == 0 -> nothing done for this point (i.e. regular boundary point etc.) == 0.1 -> no distance check as no boundary MESHFREE point found in neighborhood and no boundary is on reduced filling mode == 0.2 -> no distance check as all boundary MESHFREE points see the current point in inside direction (only if no boundary is in reduces filling mode) == 0.3 -> marked for distance to boundary computation == 0.4 -> no boundary found in neighborhood == 0.45 -> point projects to a %BND_blind% -boundary == 0.5 -> point projects to regular boundary == 0.51 -> point project down to a nofill boundary (special: only first time step) == 0.6 -> point is checked for penetration thorough boundary == 0.61 -> intersection with boundary is found == 0.62 -> intersection with boundary is found and point really will be reprojected, i.e. push back on top of the boundary == 0.63 -> intersection with boundary is found, but reproject is risky (too long projection distance) and thus point is deleted == 0.7 -> regular MESHFREE point, enough distance to boundary == 0.72 -> distance to boundary smaller than dist_LayerThickness, but point not treated as it stems from tear off at edges == 0.73 -> distance to boundary smaller than dist_LayerThickness, but also less than zero, so further treatment launched (see 0.8 and bigger) == 0.74 -> isolated MESHFREE point, pushed due to the value of dist_LayerThickness given in common_variables.dat == 0.75 -> MESHFREE point who provided to small layer thickness compared to the given value of dist_LayerThickness, hence position of point is adjusted == 0.76 -> thickening thin layer due to more or less perpendicular interaction of free surface point with boundary == 0.8 -> free surface point finally INSIDE == 0.9 -> free surface point OUTSIDE == 0.91 -> free surface point OUTSIDE, but stemming from tear off edge == 0.92 -> free surface point OUTSIDE, but stemming from tear off edge == 0.93 -> free surface point OUTSIDE, too for from boundary, i.e. deleted == 0.94 -> free surface point OUTSIDE, that might have penetrated trough thin walls, i.e. deleted == 0.95 -> free surface point OUTSIDE, reprojected to boundary if necessary > 1 -> regular removal of point == %ORGANIZE_CreatedByTouchDownOfFreeSurface% == 88 -> reprojection to boundary completed == %ORGANIZE_IsInGap% == 77 -> ONLY regular boundary point: is in a geometrical gap == %ORGANIZE_IsInNegativeGap% == -77 -> ONLY regular boundary point: is in a geometrical gap of an intersection (wrong side)