Skip to content

Commit

Permalink
feat(datatype): Add Effective Radiant Field
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Mar 4, 2019
1 parent 8f5d947 commit f701b41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ladybug/datatype/energyflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ def isEnergyFlux(self):


class MetabolicRate(EnergyFlux):
_min = 0
_abbreviation = 'MetR'


class EffectiveRadiantField(EnergyFlux):
_abbreviation = 'ERF'


class Irradiance(EnergyFlux):
_min = 0
_abbreviation = 'Qsolar'
Expand Down

0 comments on commit f701b41

Please sign in to comment.