Fixed dieselFoam tutorial; updated Allwmake.firstInstall
This commit is contained in:
parent
6b50e03f44
commit
a8fd787aa5
2 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@ then
|
|||
echo
|
||||
echo "Examples: "
|
||||
echo " Ubuntu: \"export QT_BIN_DIR=/usr/bin\""
|
||||
echo " Fedora: \"export QT_BIN_DIR=????\""
|
||||
echo " openSuse: \"export QT_BIN_DIR=????\""
|
||||
echo " Fedora: \"export QT_BIN_DIR=/usr/lib64/qt4/bin\""
|
||||
echo " openSuse: \"export QT_BIN_DIR=/usr/bin\""
|
||||
echo
|
||||
read -r -p "Proceed without compiling ParaView [Y/n] " response
|
||||
if [[ $response =~ ^([nN][oO]|[nN])$ ]]
|
||||
|
|
|
@ -19,7 +19,7 @@ thermoType hsPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
|
|||
|
||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||
|
||||
//HJ test CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
||||
CHEMKINThermoFile "$FOAM_CASE/chemkin/therm.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
|
Reference in a new issue