Element Class Reference
A type used to define a chemical element and its attributes. More...
#include <Element.hpp>
Public Member Functions | |
| Element () | |
| Construct a default Element instance. | |
| auto | setName (std::string name) -> void |
| Set the name of the element. | |
| auto | setMolarMass (double value) -> void |
| Set the molar mass of the element (in units of kg/mol) | |
| auto | name () const -> std::string |
| Return the name of the element. | |
| auto | molarMass () const -> double |
| Return the molar mass of the element (in units of kg/mol) | |
Detailed Description
A type used to define a chemical element and its attributes.
The documentation for this class was generated from the following files:
- Reaktoro/Core/Element.hpp
- Reaktoro/Core/Element.cpp