Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
../../../../../mechanisms/CH4/drm19.yaml

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ startTime 0;

stopAt endTime;

endTime 0.001;
endTime 1e-5;

deltaT 1e-6;

Expand Down
11 changes: 8 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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