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...
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.
Definition in file makeGraph.H.
#include "src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.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.
|