Loading...
Searching...
No Matches
boundaryInfo Class Reference

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

#include <boundaryInfo.H>

Public Member Functions

 boundaryInfo (const Time &runTime, const word &regionName)
 Constructor.
const wordListnames () const
 Patch names.
const wordListtypes () const
 Patch types.
const boolListconstraint () const
 Constraint flag.
const List< wordList > & groups () const
 Groups.
const wordHashSetallGroupNames () const
 Set of all group names.
void setType (const label patchI, const word &condition)
 Set the patch type based on the condition.
void write () const
 Write the boundary dictionary.

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 )

Constructor.

References regionName, and runTime.

Member Function Documentation

◆ names()

const wordList & names ( ) const

Patch names.

◆ types()

const wordList & types ( ) const

Patch types.

◆ constraint()

const boolList & constraint ( ) const

Constraint flag.

◆ groups()

const List< wordList > & groups ( ) const

Groups.

◆ allGroupNames()

const wordHashSet & allGroupNames ( ) const

Set of all group names.

◆ setType()

void setType ( const label patchI,
const word & condition )

Set the patch type based on the condition.

◆ write()

void write ( ) const

Write the boundary dictionary.


The documentation for this class was generated from the following file:
  • applications/utilities/preProcessing/createZeroDirectory/boundaryInfo.H