BurnedStabilizedEnergyEquation#

class ansys.chemkin.core.premixedflames.premixedflame.BurnedStabilizedEnergyEquation(inlet: ansys.chemkin.core.inlet.Stream, label: str | None = None)#

Bases: PremixedFlame

Burner-stabilized premixed flame.

Overview#

skip_fix_t_solution

Skip finding the intermediate solution with fixed temperature.

automatic_temperature_profile_estimate

Construct an estimated temperature profile from the equilibrium state.

Import detail#

from ansys.chemkin.core.premixedflames.premixedflame import BurnedStabilizedEnergyEquation

Method detail#

BurnedStabilizedEnergyEquation.skip_fix_t_solution(mode: bool = True)#

Skip finding the intermediate solution with fixed temperature.

BurnedStabilizedEnergyEquation.automatic_temperature_profile_estimate(mode: bool = True)#

Construct an estimated temperature profile from the equilibrium state.