Skip to content
Snippets Groups Projects
Commit 68919502 authored by Chris Greenshields's avatar Chris Greenshields
Browse files

singleGraph post-processing: added example configuration comments

parent 4807448b
Branches
Tags
No related merge requests found
/*--------------------------------*- 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);
// ************************************************************************* //
......@@ -12,8 +12,8 @@ setFormat raw;
setConfig
{
type uniform;
axis distance;
type uniform; // midPoint, midPointAndFace
axis distance; // x, y, z, xyz
nPoints 100;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment