CADETProcess.processModel.ComponentSystem.add_component

CADETProcess.processModel.ComponentSystem.add_component#

ComponentSystem.add_component(name: str | None = None, species: str | list[str | None] = None, charge: int | list[int | None] = None, molecular_weight: float | list[float | None] = None, density: float | list[float | None] = None) NoReturn[source]#
Parameters:
namestr | None

Name of the component.

speciesstr | list[str | None]

Names of the subspecies.

chargeint | list [int | None]

Charges of the subspecies.

molecular_weightfloat | list[float | None]

Molecular weights of the subspecies.

densityfloat | list[float | None]

Density of component (including species).