Loading [MathJax]/extensions/TeX/mhchem.js
Reaktoro
A unified framework for modeling chemically reactive systems

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: