:class:`FreelyPropagating` ========================== .. py:class:: ansys.chemkin.core.premixedflames.premixedflame.FreelyPropagating(inlet: ansys.chemkin.core.inlet.Stream, label: Union[str, None] = None) Bases: :py:obj:`PremixedFlame` Freely propagating premixed flame model. .. py:currentmodule:: FreelyPropagating Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~skip_fix_t_solution` - Skip finding the intermediate solution with fixed temperature. * - :py:attr:`~automatic_temperature_profile_estimate` - Construct an estimated temperature profile from the equilibrium state. * - :py:attr:`~pinned_temperature` - Pin the assigned temperature to the mesh. * - :py:attr:`~get_flame_speed` - Get the computed laminar flame speed. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~flamespeed` - Import detail ------------- .. code-block:: python from ansys.chemkin.core.premixedflames.premixedflame import FreelyPropagating Attribute detail ---------------- .. py:attribute:: flamespeed :value: -1.0 Method detail ------------- .. py:method:: skip_fix_t_solution(mode: bool = True) Skip finding the intermediate solution with fixed temperature. .. py:method:: automatic_temperature_profile_estimate(mode: bool = True) Construct an estimated temperature profile from the equilibrium state. .. py:method:: pinned_temperature(temperature: float = 400.0) Pin the assigned temperature to the mesh. .. py:method:: get_flame_speed() -> float Get the computed laminar flame speed.