diff --git a/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml b/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml deleted file mode 120000 index 6aed11e7..00000000 --- a/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../../mechanisms/CH4/drm19.yaml \ No newline at end of file diff --git a/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml b/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml new file mode 100644 index 00000000..f4edcc54 --- /dev/null +++ b/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/drm19.yaml @@ -0,0 +1,2 @@ +../../../../../mechanisms/CH4/drm19.yaml + diff --git a/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/system/controlDict b/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/system/controlDict index b683a8a5..ede602e9 100644 --- a/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/system/controlDict +++ b/examples/dfLowMachFoam/oneD_freelyPropagation/CH4/cvodeIntegrator/system/controlDict @@ -23,7 +23,7 @@ startTime 0; stopAt endTime; -endTime 0.001; +endTime 1e-5; deltaT 1e-6; diff --git a/install.sh b/install.sh index e9ec6257..62131fb1 100755 --- a/install.sh +++ b/install.sh @@ -176,12 +176,17 @@ print_finish() { return fi if [ $USE_PYTORCH = true ]; then - echo "deepflame (linked with libcantera and pytorch) compiled successfully! Enjoy!" - return + echo " = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =" + echo "| deepflame (linked with libcantera and pytorch) compiled successfully! Enjoy!! | " + echo " = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =" + return fi - echo "deepflame (linked with libcantera) compiled successfully! Enjoy!" + echo " = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =" + echo "| deepflame (linked with libcantera) compiled successfully! Enjoy!! |" + echo " = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =" } source ./bashrc + ./Allwmake -j && print_finish