--
You received this message because you are subscribed to the Google Groups "Cantera Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/7967fcf9-8c37-4017-9295-bebc04904436n%40googlegroups.com.
On Aug 11, 2021, at 6:50 AM, David Schmider <divad.s...@gmail.com> wrote:
Hi Steven, hi Bryan,
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/a5396e28-fde2-47a1-922f-aff0a2638657n%40googlegroups.com.
Hi David,
The old phaseArray
XML node was never used internally by Cantera, except to require that the adjacent phases were present and had the specified names, which wasn’t that useful. So that’s why it was initially left out of the YAML format. However, I’ve been considering a revision to introduce an equivalent field to the YAML format, that would be similar to the functionality it seems like your code uses, that is, to allow the user to specify the name of the interface phase to import, and then have Cantera automatically import the adjacent phases. You can see the enhancement proposal here: https://github.com/Cantera/enhancements/issues/103. If you follow the format suggested there and access the adjacent-phases
list from the first phase’s input AnyMap
, your usage should be compatible with the future implementation of this enhancement.
Regards,
Ray