ENH: add IOobject::objectRelPath() for compact output (#2195)

This commit is contained in:
Mark Olesen
2021-09-02 16:12:17 +02:00
parent 610711ac47
commit 96adf3ae80
10 changed files with 57 additions and 11 deletions

View File

@ -396,7 +396,7 @@ void writeDistribution
cellDecomposition.write();
Info<< nl << "Wrote decomposition to "
<< runTime.relativePath(cellDecomposition.objectPath())
<< cellDecomposition.objectRelPath()
<< " for use in manual decomposition." << endl;
// Write as volScalarField for postprocessing. Change time to 0
@ -434,7 +434,7 @@ void writeDistribution
cellDist.write();
Info<< nl << "Wrote decomposition to "
<< runTime.relativePath(cellDist.objectPath())
<< cellDist.objectRelPath()
<< " (volScalarField) for visualization."
<< endl;