singleGraph post-processing: added example configuration comments

This commit is contained in:
Chris Greenshields
2016-06-17 12:31:43 +01:00
parent 2668106e2c
commit 9f4ee75afc
2 changed files with 2 additions and 25 deletions

View File

@ -1,23 +0,0 @@
/*--------------------------------*- 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);
// ************************************************************************* //

View File

@ -12,8 +12,8 @@ setFormat raw;
setConfig
{
type uniform;
axis distance;
type uniform; // midPoint, midPointAndFace
axis distance; // x, y, z, xyz
nPoints 100;
}