windkoelingInfo method

String windkoelingInfo(
  1. String dtK,
  2. String tEffC
)

Implementation

String windkoelingInfo(String dtK, String tEffC) => isNL
    ? 'ΔT_wind = $dtK K  →  T_effectief = $tEffC °C  (IEC 60287-2-1 convectie-correctie)'
    : 'ΔT_wind = $dtK K  →  T_effective = $tEffC °C  (IEC 60287-2-1 convection correction)';