NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Chemical element data used by JMatPro. More...
Public Member Functions | |
JMatProElemetData (string symbol, double atomicMass) | |
Creates new object containing data about a chemical element. | |
JMatProElemetData (string symbol, double atomicMass, string name) | |
Creates new object containing data about a chemical element. | |
JMatProElemetData | Getcopy () |
Public Attributes | |
double | MassFraction |
Mass fraction of the current chemical element in a mixture or compound. | |
double | MoleFraction |
Mole fraction of the current chemical element in a mixture or compound. | |
Protected Attributes | |
string | _symbol |
string | _name |
double | _atomicWeight |
Properties | |
string | Symbol [get, set] |
Symbol of the chemical element. | |
string | Name [get, set] |
Name of hte chemical element. | |
double | AtomicWeight [get, set] |
Relativa atomic mass (or "atomic weight") of the chemical element. | |
Private Member Functions | |
JMatProElemetData () | |
Prevent argument-less constructor. |
Chemical element data used by JMatPro.
IG::Lib::JMatProElemetData::JMatProElemetData | ( | ) | [inline, private] |
Prevent argument-less constructor.
IG::Lib::JMatProElemetData::JMatProElemetData | ( | string | symbol, |
double | atomicMass | ||
) | [inline] |
Creates new object containing data about a chemical element.
symbol | Chemical element's symbol. |
atomicMass | Chemical element's molar mass. |
IG::Lib::JMatProElemetData::JMatProElemetData | ( | string | symbol, |
double | atomicMass, | ||
string | name | ||
) | [inline] |
Creates new object containing data about a chemical element.
symbol | Chemical element's symbol. |
atomicMass | Chemical element's molar mass. |
JMatProElemetData IG::Lib::JMatProElemetData::Getcopy | ( | ) | [inline] |
string IG::Lib::JMatProElemetData::_symbol [protected] |
string IG::Lib::JMatProElemetData::_name [protected] |
double IG::Lib::JMatProElemetData::_atomicWeight [protected] |
Mass fraction of the current chemical element in a mixture or compound.
Mole fraction of the current chemical element in a mixture or compound.
string IG::Lib::JMatProElemetData::Symbol [get, set] |
Symbol of the chemical element.
string IG::Lib::JMatProElemetData::Name [get, set] |
Name of hte chemical element.
double IG::Lib::JMatProElemetData::AtomicWeight [get, set] |
Relativa atomic mass (or "atomic weight") of the chemical element.