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...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
void | makeGraph (const scalarField &x, const volScalarField &vsf, const word &graphFormat) |
void | makeGraph (const scalarField &x, const volScalarField &vsf, const word &name, const word &graphFormat) |
void | makeGraph (const scalarField &x, const scalarField &sf, const word &name, const fileName &path, const word &graphFormat) |
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.
Original source file makeGraph.C
Definition in file makeGraph.C.