The surface_components.py module#

Summary#

Material

Surface Chemkin material object.

SurfacePhase

Surface phase object.

set_temp_array

Set up the temperature array for Chemkin-CFD-API calls.

Description#

Surface material and phase data models.

Module detail#

surface_components.set_temp_array(temp: float, temp_ele: float | None = None, temp_ion: float | None = None) numpy.typing.NDArray[numpy.double]#

Set up the temperature array for Chemkin-CFD-API calls.

surface_components.MAX_SPECIES_LENGTH = 17#
surface_components.LP_c_char#