SurfacePhase#

class ansys.chemkin.core.chemistry.SurfacePhase(phase_index: int, phase_type: str, label: str = '')#

Surface phase object.

Overview#

number_species

Get the number of species.

site_density

Get surface site density.

first_species_index

Get the global index of the first species.

last_species_index

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#