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

makeGraph.C File Reference


Detailed Description

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"
Include dependency graph for makeGraph.C:

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.