Static Public Member Functions | List of all members
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)
 
static void internal (Ostream &os, const IOobjectList &objects)
 
static void point (Ostream &os, const IOobjectList &objects)
 
static void area (Ostream &os, const IOobjectList &objects)
 

Detailed Description

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

Definition at line 47 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 51 of file reportFields.H.

References Foam::endl(), fld, os(), and UPtrList::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 70 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 90 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

Definition at line 101 of file reportFields.H.

References os().

Here is the call graph for this function:

◆ internal()

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

Definition at line 127 of file reportFields.H.

References os().

Here is the call graph for this function:

◆ point()

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

Definition at line 153 of file reportFields.H.

◆ area()

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

Definition at line 159 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: