mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add globalPath() to argList and TimePaths
- simply combines (rootPath()/globalCaseName())
This commit is contained in:
@ -278,7 +278,7 @@ void Foam::cyclicPeriodicAMIPolyPatch::resetAMI
|
||||
{
|
||||
const Time& runTime = boundaryMesh().mesh().time();
|
||||
|
||||
fileName dir(runTime.rootPath()/runTime.globalCaseName());
|
||||
fileName dir(runTime.globalPath());
|
||||
fileName postfix("_" + runTime.timeName()+"_expanded.obj");
|
||||
|
||||
ownStr.reset(new OBJstream(dir/name() + postfix));
|
||||
|
||||
Reference in New Issue
Block a user