de.elisabetheckstaedt.dipl.real
Class Wasser

java.lang.Object
  extended byde.elisabetheckstaedt.dipl.real.Stoff
      extended byde.elisabetheckstaedt.dipl.real.Wasser

public class Wasser
extends Stoff

repräsentiert Medium Wasser

Author:
Elisabeth Eckstädt

Constructor Summary
Wasser()
           
 
Method Summary
 double Dichte(double temperatur)
          bisher konstant 1
 double Waermekapazitaet(double temperatur)
          bisher konstant 4.186
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wasser

public Wasser()
Method Detail

Dichte

public double Dichte(double temperatur)
bisher konstant 1

Specified by:
Dichte in class Stoff
Parameters:
temperatur - [°C]
Returns:
[g/cm³]

Waermekapazitaet

public double Waermekapazitaet(double temperatur)
bisher konstant 4.186

Specified by:
Waermekapazitaet in class Stoff
Parameters:
temperatur - [°C]
Returns:
[kJ/kg/K]