Module LightLibrary

Class Library.IESName

java.lang.Object
de.grogra.lightlibrary.Library.IESName
Enclosing class:
Library

public static class Library.IESName extends Object
  • Field Details

    • OMNIDIRECTIONAL

      public static final String OMNIDIRECTIONAL
      Perfectly uniform emission in all directions (point source).
      See Also:
    • LAMBERTIAN

      public static final String LAMBERTIAN
      Lambertian cosine distribution over a hemisphere.
      See Also:
    • LED_SPOTLIGHT_15

      public static final String LED_SPOTLIGHT_15
      Narrow LED spotlight — half-angle ~15 deg.
      See Also:
    • LED_SPOTLIGHT_30

      public static final String LED_SPOTLIGHT_30
      Medium LED spotlight — half-angle ~30 deg.
      See Also:
    • LED_FLOODLIGHT

      public static final String LED_FLOODLIGHT
      Wide-angle LED floodlight.
      See Also:
    • HPS_STREET_LAMP

      public static final String HPS_STREET_LAMP
      High-pressure sodium street lamp distribution.
      See Also:
    • LED_TUBE_T8

      public static final String LED_TUBE_T8
      T8 LED tube with bat-wing distribution.
      See Also:
    • FLUORESCENT_TROFFER

      public static final String FLUORESCENT_TROFFER
      2x4 ft fluorescent troffer ceiling fixture.
      See Also:
    • BAT_WING_WIDE

      public static final String BAT_WING_WIDE
      Wide bat-wing distribution, peak at ~45 deg from nadir, 120 deg total.
      See Also:
    • LED_DOWNLIGHT

      public static final String LED_DOWNLIGHT
      LED downlight with ~50 deg half-angle beam.
      See Also:
    • LED_STRIP_180

      public static final String LED_STRIP_180
      LED strip with 180 deg Lambertian emission (lower hemisphere only).
      See Also:
    • PARABOLIC_10DEG

      public static final String PARABOLIC_10DEG
      Tight parabolic reflector spotlight with ~10 deg half-angle.
      See Also:
    • LED_PANEL_140

      public static final String LED_PANEL_140
      LED flat panel with wide 140 deg total emission angle.
      See Also:
    • HPS_ROAD

      public static final String HPS_ROAD
      HPS road lamp with wide asymmetric distribution (symmetric approximation).
      See Also:
    • LED_GROW_120

      public static final String LED_GROW_120
      Full-spectrum LED grow light with 120 deg total emission angle.
      See Also:
    • COSINE_RAISED

      public static final String COSINE_RAISED
      Cosine-squared (raised cosine) distribution — 90 deg half-angle.
      See Also:
    • FLUORESCENT_NARROW

      public static final String FLUORESCENT_NARROW
      Fluorescent strip with narrow bat-wing distribution, 60 deg total angle.
      See Also:
    • SOX_STREETLAMP

      public static final String SOX_STREETLAMP
      SOX low-pressure sodium streetlamp — near-omnidirectional distribution.
      See Also:
  • Constructor Details

    • IESName

      public IESName()