Changes between Version 26 and Version 27 of Software/OpenFOAM


Ignore:
Timestamp:
02/17/17 20:42:53 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v26 v27  
    3737INST_DIR=<my_openfoam_install_dir> # e.g. ${HOME}/OpenFOAM_install
    3838
    39 mkdir $INST_DIR
     39mkdir -p $INST_DIR
    4040cd $INST_DIR
    4141}}}
     
    4646     * https://github.com/OpenFOAM
    4747
    48 The source code must be unpacked into the top-level directory of the final installation.
     48The source code must be unpacked into the top-level directory of the final installation.\\For this !HowTo this is $INST_DIR.
    4949
    5050{{{ #!sh
    5151### download OpenFOAM
     52cd $INST_DIR
    5253
    5354wget https://downloads.sourceforge.net/project/foam/foam/${VERSION}/OpenFOAM-${VERSION}.tgz