Collection of simple static methods for reporting field names by category, which is used by foamToVTK. More...
#include <reportFields.H>
Static Public Member Functions | |
| template<class GeoField> | |
| static void | print (const char *msg, Ostream &os, const UPtrList< const GeoField > &flds) |
| static void | print (const char *msg, Ostream &os, const wordList &fieldNames) |
| template<class FieldType> | |
| static void | print (const char *msg, Ostream &os, const IOobjectList &objects) |
| static void | volume (Ostream &os, const IOobjectList &objects) |
| Supported volume field types. | |
| static void | internal (Ostream &os, const IOobjectList &objects) |
| Supported dimensioned field types. | |
| static void | point (Ostream &os, const IOobjectList &objects) |
| Supported point field types. | |
| static void | area (Ostream &os, const IOobjectList &objects) |
| Supported area field types. | |
Collection of simple static methods for reporting field names by category, which is used by foamToVTK.
Definition at line 47 of file reportFields.H.
|
inlinestatic |
Definition at line 50 of file reportFields.H.
References Foam::endl(), fld(), os(), and UPtrList< T >::size().
Referenced by area(), internal(), print(), and volume().


Definition at line 69 of file reportFields.H.
References Foam::endl(), os(), and UList< T >::size().

|
inlinestatic |
Definition at line 89 of file reportFields.H.
References os(), print(), and IOobjectList::sortedNames().

|
inlinestatic |
Supported volume field types.
Definition at line 103 of file reportFields.H.

|
inlinestatic |
Supported dimensioned field types.
Definition at line 131 of file reportFields.H.

|
inlinestatic |
Supported point field types.
Definition at line 159 of file reportFields.H.
References os().

|
inlinestatic |
Supported area field types.
Definition at line 167 of file reportFields.H.
