Class IsothermInsulation

java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermInsulation

public class IsothermInsulation extends Isotherm
The insulation isotherm can detect areas where there may be an insulation deficiency in the building. It will trigger when the insulation level falls below a preset value of the energy leakage through the building structure - the so-called thermal index/insulation factor. Different building codes recommend different values for the thermal index/insulation factor, but typical values are 60 - 80% for new buildings. Refer to your national building code for recommendations.
  • Constructor Details

    • IsothermInsulation

      public IsothermInsulation()
  • Method Details

    • getIndoorAirTemperature

      public ThermalValue getIndoorAirTemperature()
      Get the indoor air temperature.
    • setIndoorAirTemperature

      public void setIndoorAirTemperature(ThermalValue indoorAirTemperature)
      Set the indoor air temperature.
    • getOutdoorAirTemperature

      public ThermalValue getOutdoorAirTemperature()
      Get the outdoor air temperature.
    • setOutdoorAirTemperature

      public void setOutdoorAirTemperature(ThermalValue outdoorAirTemperature)
      Set the outdoor air temperature.
    • getInsulationFactor

      public float getInsulationFactor()
      Get the insulation factor in percent (0.0 - 100.0).
    • setInsulationFactor

      public void setInsulationFactor(float insulationFactor)
      Set the insulation factor in percent (0.0 - 100.0).
    • getInsulationTemperature

      public ThermalValue getInsulationTemperature()
      Get the calculated insulation temperature.
    • getType

      public IsothermType getType()
      Description copied from class: Isotherm
      Defines a type of the isotherm.
      Specified by:
      getType in class Isotherm