ENH: Consistency improvement for setting postProcessing directory name

This commit is contained in:
Andrew Heather
2018-02-27 14:37:05 +00:00
parent 853b9abb79
commit aec949d7cc
16 changed files with 71 additions and 40 deletions

View File

@ -10,6 +10,7 @@
#include "polyMeshTetDecomposition.H"
#include "surfaceWriter.H"
#include "checkTools.H"
#include "functionObject.H"
#include "vtkSurfaceWriter.H"
#include "writer.H"
@ -1020,7 +1021,7 @@ Foam::label Foam::checkGeometry
{
wr.write
(
"postProcessing",
functionObject::outputPrefix,
"src_" + tmName,
meshedSurfRef
(
@ -1074,7 +1075,7 @@ Foam::label Foam::checkGeometry
{
wr.write
(
"postProcessing",
functionObject::outputPrefix,
"tgt_" + tmName,
meshedSurfRef
(

View File

@ -41,6 +41,7 @@ License
#include "syncTools.H"
#include "globalIndex.H"
#include "PatchTools.H"
#include "functionObject.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -285,7 +286,7 @@ void Foam::mergeAndWrite
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
/ "postProcessing"
/ functionObject::outputPrefix
/ mesh.pointsInstance()
/ set.name()
);
@ -379,7 +380,7 @@ void Foam::mergeAndWrite
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
/ "postProcessing"
/ functionObject::outputPrefix
/ mesh.pointsInstance()
/ set.name()
);
@ -483,7 +484,7 @@ void Foam::mergeAndWrite
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
/ "postProcessing"
/ functionObject::outputPrefix
/ mesh.pointsInstance()
// set.name()
);