1 #include "writePatchGraph.H"
7 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
12 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16 const volScalarField& vsf,
17 const label patchLabel,
19 const word& graphFormat
27 vsf.mesh().boundary()[patchLabel].Cf().component(d),
28 vsf.boundaryField()[patchLabel]
29 ).write(vsf.time().timePath()/vsf.name(), graphFormat);
33 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
35 } // End namespace Foam
37 // ************************************************************************* //