CADETProcess.processModel.ComponentSystem.add_component

CADETProcess.processModel.ComponentSystem.add_component#

ComponentSystem.add_component(name=None, species=None, charge=None, molecular_weight=None)[source]#
Parameters:
namestr, optional

Name of the component.

speciesstr or list of str, optional

Names of the subspecies.

chargeint or list of int or None, optional

Charges of the subspecies.

molecular_weightfloat or list of float or None, optional

Molecular weights of the subspecies.