refinementSurfaces Class Reference

Container for data on surfaces used for surface-driven refinement. Contains all the data about the level of refinement needed per surface. More...

Public Member Functions

 refinementSurfaces (const searchableSurfaces &allGeometry, const dictionary &, const label gapLevelIncrement, const bool dryRun)
 Construct from surfaces and dictionary. More...
 
 refinementSurfaces (const searchableSurfaces &allGeometry, const labelList &surfaces, const wordList &names, const PtrList< surfaceZonesInfo > &surfZones, const labelList &regionOffset, const labelList &minLevel, const labelList &maxLevel, const labelList &gapLevel, const scalarField &perpendicularAngle, PtrList< dictionary > &patchInfo, const bool dryRun)
 Construct from components. More...
 
const searchableSurfacesgeometry () const
 
const labelListsurfaces () const
 
const wordListnames () const
 Names of surfaces. More...
 
const PtrList< surfaceZonesInfo > & surfZones () const
 
const labelListregionOffset () const
 From surface to starting global region. More...
 
const labelListminLevel () const
 From global region number to refinement level. More...
 
const labelListmaxLevel () const
 From global region number to refinement level. More...
 
const labelListgapLevel () const
 From global region number to small gap refinement level. More...
 
const labelListblockLevel () const
 
const labelListleakLevel () const
 
const List< FixedList< label, 3 > > & extendedGapLevel () const
 From global region number to specification of gap and its. More...
 
const List< volumeType > & extendedGapMode () const
 From global region number to side of surface to detect. More...
 
const boolListgapSelf () const
 From global region number to whether to detect gaps to same. More...
 
const scalarFieldperpendicularAngle () const
 From global region number to perpendicular angle. More...
 
const PtrList< dictionary > & patchInfo () const
 From global region number to patch type. More...
 
label globalRegion (const label surfI, const label regionI) const
 From surface and region on surface to global region. More...
 
labelPair whichSurface (const label globalRegionI) const
 From global region to surface + region. More...
 
label minLevel (const label surfI, const label regionI) const
 Min level for surface and region on surface. More...
 
label maxLevel (const label surfI, const label regionI) const
 Max level for surface and region on surface. More...
 
label nRegions () const
 
labelList maxGapLevel () const
 Per surface the maximum extendedGapLevel over all its regions. More...
 
void setMinLevelFields (const shellSurfaces &shells)
 Calculate minLevelFields. More...
 
void findHigherIntersection (const shellSurfaces &shells, const pointField &start, const pointField &end, const labelList &currentLevel, labelList &surfaces, labelList &surfaceLevel) const
 Find intersection of edge. Return -1 or first surface. More...
 
void findAllIntersections (const pointField &start, const pointField &end, const labelList &currentLevel, const labelList &globalMinLevel, const labelList &globalMaxLevel, List< vectorList > &surfaceNormal, labelListList &surfaceLevel) const
 Find all intersections of edge with any surface with applicable. More...
 
void findAllIntersections (const pointField &start, const pointField &end, const labelList &currentLevel, const labelList &globalMinLevel, const labelList &globalMaxLevel, List< pointList > &surfaceLocation, List< vectorList > &surfaceNormal, labelListList &surfaceLevel) const
 Find all intersections of edge with any surface with applicable. More...
 
void findNearestIntersection (const labelList &surfacesToTest, const pointField &start, const pointField &end, labelList &surface1, List< pointIndexHit > &hit1, labelList &region1, labelList &surface2, List< pointIndexHit > &hit2, labelList &region2) const
 Find intersection nearest to the endpoints. surface1,2 are. More...
 
void findNearestIntersection (const labelList &surfacesToTest, const pointField &start, const pointField &end, labelList &surface1, List< pointIndexHit > &hit1, labelList &region1, vectorField &normal1, labelList &surface2, List< pointIndexHit > &hit2, labelList &region2, vectorField &normal2) const
 findNearestIntersection but also get normals More...
 
void findNearestIntersection (const pointField &start, const pointField &end, labelList &surfaces, vectorField &normal) const
 Find nearest (to start only) intersection of edge. More...
 
void findNearestIntersection (const pointField &start, const pointField &end, labelList &surfaces, List< pointIndexHit > &, vectorField &normal) const
 Find nearest (to start only) intersection of edge. More...
 
void findAnyIntersection (const pointField &start, const pointField &end, labelList &surfaces, List< pointIndexHit > &) const
 Used for debugging only: find intersection of edge. More...
 
void findNearest (const labelList &surfacesToTest, const pointField &samples, const scalarField &nearestDistSqr, labelList &surfaces, List< pointIndexHit > &) const
 Find nearest point on surfaces. More...
 
void findNearestRegion (const labelList &surfacesToTest, const pointField &samples, const scalarField &nearestDistSqr, labelList &hitSurface, labelList &hitRegion) const
 Find nearest point on surfaces. Return surface and region on. More...
 
void findNearestRegion (const labelList &surfacesToTest, const pointField &samples, const scalarField &nearestDistSqr, labelList &hitSurface, List< pointIndexHit > &hitInfo, labelList &hitRegion, vectorField &hitNormal) const
 Find nearest point on surfaces. Return surface, region and. More...
 
void findInside (const labelList &surfacesToTest, const pointField &pt, labelList &insideSurfaces) const
 Detect if a point is 'inside' (closed) surfaces. More...
 
void findNearest (const labelList &surfacesToTest, const labelListList &regions, const pointField &samples, const scalarField &nearestDistSqr, labelList &hitSurface, List< pointIndexHit > &hitInfo) const
 Find nearest point on selected regions of surfaces. More...
 
void findNearestRegion (const labelList &surfacesToTest, const labelListList &regions, const pointField &samples, const scalarField &nearestDistSqr, labelList &hitSurface, List< pointIndexHit > &hitInfo, labelList &hitRegion, vectorField &hitNormal) const
 Find nearest point on selected regions of surfaces. More...
 

Detailed Description

Container for data on surfaces used for surface-driven refinement. Contains all the data about the level of refinement needed per surface.

Source files

Definition at line 63 of file refinementSurfaces.H.

Constructor & Destructor Documentation

◆ refinementSurfaces() [1/2]

◆ refinementSurfaces() [2/2]

refinementSurfaces ( const searchableSurfaces allGeometry,
const labelList surfaces,
const wordList names,
const PtrList< surfaceZonesInfo > &  surfZones,
const labelList regionOffset,
const labelList minLevel,
const labelList maxLevel,
const labelList gapLevel,
const scalarField perpendicularAngle,
PtrList< dictionary > &  patchInfo,
const bool  dryRun 
)

Construct from components.

Definition at line 591 of file refinementSurfaces.C.

References forAll, and refinementSurfaces::patchInfo().

Here is the call graph for this function:

Member Function Documentation

◆ geometry()

const searchableSurfaces & geometry ( ) const
inline

Definition at line 182 of file refinementSurfaces.H.

Referenced by snappySnapDriver::calcNearestSurface().

Here is the caller graph for this function:

◆ surfaces()

const labelList & surfaces ( ) const
inline

Definition at line 187 of file refinementSurfaces.H.

Referenced by snappySnapDriver::calcNearestSurface(), snappySnapDriver::detectNearSurfaces(), and snappySnapDriver::repatchToSurface().

Here is the caller graph for this function:

◆ names()

const wordList & names ( ) const
inline

Names of surfaces.

Definition at line 193 of file refinementSurfaces.H.

◆ surfZones()

const PtrList< surfaceZonesInfo > & surfZones ( ) const
inline

Definition at line 198 of file refinementSurfaces.H.

Referenced by snappySnapDriver::calcNearestSurface(), snappySnapDriver::detectNearSurfaces(), and snappySnapDriver::repatchToSurface().

Here is the caller graph for this function:

◆ regionOffset()

const labelList & regionOffset ( ) const
inline

From surface to starting global region.

Definition at line 204 of file refinementSurfaces.H.

◆ minLevel() [1/2]

const labelList & minLevel ( ) const
inline

From global region number to refinement level.

Definition at line 210 of file refinementSurfaces.H.

◆ maxLevel() [1/2]

const labelList & maxLevel ( ) const
inline

From global region number to refinement level.

Definition at line 216 of file refinementSurfaces.H.

Referenced by snappyVoxelMeshDriver::snappyVoxelMeshDriver().

Here is the caller graph for this function:

◆ gapLevel()

const labelList & gapLevel ( ) const
inline

From global region number to small gap refinement level.

Definition at line 222 of file refinementSurfaces.H.

◆ blockLevel()

const labelList & blockLevel ( ) const
inline

From global region number to cell level at which blockage detection is applied

Definition at line 229 of file refinementSurfaces.H.

◆ leakLevel()

const labelList & leakLevel ( ) const
inline

From global region number to cell level at which leakage detection is applied. labelMax if not set.

Definition at line 236 of file refinementSurfaces.H.

◆ extendedGapLevel()

const List< FixedList< label, 3 > > & extendedGapLevel ( ) const
inline

From global region number to specification of gap and its.

refinement: 3 labels specifying

  • minimum wanted number of cells in the gap
  • minimum cell level when to start trying to detect gaps
  • maximum cell level to refine to (so do not detect gaps if cell >= maximum level)

Definition at line 247 of file refinementSurfaces.H.

◆ extendedGapMode()

const List< volumeType > & extendedGapMode ( ) const
inline

From global region number to side of surface to detect.

Definition at line 253 of file refinementSurfaces.H.

◆ gapSelf()

const boolList & gapSelf ( ) const
inline

From global region number to whether to detect gaps to same.

surface (in gap refinement)

Definition at line 260 of file refinementSurfaces.H.

◆ perpendicularAngle()

const scalarField & perpendicularAngle ( ) const
inline

From global region number to perpendicular angle.

Definition at line 266 of file refinementSurfaces.H.

◆ patchInfo()

const PtrList< dictionary > & patchInfo ( ) const
inline

From global region number to patch type.

Definition at line 272 of file refinementSurfaces.H.

Referenced by refinementSurfaces::refinementSurfaces().

Here is the caller graph for this function:

◆ globalRegion()

label globalRegion ( const label  surfI,
const label  regionI 
) const
inline

From surface and region on surface to global region.

Definition at line 281 of file refinementSurfaces.H.

Referenced by snappySnapDriver::calcNearestSurface(), refinementSurfaces::maxLevel(), refinementSurfaces::minLevel(), and snappySnapDriver::repatchToSurface().

Here is the caller graph for this function:

◆ whichSurface()

Foam::labelPair whichSurface ( const label  globalRegionI) const

From global region to surface + region.

Definition at line 631 of file refinementSurfaces.C.

◆ minLevel() [2/2]

label minLevel ( const label  surfI,
const label  regionI 
) const
inline

Min level for surface and region on surface.

Definition at line 290 of file refinementSurfaces.H.

References refinementSurfaces::globalRegion().

Here is the call graph for this function:

◆ maxLevel() [2/2]

label maxLevel ( const label  surfI,
const label  regionI 
) const
inline

Max level for surface and region on surface.

Definition at line 296 of file refinementSurfaces.H.

References refinementSurfaces::globalRegion().

Here is the call graph for this function:

◆ nRegions()

label nRegions ( ) const
inline

Definition at line 301 of file refinementSurfaces.H.

References UList< T >::size().

Referenced by refinementSurfaces::refinementSurfaces().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ maxGapLevel()

Foam::labelList maxGapLevel ( ) const

Per surface the maximum extendedGapLevel over all its regions.

Definition at line 697 of file refinementSurfaces.C.

References forAll, Foam::max(), regionNames, and Foam::Zero.

Here is the call graph for this function:

◆ setMinLevelFields()

void setMinLevelFields ( const shellSurfaces shells)

Calculate minLevelFields.

Definition at line 718 of file refinementSurfaces.C.

References searchableSurface::boundingSpheres(), Foam::endl(), searchableSurface::findNearest(), forAll, searchableSurface::getRegion(), searchableSurface::globalSize(), Foam::Info, Foam::labelMax, Foam::max(), Foam::min(), IOobject::name(), points, PrimitivePatch< FaceList, PointField >::points(), Foam::returnReduce(), setField(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

◆ findHigherIntersection()

void findHigherIntersection ( const shellSurfaces shells,
const pointField start,
const pointField end,
const labelList currentLevel,
labelList surfaces,
labelList surfaceLevel 
) const

Find intersection of edge. Return -1 or first surface.

with higher (than currentLevel) minlevel. Return surface number and level.

Definition at line 850 of file refinementSurfaces.C.

References searchableSurface::findLineAny(), forAll, searchableSurface::getRegion(), Foam::identity(), p0, Foam::returnReduce(), List< T >::setSize(), and UList< T >::size().

Here is the call graph for this function:

◆ findAllIntersections() [1/2]

void findAllIntersections ( const pointField start,
const pointField end,
const labelList currentLevel,
const labelList globalMinLevel,
const labelList globalMaxLevel,
List< vectorList > &  surfaceNormal,
labelListList surfaceLevel 
) const

Find all intersections of edge with any surface with applicable.

min/max refinement level. Unsorted order.

Definition at line 1012 of file refinementSurfaces.C.

References List< T >::clear(), forAll, n, List< T >::setSize(), and UList< T >::size().

Here is the call graph for this function:

◆ findAllIntersections() [2/2]

void findAllIntersections ( const pointField start,
const pointField end,
const labelList currentLevel,
const labelList globalMinLevel,
const labelList globalMaxLevel,
List< pointList > &  surfaceLocation,
List< vectorList > &  surfaceNormal,
labelListList surfaceLevel 
) const

Find all intersections of edge with any surface with applicable.

min/max refinement level. Unsorted order.

Definition at line 1105 of file refinementSurfaces.C.

References forAll, n, List< T >::setSize(), and UList< T >::size().

Here is the call graph for this function:

◆ findNearestIntersection() [1/4]

void findNearestIntersection ( const labelList surfacesToTest,
const pointField start,
const pointField end,
labelList surface1,
List< pointIndexHit > &  hit1,
labelList region1,
labelList surface2,
List< pointIndexHit > &  hit2,
labelList region2 
) const

Find intersection nearest to the endpoints. surface1,2 are.

not indices into surfacesToTest but refinement surface indices. Returns surface, region on surface (so not global surface) and position on surface.

Definition at line 1202 of file refinementSurfaces.C.

References forAll, List< T >::setSize(), and UList< T >::size().

Referenced by snappySnapDriver::detectNearSurfaces().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ findNearestIntersection() [2/4]

void findNearestIntersection ( const labelList surfacesToTest,
const pointField start,
const pointField end,
labelList surface1,
List< pointIndexHit > &  hit1,
labelList region1,
vectorField normal1,
labelList surface2,
List< pointIndexHit > &  hit2,
labelList region2,
vectorField normal2 
) const

findNearestIntersection but also get normals

Definition at line 1332 of file refinementSurfaces.C.

References searchableSurface::findLine(), forAll, searchableSurface::getNormal(), searchableSurface::getRegion(), List< T >::setSize(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

◆ findNearestIntersection() [3/4]

void findNearestIntersection ( const pointField start,
const pointField end,
labelList surfaces,
vectorField normal 
) const

Find nearest (to start only) intersection of edge.

Definition at line 1455 of file refinementSurfaces.C.

References searchableSurface::findLine(), forAll, searchableSurface::getNormal(), List< T >::setSize(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

◆ findNearestIntersection() [4/4]

void findNearestIntersection ( const pointField start,
const pointField end,
labelList surfaces,
List< pointIndexHit > &  hitInfo1,
vectorField normal 
) const

Find nearest (to start only) intersection of edge.

Definition at line 1498 of file refinementSurfaces.C.

References searchableSurface::findLine(), forAll, searchableSurface::getNormal(), List< T >::setSize(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

◆ findAnyIntersection()

void findAnyIntersection ( const pointField start,
const pointField end,
labelList surfaces,
List< pointIndexHit > &  hitInfo 
) const

Used for debugging only: find intersection of edge.

Definition at line 1548 of file refinementSurfaces.C.

References searchableSurfacesQueries::findAnyIntersection().

Here is the call graph for this function:

◆ findNearest() [1/2]

void findNearest ( const labelList surfacesToTest,
const pointField samples,
const scalarField nearestDistSqr,
labelList surfaces,
List< pointIndexHit > &  hitInfo 
) const

Find nearest point on surfaces.

Definition at line 1569 of file refinementSurfaces.C.

References searchableSurfacesQueries::findNearest(), forAll, and samples().

Referenced by snappySnapDriver::calcNearestSurface().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ findNearestRegion() [1/3]

void findNearestRegion ( const labelList surfacesToTest,
const pointField samples,
const scalarField nearestDistSqr,
labelList hitSurface,
labelList hitRegion 
) const

Find nearest point on surfaces. Return surface and region on.

surface (so not global surface)

Definition at line 1602 of file refinementSurfaces.C.

References Foam::findIndices(), searchableSurfacesQueries::findNearest(), forAll, samples(), List< T >::setSize(), and UList< T >::size().

Referenced by snappySnapDriver::calcNearestSurface(), and snappySnapDriver::repatchToSurface().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ findNearestRegion() [2/3]

void findNearestRegion ( const labelList surfacesToTest,
const pointField samples,
const scalarField nearestDistSqr,
labelList hitSurface,
List< pointIndexHit > &  hitInfo,
labelList hitRegion,
vectorField hitNormal 
) const

Find nearest point on surfaces. Return surface, region and.

normal on surface (so not global surface)

Definition at line 1665 of file refinementSurfaces.C.

References Foam::findIndices(), searchableSurfacesQueries::findNearest(), forAll, samples(), List< T >::setSize(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

◆ findInside()

void findInside ( const labelList surfacesToTest,
const pointField pt,
labelList insideSurfaces 
) const

Detect if a point is 'inside' (closed) surfaces.

Returns -1 if not, returns first surface it is.

Definition at line 1786 of file refinementSurfaces.C.

References surfaceZonesInfo::areaSelectionAlgoNames, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, surfaceZonesInfo::INSIDE, volumeType::INSIDE, surfaceZonesInfo::OUTSIDE, volumeType::OUTSIDE, List< T >::setSize(), and UList< T >::size().

Here is the call graph for this function:

◆ findNearest() [2/2]

void findNearest ( const labelList surfacesToTest,
const labelListList regions,
const pointField samples,
const scalarField nearestDistSqr,
labelList hitSurface,
List< pointIndexHit > &  hitInfo 
) const

Find nearest point on selected regions of surfaces.

Definition at line 1849 of file refinementSurfaces.C.

References searchableSurfacesQueries::findNearest(), forAll, and samples().

Here is the call graph for this function:

◆ findNearestRegion() [3/3]

void findNearestRegion ( const labelList surfacesToTest,
const labelListList regions,
const pointField samples,
const scalarField nearestDistSqr,
labelList hitSurface,
List< pointIndexHit > &  hitInfo,
labelList hitRegion,
vectorField hitNormal 
) const

Find nearest point on selected regions of surfaces.

Definition at line 1886 of file refinementSurfaces.C.

References Foam::findIndices(), searchableSurfacesQueries::findNearest(), forAll, samples(), List< T >::setSize(), UList< T >::size(), and Foam::Zero.

Here is the call graph for this function:

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