mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Adding overPotentialFoam and overRhoSimpleFoam and tutorials
This commit is contained in:
8
tutorials/basic/overPotentialFoam/cylinder/Allrun.pre
Executable file
8
tutorials/basic/overPotentialFoam/cylinder/Allrun.pre
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Extrude mesh around cylinder
|
||||
(cd cylinderMesh && ./Allrun.pre)
|
||||
|
||||
# Add background mesh
|
||||
(cd cylinderAndBackground && ./Allrun.pre)
|
||||
Reference in New Issue
Block a user