mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Consistency improvement for setting postProcessing directory name
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
@ -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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user