Cantera version
2.4.0 and 2.5.0a2
Steps to reproduce
Run the following in Python:
p = ct.Heptane()
p.TP = 204.4, ct.one_atm
Generates the exception:
CanteraError thrown by Substance::set_TPp:
no convergence for P* = 6.19745e-07, V* = 0.257196
Setting the state to a temperature of 204.5 or higher works fine. The minimum temperature for the model is supposed to be 182.56 K.
Cantera version
2.4.0 and 2.5.0a2
Steps to reproduce
Run the following in Python:
Generates the exception:
Setting the state to a temperature of 204.5 or higher works fine. The minimum temperature for the model is supposed to be 182.56 K.