Files
OpenFOAM-12/etc/caseDicts/postProcessing/graphs/graph.cfg

25 lines
822 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
type sets;
libs ("libsampling.so");
writeControl writeTime;
sets
(
line
{
$setConfig;
start $start;
end $end;
}
);
// ************************************************************************* //