graphField: Moved graphs directory into postProcessing
This commit is contained in:
@ -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
|
||||
|
||||
@ -39,6 +39,7 @@ Description
|
||||
#include "volFields.H"
|
||||
#include "channelIndex.H"
|
||||
#include "makeGraph.H"
|
||||
#include "writeFile.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user