IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Chemical element data used by JMatPro. More...
Public Member Functions | |
JMatProElemetData (string symbol, double atomicMass) | |
Creates new object containing data about a chemical element. More... | |
JMatProElemetData (string symbol, double atomicMass, string name) | |
Creates new object containing data about a chemical element. More... | |
JMatProElemetData | Getcopy () |
Public Attributes | |
double | MassFraction |
Mass fraction of the current chemical element in a mixture or compound. More... | |
double | MoleFraction |
Mole fraction of the current chemical element in a mixture or compound. More... | |
Protected Attributes | |
string | _symbol |
string | _name |
double | _atomicWeight |
Properties | |
string | Symbol [get, protected set] |
Symbol of the chemical element. More... | |
string | Name [get, protected set] |
Name of hte chemical element. More... | |
double | AtomicWeight [get, protected set] |
Relativa atomic mass (or "atomic weight") of the chemical element. More... | |
Private Member Functions | |
JMatProElemetData () | |
Prevent argument-less constructor. More... | |
Chemical element data used by JMatPro.
|
inlineprivate |
Prevent argument-less constructor.
|
inline |
Creates new object containing data about a chemical element.
symbol | Chemical element's symbol. |
atomicMass | Chemical element's molar mass. |
|
inline |
Creates new object containing data about a chemical element.
symbol | Chemical element's symbol. |
atomicMass | Chemical element's molar mass. |
|
inline |
|
protected |
|
protected |
|
protected |
double IG.Lib.JMatProElemetData.MassFraction |
Mass fraction of the current chemical element in a mixture or compound.
Referenced by IG.Num.SimJMatProFileManagerBase.CalculateJMatInput(), IG.Lib.JMatProElemetData.Getcopy(), and IG.Num.SimJMatProFileManagerBase.PrepareJMatInput().
double IG.Lib.JMatProElemetData.MoleFraction |
Mole fraction of the current chemical element in a mixture or compound.
Referenced by IG.Num.SimJMatProFileManagerBase.CalculateJMatInput(), IG.Lib.JMatProElemetData.Getcopy(), and IG.Num.SimJMatProFileManagerBase.PrepareJMatInput().
|
getprotected set |
Symbol of the chemical element.
Referenced by IG.Num.SimJMatProFileManagerBase.FindElementData(), IG.Num.SimJMatProFileManagerBase.GetElementData(), and IG.Num.SimJMatProFileManagerBase.PrepareJMatInput().
|
getprotected set |
Name of hte chemical element.
Referenced by IG.Num.SimJMatProFileManagerBase.CalculateJMatInput().
|
getprotected set |
Relativa atomic mass (or "atomic weight") of the chemical element.
Referenced by IG.Num.SimJMatProFileManagerBase.CalculateJMatInput().