https://github.com/AtmosFOAM/AMMM
Raw File
Tip revision: 5a91da39724bb035479f2d1c1996d65005dfd34f authored by Hiroe Yamazaki on 03 March 2020, 15:47:11 UTC
rotate plots
Tip revision: 5a91da3
Allwclean
#!/bin/bash
cd ${0%/*} || exit 1    # run from this directory
[ -n "$FOAM_EXT_LIBBIN" ] || {
    echo "Error: FOAM_EXT_LIBBIN not set"
    echo "    Check the OpenFOAM entries in your dot-files and source them."
    exit 1
}

wclean all src
wclean all applications
back to top