CADETProcess.processModel.Species

Contents

CADETProcess.processModel.Species#

class CADETProcess.processModel.Species(name, charge, molecular_weight)[source]#

Species class.

Represent a species in a chemical system.

Attributes:
namestr

The name of the species.

chargeint, optional

The charge of the species. Default is 0.

molecular_weightfloat

The molecular weight of the species.

Methods

check_required_parameters()

Verify if all required parameters are set.