ENH: improve findInstance handling of negative times (#1112)
- normally findInstance will 'bottom out' with the constant directory while doing its reverse time search. This mechanism however fails when searching for negative start values (if there are none in the list). Add additional logic for this so that constant will also be used in these situations. Note: to have decomposePar work for all times, may need the -constant option to trigger the proper time list.
Showing
- src/OpenFOAM/global/fileOperations/fileOperation/fileOperation.C 59 additions, 71 deletions...nFOAM/global/fileOperations/fileOperation/fileOperation.C
- tutorials/combustion/XiEngineFoam/kivaTest/Allrun-parallel 13 additions, 0 deletionstutorials/combustion/XiEngineFoam/kivaTest/Allrun-parallel
- tutorials/combustion/XiEngineFoam/kivaTest/system/decomposeParDict 27 additions, 0 deletions.../combustion/XiEngineFoam/kivaTest/system/decomposeParDict
Please register or sign in to comment