Can I couple cantera and OpenFOAM through preCICE?

Hi
I am trying to couple openFOAM solver reactingFOAM with Cantera, an open source code used for solving chemical kinetics, thermodynamics, and transport processes. The idea is that Cantera provide species’ properties as viscosity, sensible enthalpy and diffusion coefficient, based on its own implemented methods and data bases. However, reviewing the capabilities of the OF adapter, I found that there is no ability to read or to write in any of these properties that I mentioned above. Before continuing in this task, I would like to know if there an alternative of coupling both codes using preCICE, or if I should try another way to do it.

Thank you,
Juan.

I assume that this is the Cantera you mean:

and I assume that you want to get new properties in every step of the time loop.

Is this information based on a mesh, or are they uniform properties for the complete domain? While with preCICE you could of course provide a dummy, single-point mesh to just exchange such uniform properties, we are currently working on a feature to exchange quantities not associated with a mesh:

If this is information based on a mesh, you can extend the OpenFOAM adapter to read it as you wish: