Class ThermalProperties

    • Constructor Detail

      • ThermalProperties

        public ThermalProperties()
    • Method Detail

      • set

        public void set​(NumericPropertyKeyword type,
                        NumericProperty value)
        Used to change the parameter values of this Problem. It is only allowed to use those types of NumericPropery that are listed by the listedParameters().
        Specified by:
        set in class Accessible
        Parameters:
        value -
        type - the type, which must be equal by definition to property.getType().
        See Also:
        PropertyHolder.listedTypes()
      • setMaximumTemperature

        public void setMaximumTemperature​(NumericProperty maxTemp)
      • setSampleThickness

        public void setSampleThickness​(NumericProperty l)
      • getHeatLoss

        public NumericProperty getHeatLoss()

        Assuming that Bi1 = Bi2, returns the value of Bi1. If Bi1 = Bi2, this will print a warning message (but will not throw an exception)

        Returns:
        Bi1 as a NumericProperty
      • setTestTemperature

        public void setTestTemperature​(NumericProperty T)
      • listedKeywords

        public Set<NumericPropertyKeyword> listedKeywords()
        Listed parameters include: MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR.
        Overrides:
        listedKeywords in class PropertyHolder
        Returns:
        a set of NumericPropertyKeyword instances, which have been explicitly marked as a listed parameter for this PropertyHolder.
      • thermalConductivity

        public final double thermalConductivity()
      • calculateEmissivity

        public void calculateEmissivity()
      • radiationBiot

        public double radiationBiot()
        Calculates the radiative Biot number.
        Returns:
        the radiative Biot number.
      • maxRadiationBiot

        public double maxRadiationBiot()
        Calculates the maximum Biot number at these conditions, which corresponds to an emissivity of unity. If emissivity is non-positive, returns the maximum Biot number defined in the XML file.
        Returns:
        the maximum Biot number
      • characteristicTime

        public double characteristicTime()
        Performs simple calculation of the l2/a factor that is commonly used to evaluate the dimensionless time t/timeFactor.
        Returns:
        the time factor
      • getThermalMass

        public double getThermalMass()
      • useTheoreticalEstimates

        public void useTheoreticalEstimates​(ExperimentalData c)
        Calculates the half-rise time t1/2 of c and uses it to estimate the thermal diffusivity of this problem: a=0.1388*l2/t1/2.
        Parameters:
        c - the ExperimentalData used to estimate the thermal diffusivity value
      • areThermalPropertiesLoaded

        public final boolean areThermalPropertiesLoaded()
      • maximumHeating

        public double maximumHeating​(Pulse2D pulse)