Skip to content

Commit

Permalink
modify the flareFGM case
Browse files Browse the repository at this point in the history
  • Loading branch information
JX278 committed Dec 29, 2023
1 parent 4fca9e6 commit 2dcce8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 10 additions & 1 deletion examples/dfLowMachFoam/2DSandiaD_flareFGM/Allrun
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory

if [ -e flare_CH4_SandiaD_4D.tbl]
then
echo "flare_CH4_SandiaD_4D.tbl exists. Make sure correct table has been used!"
else
echo "flare_CH4_SandiaD_4D.tbl not exist. Downloading ..."
wget --content-disposition https://aisquare.oss-us-east-1.aliyuncs.com/data/datasets/14b50df5-dbe9-4f1c-bf58-032b8bc40a20
unzip flare_CH4_SandiaD_4D.zip
fi


# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

# Set application name
application=$(getApplication)


runApplication blockMesh

runApplication decomposePar -force
Expand Down
1 change: 0 additions & 1 deletion examples/dfLowMachFoam/2DSandiaD_flareFGM/ReadMe

This file was deleted.

0 comments on commit 2dcce8e

Please sign in to comment.