edgeVertex Class Reference

Combines edge or vertex in single label. Used to specify cuts across cell circumference. More...

Inheritance diagram for edgeVertex:

Public Member Functions

 edgeVertex (const polyMesh &mesh)
 Construct from mesh. More...
 
 edgeVertex (const edgeVertex &)=delete
 Disallow default bitwise copy construction. More...
 
const polyMeshmesh () const
 
bool isEdge (const label eVert) const
 
label getEdge (const label eVert) const
 
label getVertex (const label eVert) const
 
label vertToEVert (const label vertI) const
 
label edgeToEVert (const label edgeI) const
 
point coord (const label cut, const scalar weight) const
 
label cutPairToEdge (const label cut0, const label cut1) const
 
OstreamwriteCut (Ostream &os, const label cut, const scalar) const
 Write cut description to Ostream. More...
 
OstreamwriteCuts (Ostream &os, const labelList &, const scalarField &) const
 Write cut descriptions to Ostream. More...
 
void operator= (const edgeVertex &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static void updateLabels (const labelList &map, List< refineCell > &)
 Update refine list from map. Used to update cell/face labels. More...
 
static void updateLabels (const labelList &map, Map< label > &)
 Update map from map. Used to update cell/face labels. More...
 
static void updateLabels (const labelList &map, labelHashSet &)
 Update map from map. Used to update cell/face labels. More...
 
static bool isEdge (const primitiveMesh &mesh, const label eVert)
 Is eVert an edge? More...
 
static label getEdge (const primitiveMesh &mesh, const label eVert)
 Convert eVert to edge label. More...
 
static label getVertex (const primitiveMesh &mesh, const label eVert)
 Convert eVert to vertex label. More...
 
static label vertToEVert (const primitiveMesh &mesh, const label vertI)
 Convert pointi to eVert. More...
 
static label edgeToEVert (const primitiveMesh &mesh, const label edgeI)
 Convert edgeI to eVert. More...
 
static point coord (const primitiveMesh &, const label cut, const scalar weight)
 Return coordinate of cut (uses weight if edgeCut) More...
 
static label cutPairToEdge (const primitiveMesh &, const label cut0, const label cut1)
 Find mesh edge (or -1) between two cuts. More...
 

Detailed Description

Combines edge or vertex in single label. Used to specify cuts across cell circumference.

Source files

Definition at line 52 of file edgeVertex.H.

Constructor & Destructor Documentation

◆ edgeVertex() [1/2]

edgeVertex ( const polyMesh mesh)
inline

Construct from mesh.

Definition at line 82 of file edgeVertex.H.

◆ edgeVertex() [2/2]

edgeVertex ( const edgeVertex )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ updateLabels() [1/3]

void updateLabels ( const labelList map,
List< refineCell > &  refCells 
)
static

Update refine list from map. Used to update cell/face labels.

after morphing

Definition at line 35 of file edgeVertex.C.

References refineCell::cellNo(), refineCell::direction(), forAll, and List< T >::setSize().

Here is the call graph for this function:

◆ updateLabels() [2/3]

void updateLabels ( const labelList map,
Map< label > &  cellPairs 
)
static

Update map from map. Used to update cell/face labels.

after morphing

Definition at line 62 of file edgeVertex.C.

References Foam::endl(), forAllConstIter, HashTable< T, Key, Hash >::insert(), HashTable< T, Key, Hash >::size(), and WarningInFunction.

Here is the call graph for this function:

◆ updateLabels() [3/3]

void updateLabels ( const labelList map,
labelHashSet cells 
)
static

Update map from map. Used to update cell/face labels.

after morphing

Definition at line 125 of file edgeVertex.C.

References cells, forAllConstIter, HashSet< Key, Hash >::insert(), and List< T >::size().

Here is the call graph for this function:

◆ mesh()

const polyMesh& mesh ( ) const
inline

◆ isEdge() [1/2]

static bool isEdge ( const primitiveMesh mesh,
const label  eVert 
)
inlinestatic

Is eVert an edge?

Definition at line 102 of file edgeVertex.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, edgeVertex::mesh(), primitiveMesh::nEdges(), and primitiveMesh::nPoints().

Referenced by edgeVertex::getEdge(), edgeVertex::getVertex(), and edgeVertex::isEdge().

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

◆ isEdge() [2/2]

bool isEdge ( const label  eVert) const
inline

Definition at line 115 of file edgeVertex.H.

References edgeVertex::isEdge().

Here is the call graph for this function:

◆ getEdge() [1/2]

static label getEdge ( const primitiveMesh mesh,
const label  eVert 
)
inlinestatic

Convert eVert to edge label.

Definition at line 121 of file edgeVertex.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, edgeVertex::isEdge(), edgeVertex::mesh(), and primitiveMesh::nPoints().

Referenced by edgeVertex::getEdge().

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

◆ getEdge() [2/2]

label getEdge ( const label  eVert) const
inline

Definition at line 131 of file edgeVertex.H.

References edgeVertex::getEdge().

Here is the call graph for this function:

◆ getVertex() [1/2]

static label getVertex ( const primitiveMesh mesh,
const label  eVert 
)
inlinestatic

Convert eVert to vertex label.

Definition at line 137 of file edgeVertex.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, edgeVertex::isEdge(), and edgeVertex::mesh().

Referenced by edgeVertex::getVertex().

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

◆ getVertex() [2/2]

label getVertex ( const label  eVert) const
inline

Definition at line 147 of file edgeVertex.H.

References edgeVertex::getVertex().

Here is the call graph for this function:

◆ vertToEVert() [1/2]

static label vertToEVert ( const primitiveMesh mesh,
const label  vertI 
)
inlinestatic

Convert pointi to eVert.

Definition at line 153 of file edgeVertex.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, edgeVertex::mesh(), and primitiveMesh::nPoints().

Referenced by edgeVertex::vertToEVert().

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

◆ vertToEVert() [2/2]

label vertToEVert ( const label  vertI) const
inline

Definition at line 163 of file edgeVertex.H.

References edgeVertex::vertToEVert().

Here is the call graph for this function:

◆ edgeToEVert() [1/2]

static label edgeToEVert ( const primitiveMesh mesh,
const label  edgeI 
)
inlinestatic

Convert edgeI to eVert.

Definition at line 169 of file edgeVertex.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, edgeVertex::mesh(), primitiveMesh::nEdges(), and primitiveMesh::nPoints().

Referenced by edgeVertex::edgeToEVert().

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

◆ edgeToEVert() [2/2]

label edgeToEVert ( const label  edgeI) const
inline

Definition at line 179 of file edgeVertex.H.

References edgeVertex::edgeToEVert().

Here is the call graph for this function:

◆ coord() [1/2]

Foam::point coord ( const primitiveMesh mesh,
const label  cut,
const scalar  weight 
)
static

Return coordinate of cut (uses weight if edgeCut)

Definition at line 168 of file edgeVertex.C.

References Foam::e, primitiveMesh::edges(), and primitiveMesh::points().

Referenced by edgeVertex::coord().

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

◆ coord() [2/2]

point coord ( const label  cut,
const scalar  weight 
) const
inline

Definition at line 191 of file edgeVertex.H.

References edgeVertex::coord().

Here is the call graph for this function:

◆ cutPairToEdge() [1/2]

Foam::label cutPairToEdge ( const primitiveMesh mesh,
const label  cut0,
const label  cut1 
)
static

Find mesh edge (or -1) between two cuts.

Definition at line 190 of file edgeVertex.C.

References Foam::meshTools::findEdge().

Referenced by edgeVertex::cutPairToEdge().

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

◆ cutPairToEdge() [2/2]

label cutPairToEdge ( const label  cut0,
const label  cut1 
) const
inline

Definition at line 203 of file edgeVertex.H.

References edgeVertex::cutPairToEdge().

Here is the call graph for this function:

◆ writeCut()

Foam::Ostream & writeCut ( Ostream os,
const label  cut,
const scalar  weight 
) const

Write cut description to Ostream.

Definition at line 213 of file edgeVertex.C.

References Foam::e.

◆ writeCuts()

Foam::Ostream & writeCuts ( Ostream os,
const labelList cuts,
const scalarField weights 
) const

Write cut descriptions to Ostream.

Definition at line 238 of file edgeVertex.C.

References forAll.

◆ operator=()

void operator= ( const edgeVertex )
delete

Disallow default bitwise assignment.


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