Foam::edgeMeshTools Namespace Reference

Collection of static functions related to edgeMesh features. More...

Functions

void writeStats (Ostream &os, const extendedFeatureEdgeMesh &emesh)
 Write some information. More...
 
tmp< scalarFieldfeatureProximity (const extendedEdgeMesh &emesh, const triSurface &surf, const scalar searchDistance)
 Calculate proximity of the features to the surface. More...
 
tmp< scalarFieldwriteFeatureProximity (const Time &runTime, const word &basename, const extendedEdgeMesh &emesh, const triSurface &surf, const scalar searchDistance)
 Calculate proximity of the features to the surface and write the field. More...
 

Detailed Description

Collection of static functions related to edgeMesh features.

Source files

Function Documentation

◆ writeStats()

◆ featureProximity()

Foam::tmp< Foam::scalarField > featureProximity ( const extendedEdgeMesh emesh,
const triSurface surf,
const scalar  searchDistance 
)

◆ writeFeatureProximity()

Foam::tmp< Foam::scalarField > writeFeatureProximity ( const Time runTime,
const word basename,
const extendedEdgeMesh emesh,
const triSurface surf,
const scalar  searchDistance 
)

Calculate proximity of the features to the surface and write the field.

Definition at line 183 of file edgeMeshFeatureProximity.C.

References Foam::dimLength, Foam::endl(), featureProximity(), Foam::Info, Foam::nl, tmp< T >::ref(), runTime, and UList< T >::swap().

Here is the call graph for this function: