singleGraph post-processing: added example configuration comments
This commit is contained in:
parent
2668106e2c
commit
9f4ee75afc
2 changed files with 2 additions and 25 deletions
|
|
@ -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);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
|
|
@ -12,8 +12,8 @@ setFormat raw;
|
||||||
|
|
||||||
setConfig
|
setConfig
|
||||||
{
|
{
|
||||||
type uniform;
|
type uniform; // midPoint, midPointAndFace
|
||||||
axis distance;
|
axis distance; // x, y, z, xyz
|
||||||
nPoints 100;
|
nPoints 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue