Connectivity Class Reference
A type to describe the connectivity of elements, species, and phases in a chemical system. More...
#include <Connectivity.hpp>
Public Member Functions | |
Connectivity () | |
Construct a default Connectivity instance. | |
Connectivity (const ChemicalSystem &system) | |
Construct a Connectivity instance with given chemical system. | |
Connectivity (const Connectivity &other) | |
Construct a copy of a Connectivity instance. | |
virtual | ~Connectivity () |
Destroy this instance. | |
auto | operator= (Connectivity other) -> Connectivity & |
Assign a Connectivity instance to this instance. | |
auto | indicesElementsInSpecies (Index ispecies) const -> const Indices & |
Return the indices of the elements in a species. More... | |
auto | indicesElementsInPhase (Index iphase) const -> const Indices & |
Return the indices of the elements in a phase. More... | |
auto | indicesSpeciesInPhase (Index iphase) const -> const Indices & |
Return the indices of the species in a phase. More... | |
auto | indicesSpeciesWithElement (Index ielement) const -> const Indices & |
Return the indices of the species with an element. More... | |
auto | indicesPhasesWithElement (Index ielement) const -> const Indices & |
Return the indices of the phases with an element. More... | |
auto | indexPhaseWithSpecies (Index ispecies) const -> Index |
Return the index of the phase with a species. More... | |
Detailed Description
A type to describe the connectivity of elements, species, and phases in a chemical system.
- See also
- ChemicalSystem, Element, Species, Phase
Member Function Documentation
◆ indicesElementsInSpecies()
Return the indices of the elements in a species.
- Parameters
-
ispecies The index of the species.
◆ indicesElementsInPhase()
Return the indices of the elements in a phase.
- Parameters
-
iphase The index of the phase.
◆ indicesSpeciesInPhase()
Return the indices of the species in a phase.
- Parameters
-
iphase The index of the phase.
◆ indicesSpeciesWithElement()
Return the indices of the species with an element.
- Parameters
-
ielement The index of the element.
◆ indicesPhasesWithElement()
Return the indices of the phases with an element.
- Parameters
-
ielement The index of the element.
◆ indexPhaseWithSpecies()
Return the index of the phase with a species.
- Parameters
-
ispecies The index of the species.
The documentation for this class was generated from the following files:
- Reaktoro/Core/Connectivity.hpp
- Reaktoro/Core/Connectivity.cpp