grins
grins copied to clipboard
Factor out Surface Chemistry to Antioch
For current/future reference.
Currently, we are reusing the same Antioch objects in the flow for surface chemistry. This sucks for a lot of reasons, not the least of which is that we have to add species we don't care about in the flow to be able to reference them in the surface chemistry. E.g., in the flow we may only care about N, N2, and CN, but the surface has N+C -> CN, so we currently require adding C to flow side even though it doesn't do anything.
Once we add surface chemistry to Antioch (@tradowsk is going to work on this), the next step will be to leverage that infrastructure for CatalyticWall, etc.