Files
OpenFOAM-6/etc/caseDicts/postProcessing/graphs/graph.cfg
2018-07-07 19:44:36 +01:00

25 lines
822 B
C++

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