class Concentration(object):
    # Represents a concentration in a compartment

    compartment = ''
    value = None