Skip to content
Snippets Groups Projects
Commit a4877d8a authored by sergio's avatar sergio
Browse files

BUG: Fixing Allrun for cp -r polyMesh from case to case

parent cdbe0e31
No related merge requests found
......@@ -19,7 +19,7 @@ runApplication simpleFoam
# Copy the mesh from the steady state case and map the results to a
# mesh motion case, then solve transient.
cd ../wingMotion2D_pimpleDyMFoam
cp -r ../wingMotion2D_simpleFoam/constant/polyMesh/* constant/polyMesh/
cp -r ../wingMotion2D_simpleFoam/constant/polyMesh/ constant/
cp -r 0.org 0
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
mv 0/pointDisplacement.unmapped 0/pointDisplacement
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment