13 lines
371 B
Text
13 lines
371 B
Text
|
#!/bin/sh
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
# Get application name from directory
|
||
|
application="elasticAcpSolidFoam"
|
||
|
|
||
|
\cp -f 0/org/U 0/U
|
||
|
\cp -f 0/org/materials 0/materials
|
||
|
\m4 constant/polyMesh/blockMeshDict.simpleDCB.m4 > constant/polyMesh/blockMeshDict
|
||
|
runApplication blockMesh
|
||
|
runApplication setFields
|
||
|
runApplication $application
|