SurfaceChemistryHost#

class ansys.chemkin.core.surface_chemistry_controller.SurfaceChemistryHost#

Bases: Protocol

Protocol for reactor objects that can host surface chemistry behavior.

Overview#

setkeyword

Set a Chemkin keyword on the host reactor.

temperature

Return the current reactor temperature.

Import detail#

from ansys.chemkin.core.surface_chemistry_controller import SurfaceChemistryHost

Property detail#

property SurfaceChemistryHost.temperature: float#

Return the current reactor temperature.

Attribute detail#

SurfaceChemistryHost.has_surface_chemistry: bool#
SurfaceChemistryHost.numbspecies: int#
SurfaceChemistryHost.numbmaterials: int#
SurfaceChemistryHost.surface_chemistry: Any#

Method detail#

SurfaceChemistryHost.setkeyword(key: str, value: Any)#

Set a Chemkin keyword on the host reactor.