bellini.groups.Substance¶
- class bellini.groups.Substance(species, moles, **values)[source]¶
Bases:
bellini.groups.ChemicalA chemical substance with species and number of moles.
- __init__(species, moles, **values)[source]¶
- Parameters
species (Species) – The identity of the Substance
moles (Quantity (quantity units)) – The number of moles of species present
**values – Extra values to be stored
Methods
__init__(species, moles, **values)- Parameters
species (Species) – The identity of the Substance
copy()Return a copy of itself
Attributes
A networkx graph representing how the group was constructed
A string used to represent the Group
- property g¶
A networkx graph representing how the group was constructed
- property name¶
A string used to represent the Group