bundelZonSplitsFormule property

String get bundelZonSplitsFormule

Implementation

String get bundelZonSplitsFormule => isNL
    ? 'θ_cent  = θ_omg + ΔT_wind            (geen zon)\n'
      'θ_top   = θ_omg + ΔT_zon_top + ΔT_wind  (volle zon, ΔT_zon_top = +25 K)\n'
      'f_bov_C = fH(nH) × fV(2)  — bovenste laag centrum\n'
      'f_hoek  = fH(2) × fV(2)   — elke hoekpositie'
    : 'θ_cent  = θ_amb + ΔT_wind            (no solar)\n'
      'θ_top   = θ_amb + ΔT_sun_top + ΔT_wind  (full solar, ΔT_sun_top = +25 K)\n'
      'f_top_C = fH(nH) × fV(2)  — top layer centre\n'
      'f_corn  = fH(2) × fV(2)   — any corner position';