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 () | |
Constructor. More... | |
virtual | ~helpType () |
Destructor. 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 |
Display the list of documentation options. More... | |
void | displayDoc (const word &className, const string &searchStr, const bool exactMatch) const |
Display the help documentation in a browser. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from helpType | |
static autoPtr< helpType > | New (const word &helpTypeName) |
Selector. More... | |
Definition at line 85 of file helpBoundary.H.
helpBoundary | ( | ) |
Constructor.
|
virtual |
Destructor.
Return/output the available boundary conditions for fields of Type.
|
protected |
Output the available fixed boundary conditions for fields of Type.
TypeName | ( | "helpBoundary" | ) |
Runtime type information.
|
virtual |
Initialise - typically setting static variables,.
e.g. command line arguments
Reimplemented from helpType.
Execute the help.
Implements helpType.