FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

jplotSetWriter< Type > Class Template Reference

#include <sampling/jplotSetWriter.H>


Detailed Description

template<class Type>
class Foam::jplotSetWriter< Type >

Source files

Definition at line 48 of file jplotSetWriter.H.

Inheritance diagram for jplotSetWriter< Type >:
Collaboration diagram for jplotSetWriter< Type >:

List of all members.

Public Member Functions

 TypeName ("jplot")
 Runtime type information.
 jplotSetWriter ()
 Construct null.
virtual  ~jplotSetWriter ()
 Destructor.
virtual fileName  getFileName (const coordSet &, const wordList &) const
 Generate file name with correct extension.
virtual void  write (const coordSet &, const wordList &, const List< const Field< Type > * > &, Ostream &) const
 General entry point for writing.
virtual void  write (const bool writeTracks, const PtrList< coordSet > &, const wordList &valueSetNames, const List< List< Field< Type > > > &, Ostream &) const
 General entry point for writing of multiple coordSets.

Constructor & Destructor Documentation

Construct null.

Definition at line 48 of file jplotSetWriter.C.

~jplotSetWriter (  ) [virtual]

Destructor.

Definition at line 57 of file jplotSetWriter.C.


Member Function Documentation

TypeName ( "jplot"    )

Runtime type information.

Foam::fileName getFileName ( const coordSet &   ,
const wordList &    
) const [virtual]

Generate file name with correct extension.

Implements writer< Type >.

Definition at line 65 of file jplotSetWriter.C.

void write ( const coordSet &   ,
const wordList &   ,
const List< const Field< Type > * > &   ,
Ostream &    
) const [virtual]

General entry point for writing.

The data is organized in a set of point with one or more values per point

Implements writer< Type >.

Definition at line 76 of file jplotSetWriter.C.

References forAll, coordSet::name(), and Foam::nl.

virtual void write ( const bool   writeTracks,
const PtrList< coordSet > &   ,
const wordList &   valueSetNames,
const List< List< Field< Type > > > &   ,
Ostream &    
) const [inline, virtual]

General entry point for writing of multiple coordSets.

Each coordSet (track) has same data variables. The data is per variable, per track, per point of track. If writeTracks adds connecting lines (wherever applicable)

Implements writer< Type >.

Definition at line 91 of file jplotSetWriter.H.

References notImplemented.


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