Class JSci.chemistry.periodictable.Copper
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.chemistry.periodictable.Copper
java.lang.Object
|
+----JSci.chemistry.Element
|
+----JSci.chemistry.periodictable.TransitionMetal
|
+----JSci.chemistry.periodictable.Copper
- public final class Copper
- extends TransitionMetal
A class representing copper.
-
Copper()
- Constructs copper.
-
atomicNumber()
- Returns the atomic number.
-
atomicRadius()
- Returns the atomic radius.
-
boilingPoint()
- Returns the boiling point.
-
covalentRadius()
- Returns the covalent radius.
-
density()
- Returns the density (293K).
-
electricalConductivity()
- Returns the electrical conductivity.
-
electronegativity()
- Returns the electronegativity.
-
massNumber()
- Returns the mass number.
-
meltingPoint()
- Returns the melting point.
-
specificHeat()
- Returns the specific heat.
-
thermalConductivity()
- Returns the thermal conductivity.
-
toString()
- Returns the chemical symbol.
Copper
public Copper()
- Constructs copper.
atomicNumber
public int atomicNumber()
- Returns the atomic number.
- Returns:
- 29
- Overrides:
- atomicNumber in class Element
massNumber
public int massNumber()
- Returns the mass number.
- Returns:
- 63
- Overrides:
- massNumber in class Element
electronegativity
public double electronegativity()
- Returns the electronegativity.
- Returns:
- 1.90
- Overrides:
- electronegativity in class Element
covalentRadius
public double covalentRadius()
- Returns the covalent radius.
- Returns:
- 1.17
- Overrides:
- covalentRadius in class Element
atomicRadius
public double atomicRadius()
- Returns the atomic radius.
- Returns:
- 1.57
- Overrides:
- atomicRadius in class Element
meltingPoint
public double meltingPoint()
- Returns the melting point.
- Returns:
- 1357.6
- Overrides:
- meltingPoint in class Element
boilingPoint
public double boilingPoint()
- Returns the boiling point.
- Returns:
- 2836
- Overrides:
- boilingPoint in class Element
density
public double density()
- Returns the density (293K).
- Returns:
- 8.96
- Overrides:
- density in class Element
specificHeat
public double specificHeat()
- Returns the specific heat.
- Returns:
- 0.38
- Overrides:
- specificHeat in class Element
electricalConductivity
public double electricalConductivity()
- Returns the electrical conductivity.
- Returns:
- 0.596e6
- Overrides:
- electricalConductivity in class Element
thermalConductivity
public double thermalConductivity()
- Returns the thermal conductivity.
- Returns:
- 4.01
- Overrides:
- thermalConductivity in class Element
toString
public String toString()
- Returns the chemical symbol.
- Returns:
- Cu
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index