Fixed dieselFoam tutorial; updated Allwmake.firstInstall

This commit is contained in:
Dominik Christ 2013-12-12 17:20:32 +00:00
parent 6b50e03f44
commit a8fd787aa5
2 changed files with 3 additions and 3 deletions

View file

@ -25,8 +25,8 @@ then
echo echo
echo "Examples: " echo "Examples: "
echo " Ubuntu: \"export QT_BIN_DIR=/usr/bin\"" echo " Ubuntu: \"export QT_BIN_DIR=/usr/bin\""
echo " Fedora: \"export QT_BIN_DIR=????\"" echo " Fedora: \"export QT_BIN_DIR=/usr/lib64/qt4/bin\""
echo " openSuse: \"export QT_BIN_DIR=????\"" echo " openSuse: \"export QT_BIN_DIR=/usr/bin\""
echo echo
read -r -p "Proceed without compiling ParaView [Y/n] " response read -r -p "Proceed without compiling ParaView [Y/n] " response
if [[ $response =~ ^([nN][oO]|[nN])$ ]] if [[ $response =~ ^([nN][oO]|[nN])$ ]]

View file

@ -19,7 +19,7 @@ thermoType hsPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp"; CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
//HJ test CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat"; CHEMKINThermoFile "$FOAM_CASE/chemkin/therm.dat";
inertSpecie N2; inertSpecie N2;