FurtherOptions

define further options for boundary point activation version 3

ORGANIZE_ActivateBNDpoints_Version = ( 3, N_ghostFree, N_ghostCentral, N_minFreeOrInterior, r_radiusCutoff, SolidAngle_threshold, dist_InteriorGhost, dist_BoundaryGhost, max_R, UmbrellaCheck, InteriorGhostForFreeSurfaceGhost )
Default: ORGANIZE_ActivateBNDpoints_Version = (3, 4, 0, 3, 70, -70, 1, 10, 60, 1, 1) These values represent the hard coded parameters as used in the deprecated option ORGANIZE_ActivateBNDpoints_Version = 2.
entry description
N_ghostFree number of (sidewise) ghost points around each free surface point
N_ghostCentral number of ghost points around central wall point
N_minFreeOrInterior minimum number of free or interior points in order to invoke the activation procedure
r_radiusCutoff do not consider neighbors for activation whose relative radius is bigger than r_radiusCutoff/100 (in percent!!!)
SolidAngle_threshold limit of relative solid angle (SolidAngle_threshold/100) below which the boundary point is inactive, given by the local Delaunay triangulation (in percent!!!)
dist_InteriorGhost relative distance of the interior ghost points is assumed to be dist_InteriorGhost/100, for normal direction of any free surface point, see Illustration) (in percent!!!)
dist_BoundaryGhost relative distance of the ghost points in normal direction of a surface point is assumed to be dist_BoundaryGhost/100, see Illustration (in percent!!!)
max_R maximum radius relative to SMOOTH_LENGTH of the tetras in the tetrahedralization (in percent!!!). If the radius of the circumcircle/circumsphere exceeds max_R, the tetra is rejected.
UmbrellaCheck 1 (on) or 0 (off)
InteriorGhostForFreeSurfaceGhost 1 (on) or 0 (off)