1 #include "writeCellGraph.H"
6 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
11 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
15 const volScalarField& vsf,
16 const word& graphFormat
24 vsf.mesh().C().internalField().component(vector::X),
26 ).write(vsf.time().timePath()/vsf.name(), graphFormat);
30 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 } // End namespace Foam
34 // ************************************************************************* //