mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mixerVessel: replace foamInfoExec with foamListTimes
This commit is contained in:
@ -71,7 +71,7 @@ runParallel checkMesh -allTopology -allGeometry -latestTime
|
|||||||
|
|
||||||
# Copy the mesh from the latest time folder into polyMesh and delete that
|
# Copy the mesh from the latest time folder into polyMesh and delete that
|
||||||
# latest time folder
|
# latest time folder
|
||||||
latestTime=$(foamInfoExec -case processor0 -latestTime)
|
latestTime=$(foamListTimes -latestTime -processor)
|
||||||
if [ "$latestTime" != "constant" ] && [ -d processor0/$latestTime/polyMesh ]
|
if [ "$latestTime" != "constant" ] && [ -d processor0/$latestTime/polyMesh ]
|
||||||
then
|
then
|
||||||
runApplication reconstructParMesh -latestTime
|
runApplication reconstructParMesh -latestTime
|
||||||
|
|||||||
Reference in New Issue
Block a user