snapParameters Class Reference

Simple container to keep together snap specific information. More...

Public Member Functions

 snapParameters (const dictionary &dict, const bool dryRun=false)
 Construct from dictionary. More...
 
label nSmoothPatch () const
 Number of patch smoothing iterations before finding. More...
 
label nSmoothInternal () const
 Number of internal point smoothing iterations (combined with. More...
 
scalar snapTol () const
 Relative distance for points to be attracted by surface. More...
 
label nSmoothDispl () const
 Number of mesh displacement smoothing iterations. More...
 
label nSnap () const
 Maximum number of snapping relaxation iterations. Should stop. More...
 
Switch detectNearSurfacesSnap () const
 Override attraction to nearest with intersection location. More...
 
Switch strictRegionSnap () const
 Attract point to corresponding surface region only. More...
 
label nFeatureSnap () const
 
Switch explicitFeatureSnap () const
 
Switch implicitFeatureSnap () const
 
Switch multiRegionFeatureSnap () const
 
Switch detectBaffles () const
 
Switch baffleFeaturePoints () const
 
Switch releasePoints () const
 
Switch stringFeatures () const
 
Switch avoidDiagonal () const
 
label nFaceSplitInterval () const
 
scalar concaveAngle () const
 
scalar minAreaRatio () const
 

Detailed Description

Simple container to keep together snap specific information.

Source files

Definition at line 48 of file snapParameters.H.

Constructor & Destructor Documentation

◆ snapParameters()

snapParameters ( const dictionary dict,
const bool  dryRun = false 
)

Construct from dictionary.

Definition at line 28 of file snapParameters.C.

Member Function Documentation

◆ nSmoothPatch()

label nSmoothPatch ( ) const
inline

Number of patch smoothing iterations before finding.

correspondence to surface

Definition at line 138 of file snapParameters.H.

Referenced by snappySnapDriver::preSmoothPatch().

Here is the caller graph for this function:

◆ nSmoothInternal()

label nSmoothInternal ( ) const
inline

Number of internal point smoothing iterations (combined with.

nSmoothPatch

Definition at line 148 of file snapParameters.H.

Referenced by snappySnapDriver::preSmoothPatch().

Here is the caller graph for this function:

◆ snapTol()

scalar snapTol ( ) const
inline

Relative distance for points to be attracted by surface.

feature point or edge. True distance is this factor times local maximum edge length.

Definition at line 160 of file snapParameters.H.

Referenced by snappySnapDriver::calcSnapDistance().

Here is the caller graph for this function:

◆ nSmoothDispl()

label nSmoothDispl ( ) const
inline

Number of mesh displacement smoothing iterations.

Definition at line 168 of file snapParameters.H.

Referenced by snappySnapDriver::smoothDisplacement().

Here is the caller graph for this function:

◆ nSnap()

label nSnap ( ) const
inline

Maximum number of snapping relaxation iterations. Should stop.

before upon reaching a correct mesh.

Definition at line 178 of file snapParameters.H.

Referenced by snappySnapDriver::preSmoothPatch(), and snappySnapDriver::scaleMesh().

Here is the caller graph for this function:

◆ detectNearSurfacesSnap()

Switch detectNearSurfacesSnap ( ) const
inline

Override attraction to nearest with intersection location.

at near surfaces

Definition at line 191 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:

◆ strictRegionSnap()

Switch strictRegionSnap ( ) const
inline

Attract point to corresponding surface region only.

Definition at line 199 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:

◆ nFeatureSnap()

label nFeatureSnap ( ) const
inline

Definition at line 207 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:

◆ explicitFeatureSnap()

Switch explicitFeatureSnap ( ) const
inline

Definition at line 212 of file snapParameters.H.

◆ implicitFeatureSnap()

Switch implicitFeatureSnap ( ) const
inline

Definition at line 217 of file snapParameters.H.

◆ multiRegionFeatureSnap()

Switch multiRegionFeatureSnap ( ) const
inline

Definition at line 222 of file snapParameters.H.

◆ detectBaffles()

Switch detectBaffles ( ) const
inline

Definition at line 227 of file snapParameters.H.

◆ baffleFeaturePoints()

Switch baffleFeaturePoints ( ) const
inline

Definition at line 232 of file snapParameters.H.

◆ releasePoints()

Switch releasePoints ( ) const
inline

Definition at line 237 of file snapParameters.H.

◆ stringFeatures()

Switch stringFeatures ( ) const
inline

Definition at line 242 of file snapParameters.H.

◆ avoidDiagonal()

Switch avoidDiagonal ( ) const
inline

Definition at line 247 of file snapParameters.H.

◆ nFaceSplitInterval()

label nFaceSplitInterval ( ) const
inline

Definition at line 255 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:

◆ concaveAngle()

scalar concaveAngle ( ) const
inline

Definition at line 260 of file snapParameters.H.

◆ minAreaRatio()

scalar minAreaRatio ( ) const
inline

Definition at line 265 of file snapParameters.H.


The documentation for this class was generated from the following files: