FreeFOAM The Cross-Platform CFD Toolkit
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 dependency graph for makeGraph.H:
+ This graph shows which files directly or indirectly include this file:

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.