基础版

This commit is contained in:
2022-04-11 14:44:18 +08:00
parent ac770ebb49
commit 37b29fd98a
5 changed files with 191 additions and 56 deletions

13
install Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
objDir=$WM_PROJECT_DIR/wmake
if [ -d $objDir ]
then
cwd=`pwd`
chmod +x ./ofCmakeConfig
rm -f $objDir/ofCmakeConfig
ln -s $cwd/ofCmakeConfig $objDir/
echo "installed ofCmakeConfig"
else
echo "please active OpenFOAM environment"
fi