OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

snapParameters Class Reference

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

Collaboration diagram for snapParameters:

List of all members.


Public Member Functions

 snapParameters (const dictionary &dict, const label dummy)
 Construct from dictionary - old syntax.
 snapParameters (const dictionary &dict)
 Construct from dictionary - new syntax.
label nSmoothPatch () const
 Number of patch smoothing iterations before finding.
scalar snapTol () const
 Relative distance for points to be attracted by surface.
label nSmoothDispl () const
 Number of mesh displacement smoothing iterations.
label nSnap () const
 Maximum number of snapping relaxation iterations. Should stop.

Detailed Description

Simple container to keep together snap specific information.

Source files

Definition at line 47 of file snapParameters.H.


Constructor & Destructor Documentation

snapParameters ( const dictionary dict,
const label  dummy 
)

Construct from dictionary - old syntax.

Definition at line 23 of file snapParameters.C.

snapParameters ( const dictionary dict  ) 

Construct from dictionary - new syntax.

Definition at line 33 of file snapParameters.C.


Member Function Documentation

label nSmoothPatch (  )  const [inline]

Number of patch smoothing iterations before finding.

correspondence to surface

Definition at line 88 of file snapParameters.H.

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 99 of file snapParameters.H.

label nSmoothDispl (  )  const [inline]

Number of mesh displacement smoothing iterations.

Definition at line 105 of file snapParameters.H.

label nSnap (  )  const [inline]

Maximum number of snapping relaxation iterations. Should stop.

before upon reaching a correct mesh.

Definition at line 114 of file snapParameters.H.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd