Public Member Functions | List of all members
boundaryInfo Class Reference

Class to interrogate the polyMesh/boundary file to provide mesh patching information, without the need to read the mesh. More...

Public Member Functions

 boundaryInfo (const Time &runTime, const word &regionName)
 
const wordListnames () const
 
const wordListtypes () const
 
const boolListconstraint () const
 
const List< wordList > & groups () const
 
const wordHashSetallGroupNames () const
 
void setType (const label patchI, const word &condition)
 
void write () const
 

Detailed Description

Class to interrogate the polyMesh/boundary file to provide mesh patching information, without the need to read the mesh.

Definition at line 48 of file boundaryInfo.H.

Constructor & Destructor Documentation

◆ boundaryInfo()

boundaryInfo ( const Time runTime,
const word regionName 
)

Member Function Documentation

◆ names()

const wordList& names ( ) const

◆ types()

const wordList& types ( ) const

◆ constraint()

const boolList& constraint ( ) const

◆ groups()

const List<wordList>& groups ( ) const

◆ allGroupNames()

const wordHashSet& allGroupNames ( ) const

◆ setType()

void setType ( const label  patchI,
const word condition 
)

◆ write()

void write ( ) const

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