diff --git a/etc/caseDicts/postProcessing/graphs/sampleDict b/etc/caseDicts/postProcessing/graphs/sampleDict deleted file mode 100644 index 7731f411f3b332cc1d5e6e8fa77dfe6804ae78a1..0000000000000000000000000000000000000000 --- 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 17edcf4e502f8157e205bc4effb9d293ad0b8b98..e1a67308bbfcb80e7d9eb250a58a27e9f6c514f7 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; }