Class ConstantThermalExpansion

java.lang.Object
de.tu_bs.isbs.util.physics.rheology.ConstantThermalExpansion
All Implemented Interfaces:
ThermalExpansion

public class ConstantThermalExpansion
extends java.lang.Object
implements ThermalExpansion
Element: Wärmeausdehnung mit konstantem Ausdehnungskoeffizienten.
Author:
Stefan
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double alpha  
  • Constructor Summary

    Constructors 
    Constructor Description
    ConstantThermalExpansion​(double alpha)  
  • Method Summary

    Modifier and Type Method Description
    double dot_epsilon​(double t0, double t, DifferentiableFunction T)
    Ableitung der Dehnung nach der Zeit.
    double epsilon​(double T0_degC, double T_degC)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait