From c5d4d5e17b9f04a94efc1f73c382fa39a1ed69f8 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 20 Aug 2019 23:35:56 +0100 Subject: [PATCH] plateHole/system/singleGraph: Removed unnecessary sub-dictionary --- .../plateHole/system/singleGraph | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/singleGraph b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/singleGraph index a335375c57..8edeedb434 100644 --- a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/singleGraph +++ b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/singleGraph @@ -6,21 +6,18 @@ \\/ M anipulation | \*---------------------------------------------------------------------------*/ -singleGraph +start (0 0.5 0.25); +end (0 2 0.25); +fields (sigmaxx); + +#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" + +setConfig { - start (0 0.5 0.25); - end (0 2 0.25); - fields (sigmaxx); - - #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" - - setConfig - { - axis y; - } - - // Must be last entry - #includeEtc "caseDicts/postProcessing/graphs/graph.cfg" + axis y; } +// Must be last entry +#includeEtc "caseDicts/postProcessing/graphs/graph.cfg" + // ************************************************************************* //