Hi,
I now figured out how to do these calculations, following the python script example "multiphase_plasma.py" and the corresponding "KOH.cti" provided, which details the procedure to add the condensed species of interest.
Now, my question is how do I access the thermodynamic properties of my two-phase mixture? "Print my2phasemixture", where my2phasemixture is the mixture object created, lists all the properties. But how do I get the mixture enthalpy, say, or the enthalpy of one of its components?
There appears to be very limited implemented properties for the class Mixture.
http://cantera.github.io/docs/sphinx/html/python/composite.html#Cantera.MixtureHas anybody encountered this problem and potentially found a workaround?
Thanks,
Matei