Thank you very much for the open-source code.
Chapter_5/preRun prompts cp: cannot stat '0/polyMesh/points': No such file or directory. during execution. It seems to be due to the last two lines of the script:
# copy "points" file from 0/polyMesh to constant/polyMeshcp -fr 0/polyMesh/points constant/polyMesh/points.
Such a command also appears in other cases. Is this command related to the mesh that sHM re-generated? What should be done about the error reported here?
Hi @fronterapp ,
Thank you very much for the open-source code. Chapter_5/preRun prompts
cp: cannot stat '0/polyMesh/points': No such file or directory.
during execution. It seems to be due to the last two lines of the script:# copy "points" file from 0/polyMesh to constant/polyMesh
cp -fr 0/polyMesh/points constant/polyMesh/points
. Such a command also appears in other cases. Is this command related to the mesh that sHM re-generated? What should be done about the error reported here?Best regards, JM Liu