Skip to content

Commit

Permalink
Merge pull request #4 from ITV-RWTH/ceptr_development
Browse files Browse the repository at this point in the history
Adding example mechanism for PLOG evaluation
  • Loading branch information
terencelehmann authored Nov 20, 2024
2 parents e159dda + 452df60 commit 2ff1426
Show file tree
Hide file tree
Showing 8 changed files with 38,847 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Mechanisms/POLIMI2020/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CEXE_headers+=mechanism.H

CEXE_sources+=mechanism.cpp

LIBRARIES +=

INCLUDE_LOCATIONS += $(CHEM_DIR)

VPATH_LOCATIONS += $(CHEM_DIR)/PMFs
5 changes: 5 additions & 0 deletions Mechanisms/POLIMI2020/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

0 comments on commit 2ff1426

Please sign in to comment.