Files
OpenFOAM-12/etc/caseDicts/postProcessing/graphs/sampleDict

24 lines
841 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
sets
(
graph
{
$:setConfig;
start (0 1e-6 0);
end (1 1e-6 0);
}
);
fields (U p);
// ************************************************************************* //