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

makeGraph.H File Reference

Write a graph file for a field given the data point locations field, the field of interest and the name of the field to be used for the graph file name. More...


Detailed Description

Write a graph file for a field given the data point locations field, the field of interest and the name of the field to be used for the graph file name.

Source files

Definition in file makeGraph.H.

#include "src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
Include dependency graph for makeGraph.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

void  makeGraph (const scalarField &x, const volScalarField &vsf, const word &graphFormat)
 Write a graph file.
void  makeGraph (const scalarField &x, const volScalarField &vsf, const word &name, const word &graphFormat)
 Write a graph file.
void  makeGraph (const scalarField &x, const scalarField &sf, const word &name, const fileName &path, const word &graphFormat)
 Write a graph file.