Hi,
first of all: thanks a lot for this very helpful user group!
I was wondering if I can use hydrogen peroxide (H2O2) in the liquid phase, I tried (following the example for diamond):
import cantera as ct
import numpy as np
z = ct.Solution('h2o2.yaml', 'liquid')
z.TP = 298.15, 101325
z.X = 'H2O2:1'
z()
which returns an error because of the 'liquid'. Is there any other way, I could proceed?
Thanks a lot for your help!
Best regards,
Lukas