mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/incompressible/pimpleDyMFoam/wingMotion/Allrun: Updated to handle missing polyMesh dir
This commit is contained in:
@ -19,7 +19,7 @@ runApplication simpleFoam
|
|||||||
# Copy the mesh from the steady state case and map the results to a
|
# Copy the mesh from the steady state case and map the results to a
|
||||||
# mesh motion case, then solve transient.
|
# mesh motion case, then solve transient.
|
||||||
cd ../wingMotion2D_pimpleDyMFoam
|
cd ../wingMotion2D_pimpleDyMFoam
|
||||||
cp -r ../wingMotion2D_simpleFoam/constant/polyMesh/* constant/polyMesh/
|
cp -r ../wingMotion2D_simpleFoam/constant/polyMesh constant
|
||||||
cp -r 0.org 0
|
cp -r 0.org 0
|
||||||
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
|
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
|
||||||
mv 0/pointDisplacement.unmapped 0/pointDisplacement
|
mv 0/pointDisplacement.unmapped 0/pointDisplacement
|
||||||
|
|||||||
Reference in New Issue
Block a user