SurfaceChemistryHost#
- class ansys.chemkin.core.surface_chemistry_controller.SurfaceChemistryHost#
Bases:
ProtocolProtocol for reactor objects that can host surface chemistry behavior.
Overview#
Set a Chemkin keyword on the host reactor. |
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.