Files
2024-07-06 16:02:47 +01:00

27 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes graph data for specified fields along a line, specified by start and
end points. One graph point is generated on each face that the line
intersects.
\*---------------------------------------------------------------------------*/
start <point>;
end <point>;
fields (<fieldNames>);
axis distance; // The independent variable of the graph. Can be "x",
// "y", "z", "xyz" (all coordinates written out), or
// "distance" (from the start point).
#includeEtc "caseDicts/functions/graphs/graphFace.cfg"
// ************************************************************************* //