CADETProcess.processModel.Component#
- class CADETProcess.processModel.Component(name)[source]#
Information about single component.
A component can contain subspecies (e.g. differently charged variants).
See also
- Attributes:
- nameString
Name of the component.
specieslistlist: The subspecies of the component.
n_speciesintint: The number of subspecies in the component.
labellistlist of str: The names of the subspecies.
chargelistlist of int or None: The charges of the subspecies.
molecular_weightlistlist of float or None: The molecular weights of the subspecies.
Methods
add_species(*args, **kwargs)Initialize a Structure instance.
Verify if all required parameters are set.