SurfacePhase#
- class ansys.chemkin.core.chemistry.SurfacePhase(phase_index: int, phase_type: str, label: str = '')#
Surface phase object.
Overview#
Get the number of species. |
|
Get surface site density. |
|
Get the global index of the first species. |
|
Get the global index of the last species. |
Import detail#
from ansys.chemkin.core.chemistry import SurfacePhase
Property detail#
- property SurfacePhase.number_species: int#
Get the number of species.
- property SurfacePhase.site_density: float#
Get surface site density.
- property SurfacePhase.first_species_index: int#
Get the global index of the first species.
- property SurfacePhase.last_species_index: int#
Get the global index of the last species.
Attribute detail#
- SurfacePhase.phase_index#
- SurfacePhase.first_spec_index = 0#
- SurfacePhase.last_spec_index = 0#