I currently have a data processing pipeline that does the following
1.) Have Cantera create a Solution() object using a reaction mechanism(say H2O2.cti for example)
2.) Set up mass fractions for each species in the reaction mechanism, and a temperature and pressure
3.) Query the mixture viscosity and thermal conductivity
I had the following questions:
1.) Where/how does Cantera set which transport property method is used?
2.) Does Cantera have a way to distinguish between liquid and vapor properties?
I did a quick comparison for hydrogen at 2MPa and 20K versus the NIST database, and the viscosity that Cantera gives is off by factor of 18(I'm assuming that it's because Hydrogen is liquid at those conditions, and Cantera is not accounting for the change is phase)
I stumbled upon CoolProp recently, and I'm curious about whether it might be easier to use that code for this part of my processing pipeline.