pmutt.chemkin.CatSite

class pmutt.chemkin.CatSite(name, site_density, density, bulk_specie)

Bases: _pmuttBase

Catalyst site for Chemkin

name

Name of the catalyst site

Type:

str

site_density

Catalyst site density in mol/cm2

Type:

float

density

Catalyst density in g/cm3

Type:

float

bulk_specie

Name of the bulk specie

Type:

str

__init__(name, site_density, density, bulk_specie)

Methods

__init__(name, site_density, density, ...)

from_dict(json_obj)

Recreate an object from the JSON representation.

to_dict()

Represents object as dictionary with JSON-accepted datatypes

classmethod from_dict(json_obj)

Recreate an object from the JSON representation.

Parameters:

json_obj (dict) – JSON representation

Returns:

Obj

Return type:

Appropriate object

to_dict()

Represents object as dictionary with JSON-accepted datatypes

Returns:

obj_dict

Return type:

dict