Hi,
The default initial conditions are definitely focused on making a guess that will converge to the hot flame. Probably the easiest way to provide a different initial guess would be to call the normal sim.set_initial_guess() method, and then replace the temperature and species profiles by calling sim.set_profile. You can take a look at how this method is used in the implementation of the CounterflowDiffusionFlame.set_initial_guess method for usage examples. I’m not sure what reasonable profiles would look like in this case, so that may require some experimentation.
I think you will also want to run the sim.solve function with auto=False, since normally Cantera will try a few different grids if it doesn’t find a hot flame on the first try.
Regards,
Ray
--
You received this message because you are subscribed to a topic in the Google Groups "Cantera Users' Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cantera-users/6DaWag_AR5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cantera-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/be06a4fe-f90c-4612-8bb3-d14f27be737en%40googlegroups.com.