Class JSci.chemistry.periodictable.Manganese
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.chemistry.periodictable.Manganese

java.lang.Object
   |
   +----JSci.chemistry.Element
           |
           +----JSci.chemistry.periodictable.TransitionMetal
                   |
                   +----JSci.chemistry.periodictable.Manganese

public final class Manganese
extends TransitionMetal
A class representing manganese.

Constructor Index

 o Manganese()
Constructs manganese.

Method Index

 o atomicNumber()
Returns the atomic number.
 o atomicRadius()
Returns the atomic radius.
 o boilingPoint()
Returns the boiling point.
 o covalentRadius()
Returns the covalent radius.
 o density()
Returns the density (293K).
 o electricalConductivity()
Returns the electrical conductivity.
 o electronegativity()
Returns the electronegativity.
 o massNumber()
Returns the mass number.
 o meltingPoint()
Returns the melting point.
 o specificHeat()
Returns the specific heat.
 o thermalConductivity()
Returns the thermal conductivity.
 o toString()
Returns the chemical symbol.

Constructors

 o Manganese
  public Manganese()
Constructs manganese.

Methods

 o atomicNumber
  public int atomicNumber()
Returns the atomic number.
Returns:
25
Overrides:
atomicNumber in class Element
 o massNumber
  public int massNumber()
Returns the mass number.
Returns:
55
Overrides:
massNumber in class Element
 o electronegativity
  public double electronegativity()
Returns the electronegativity.
Returns:
1.55
Overrides:
electronegativity in class Element
 o covalentRadius
  public double covalentRadius()
Returns the covalent radius.
Returns:
1.17
Overrides:
covalentRadius in class Element
 o atomicRadius
  public double atomicRadius()
Returns the atomic radius.
Returns:
1.79
Overrides:
atomicRadius in class Element
 o meltingPoint
  public double meltingPoint()
Returns the melting point.
Returns:
1517.0
Overrides:
meltingPoint in class Element
 o boilingPoint
  public double boilingPoint()
Returns the boiling point.
Returns:
2335.0
Overrides:
boilingPoint in class Element
 o density
  public double density()
Returns the density (293K).
Returns:
7.43
Overrides:
density in class Element
 o specificHeat
  public double specificHeat()
Returns the specific heat.
Returns:
0.48
Overrides:
specificHeat in class Element
 o electricalConductivity
  public double electricalConductivity()
Returns the electrical conductivity.
Returns:
0.00695e6
Overrides:
electricalConductivity in class Element
 o thermalConductivity
  public double thermalConductivity()
Returns the thermal conductivity.
Returns:
0.0782
Overrides:
thermalConductivity in class Element
 o toString
  public String toString()
Returns the chemical symbol.
Returns:
Mn
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index