From 68919502888e6764662d576fbe9fc1f19e9a0ab9 Mon Sep 17 00:00:00 2001 From: Chris Greenshields <http://cfd.direct> Date: Fri, 17 Jun 2016 12:31:43 +0100 Subject: [PATCH] singleGraph post-processing: added example configuration comments --- .../postProcessing/graphs/sampleDict | 23 ------------------- .../postProcessing/graphs/sampleDict.cfg | 4 ++-- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 etc/caseDicts/postProcessing/graphs/sampleDict diff --git a/etc/caseDicts/postProcessing/graphs/sampleDict b/etc/caseDicts/postProcessing/graphs/sampleDict deleted file mode 100644 index 7731f411f3b..00000000000 --- a/etc/caseDicts/postProcessing/graphs/sampleDict +++ /dev/null @@ -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); - -// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/graphs/sampleDict.cfg b/etc/caseDicts/postProcessing/graphs/sampleDict.cfg index 17edcf4e502..e1a67308bbf 100644 --- a/etc/caseDicts/postProcessing/graphs/sampleDict.cfg +++ b/etc/caseDicts/postProcessing/graphs/sampleDict.cfg @@ -12,8 +12,8 @@ setFormat raw; setConfig { - type uniform; - axis distance; + type uniform; // midPoint, midPointAndFace + axis distance; // x, y, z, xyz nPoints 100; } -- GitLab