osier.ThermalTechnology#

class osier.ThermalTechnology(heat_rate=None, technology_type='production', technology_category='thermal', *args, **kwargs)[source]#

Bases: RampingTechnology

The ThermalTechnology class extends the RampingTechnology class by adding a heat rate.

Parameters:

heat_rate (int or float) – The heat rate of a given technology.

Methods