Skip to content
Draft
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
3 changes: 2 additions & 1 deletion Exec/Production/JetInCrossflow/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ FSANITIZER = FALSE
THREAD_SANITIZER = FALSE

# PelePhysics
Chemistry_Model = LiDryer
USE_CUSTOM_CHEMISTRY = TRUE
Chemistry_Model = LiDryer_CO2_He
Eos_Model = Fuego
Transport_Model = Simple

Expand Down
1 change: 1 addition & 0 deletions Exec/Production/JetInCrossflow/LiDryer_CO2_He/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CEXE_sources+=mechanism.cpp
5 changes: 5 additions & 0 deletions Exec/Production/JetInCrossflow/LiDryer_CO2_He/convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

MECH_HOME="$(pwd)"
MECH_FILE="${MECH_HOME}/mechanism.yaml"
bash ../converter.sh -f "${MECH_FILE}"
Loading
Loading