Open grabtheNS opened 2 weeks ago
We still don't support Plog-type reactions with CEPTR. See #487. Typically the recommendation is to convert the Plog reactions to constant pressure if that works for your system. @RSuryaNarayan - is that what you ended up doing in that case?
Hello @baperry2 apologies for missing the update on this. Essentially what we ended up doing was to remove PLOG reactions by just retaining parameters for one pressure "relevant to our problem" i.e. we were looking at detonations and just retained high P stuff. I hope that makes sense
Thanks for the update @RSuryaNarayan. That's what I figured.
@grabtheNS: I'm going to leave this issue open to indicate Plog support is something we'd like to add, although there are no immediate plans to do so. As mentioned in the discussion linked above, we'd be happy to review a PR with this capability if anyone wants to implement it, but for now the only workaround is to remove pressure dependence from the relevant reactions.
@terencelehmann Once you're happy with your implementation for this, feel free to open a pull request and mention this issue.
Hello,It seems that cepter does not support the cantera type: pressure-dependent Arrhenius form of chemical reaction.which like that :
when I try to use CEPTR convert(use convert.sh) yaml to generate C++ mechanism files ,it ouccurs that
It does not seem to support the pressure dependent chemical reaction format yaml file, but I am not sure what is the cause of this error. Best regards!