Function heatTransferR

  • Heat transfer resistance of homogeneous components

    Calculates the heat transfer resistance of a component with given homogeneous material layers array

    DIN 4108-2 compliant

    Returns

    htr of component

    Parameters

    • layers: MaterialLayer[]

      material layers of component, ordered from inside to outside

    • direction: string

      heat flow direction, can be 'up', 'side' or 'down'

    • update: boolean = true

      update htr of materials in layers, default is true

    Returns number

Generated using TypeDoc