helpBoundary Class Reference
Inheritance diagram for helpBoundary:
[legend]
Collaboration diagram for helpBoundary:
[legend]

Public Member Functions

 TypeName ("helpBoundary")
 Runtime type information. More...
 
 helpBoundary ()
 Constructor. More...
 
virtual ~helpBoundary ()
 Destructor. More...
 
virtual void init ()
 Initialise - typically setting static variables,. More...
 
virtual void execute (const argList &args, const fvMesh &mesh)
 Execute the help. More...
 
- Public Member Functions inherited from helpType
 TypeName ("helpType")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, helpType, dictionary,(),())
 
 helpType ()=default
 Default construct. More...
 
virtual ~helpType ()=default
 Destructor. More...
 
virtual void init ()
 Initialise - typically setting static variables,. More...
 
virtual void execute (const argList &args, const fvMesh &mesh)=0
 Execute the help. More...
 

Protected Member Functions

template<class Type >
wordList fieldConditions (const IOobject &io, const bool write) const
 Return/output the available boundary conditions for fields of Type. More...
 
template<class Type >
void fixedValueFieldConditions (const IOobject &io) const
 Output the available fixed boundary conditions for fields of Type. More...
 
- Protected Member Functions inherited from helpType
fileName doxygenPath () const
 Return file path to the Doxygen sources (if available) More...
 
void displayDocOptions (const string &searchStr, const bool exactMatch, const word &ext) const
 Display the list of documentation options. More...
 
void displayDoc (const word &className, const string &searchStr, const bool exactMatch, const word &ext) const
 Display the help documentation in a browser. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from helpType
static autoPtr< helpTypeNew (const word &helpTypeName)
 Selector. More...
 

Detailed Description

Definition at line 87 of file helpBoundary.H.

Constructor & Destructor Documentation

◆ helpBoundary()

Constructor.

◆ ~helpBoundary()

virtual ~helpBoundary ( )
virtual

Destructor.

Member Function Documentation

◆ fieldConditions()

wordList fieldConditions ( const IOobject io,
const bool  write 
) const
protected

Return/output the available boundary conditions for fields of Type.

◆ fixedValueFieldConditions()

void fixedValueFieldConditions ( const IOobject io) const
protected

Output the available fixed boundary conditions for fields of Type.

◆ TypeName()

TypeName ( "helpBoundary"  )

Runtime type information.

◆ init()

virtual void init ( )
virtual

Initialise - typically setting static variables,.

e.g. command line arguments

Reimplemented from helpType.

◆ execute()

virtual void execute ( const argList args,
const fvMesh mesh 
)
virtual

Execute the help.

Implements helpType.


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