/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | ------------------------------------------------------------------------------- Description Writes graph data for specified fields along a line, specified by start and end points. \*---------------------------------------------------------------------------*/ start (0.0101 0 0); end (0.0101 0.01905 0); fields ( alpha.gas ); // Sampling and I/O settings #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" // Override settings here, e.g. setConfig { type lineCell; axis y; // y, z, xyz } // Must be last entry #includeEtc "caseDicts/postProcessing/graphs/graph.cfg" // ************************************************************************* //