mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add IOobject::objectRelPath() for compact output (#2195)
This commit is contained in:
@ -647,7 +647,7 @@ int main(int argc, char *argv[])
|
||||
cellDecomposition.write();
|
||||
|
||||
Info<< nl << "Wrote decomposition to "
|
||||
<< runTime.relativePath(cellDecomposition.objectPath())
|
||||
<< cellDecomposition.objectRelPath()
|
||||
<< " for use in manual decomposition." << endl;
|
||||
}
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ void Foam::domainDecompositionDryRun::execute
|
||||
// cellDecomposition.write();
|
||||
//
|
||||
// Info<< nl << "Wrote decomposition to "
|
||||
// << runTime.relativePath(cellDecomposition.objectPath())
|
||||
// << cellDecomposition.objectRelPath()
|
||||
// << " for use in manual decomposition." << endl;
|
||||
|
||||
Info<< nl;
|
||||
|
||||
@ -64,7 +64,7 @@ void Foam::domainDecompositionDryRun::writeVolField
|
||||
cellDist.write();
|
||||
|
||||
Info<< nl << "Wrote decomposition to "
|
||||
<< this->mesh().time().relativePath(cellDist.objectPath())
|
||||
<< cellDist.objectRelPath()
|
||||
<< " (volScalarField) for visualization."
|
||||
<< endl;
|
||||
}
|
||||
|
||||
@ -65,7 +65,7 @@ void Foam::domainDecomposition::writeVolField
|
||||
cellDist.write();
|
||||
|
||||
Info<< nl << "Wrote decomposition to "
|
||||
<< this->mesh().time().relativePath(cellDist.objectPath())
|
||||
<< cellDist.objectRelPath()
|
||||
<< " (volScalarField) for visualization."
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user