chemmisol 0.1
|
#include <system.h>
Public Member Functions | |
const ChemicalSystem & | getChemicalSystem () const |
const std::string & | getName () const |
Phase | getPhase () const |
Protected Member Functions | |
InvalidSpecies (const ChemicalSystem *chemical_system, const std::string &name, Phase phase) | |
Exception thrown when an invalid species is added to a chemical system.
|
inlineprotected |
Defines an InvalidSpecies exception.
chemical_system | Chemical system to which an invalid species was added. |
name | Name of the invalid species. |
phase | Phase of the invalid species. |
|
inline |
Returns a reference to the system to which an invalid component was added.
|
inline |
Name of the invalid species.
|
inline |
Phase of the invalid species.