cantera/interfaces
Ray Speth 7eb4eaa13a [Python/1D] Detect blowoff of burner-stabilized flames
For burner-stabilized flames under blowoff conditions (laminar flame speed less
than burner velocity), the solver can get stuck regridding indefinitely due to
the dependence of the calculated flame speed on the grid spacing (where the
calculated flame speed is artificially high when the grid is coarse).

To obtain solutions more quickly in this case, we check to see if the flame has
moved off of the burner surface (i.e. zero temperature gradient at the burner)
and if so, jump ahead to the non-reacting solution throughout the domain.

Fixes #386
2018-01-06 21:26:53 -05:00
..
cython [Python/1D] Detect blowoff of burner-stabilized flames 2018-01-06 21:26:53 -05:00
matlab Remove more references to importPhase in Matlab docs 2017-07-11 18:26:55 -04:00
python_minimal Update SConstruct to recognize that Python 3 might be running SCons 2017-11-26 16:48:40 -05:00