graphField: Moved graphs directory into postProcessing

This commit is contained in:
Will Bainbridge
2019-05-20 10:43:36 +01:00
parent deb279aa83
commit 0889ff91c7
9 changed files with 90 additions and 13 deletions

View File

@ -1,4 +1,11 @@
fileName path(UMean.rootPath()/UMean.caseName()/"graphs"/UMean.instance());
fileName path
(
UMean.rootPath()
/UMean.caseName()
/functionObjects::writeFile::outputPrefix
/"graphs"
/UMean.instance()
);
mkDir(path);
scalarField UMeanXvalues

View File

@ -39,6 +39,7 @@ Description
#include "volFields.H"
#include "channelIndex.H"
#include "makeGraph.H"
#include "writeFile.H"
using namespace Foam;