NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.

IG::Lib::JMatProElemetData Class Reference

Chemical element data used by JMatPro. More...

List of all members.

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.

Detailed Description

Chemical element data used by JMatPro.


Constructor & Destructor Documentation

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.

Parameters:
symbolChemical element's symbol.
atomicMassChemical element's molar mass.
IG::Lib::JMatProElemetData::JMatProElemetData ( string  symbol,
double  atomicMass,
string  name 
) [inline]

Creates new object containing data about a chemical element.

Parameters:
symbolChemical element's symbol.
atomicMassChemical element's molar mass.

Member Function Documentation

JMatProElemetData IG::Lib::JMatProElemetData::Getcopy ( ) [inline]

Member Data Documentation

Mass fraction of the current chemical element in a mixture or compound.

Mole fraction of the current chemical element in a mixture or compound.


Property Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties