Definition in file makeGraph.C.
#include "src/sampling/graphField/makeGraph.H"
#include "src/finiteVolume/fields/volFields/volFields.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
#include "src/OpenFOAM/graph/graph.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.
|