foamToVtkReportFields Class Reference

Collection of simple static methods for reporting field names by category, which is used by foamToVTK. More...

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. More...
 
static void internal (Ostream &os, const IOobjectList &objects)
 Supported dimensioned field types. More...
 
static void point (Ostream &os, const IOobjectList &objects)
 Supported point field types. More...
 
static void area (Ostream &os, const IOobjectList &objects)
 Supported area field types. More...
 

Detailed Description

Collection of simple static methods for reporting field names by category, which is used by foamToVTK.

Definition at line 53 of file reportFields.H.

Member Function Documentation

◆ print() [1/3]

static void print ( const char *  msg,
Ostream os,
const UPtrList< const GeoField > &  flds 
)
inlinestatic

Definition at line 57 of file reportFields.H.

References Foam::endl(), fld, os(), and UPtrList< T >::size().

Referenced by foamToVtkReportFields::print().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print() [2/3]

static void print ( const char *  msg,
Ostream os,
const wordList fieldNames 
)
inlinestatic

Definition at line 76 of file reportFields.H.

References Foam::endl(), fieldNames(), and os().

Here is the call graph for this function:

◆ print() [3/3]

static void print ( const char *  msg,
Ostream os,
const IOobjectList objects 
)
inlinestatic

Definition at line 96 of file reportFields.H.

References os(), foamToVtkReportFields::print(), and IOobjectList::sortedNames().

Here is the call graph for this function:

◆ volume()

static void volume ( Ostream os,
const IOobjectList objects 
)
inlinestatic

Supported volume field types.

Definition at line 107 of file reportFields.H.

References os().

Here is the call graph for this function:

◆ internal()

static void internal ( Ostream os,
const IOobjectList objects 
)
inlinestatic

Supported dimensioned field types.

Definition at line 133 of file reportFields.H.

References os().

Here is the call graph for this function:

◆ point()

static void point ( Ostream os,
const IOobjectList objects 
)
inlinestatic

Supported point field types.

Definition at line 159 of file reportFields.H.

◆ area()

static void area ( Ostream os,
const IOobjectList objects 
)
inlinestatic

Supported area field types.

Definition at line 165 of file reportFields.H.

References os().

Here is the call graph for this function:

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