Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions UAV_Propeller/preProcessing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ mv polyMesh constant/
if [ -f "Structure.bdf" ]; then
echo "Mesh already exists."
else
echo "Downloading mesh Structure.bdf.tar.gz"
wget https://github.com/dafoam/files/releases/download/v1.0.0/Structure.pdf.tar.gz
echo "Downloading mesh StructMesh.bdf.tar.gz"
wget https://github.com/dafoam/files/releases/download/v1.0.0/StructMesh.bdf.tar.gz
fi


echo "Generating mesh.. Done!"

# copy initial and boundary condition files
Expand Down