FuelCurve

Package: PowerCoreOpenAPIModels · Source: Core/common.json

Variable operation cost of a device expressed in fuel consumed — MBTU, liters, m^3 — together with the price that converts fuel to currency. Wraps a ValueCurve in input-output, incremental, or average-rate form; exactly one of fuel_cost and fuel_cost_time_series supplies the price.

Properties

Property Type Required Unit Description
fuel_cost number or null Fixed fuel cost per unit of fuel, or null when fuel_cost_time_series names a time-varying one. Exactly one of the two is set; producers and consumers enforce it.
fuel_cost_time_series integer or null Store-minted id of the fuel-cost time series association, or null when fuel_cost carries a fixed value. Exactly one of the two is set.
power_units string (UnitSystem) yes
startup_fuel_offtake InputOutputCurve Fuel consumed during startup, as a curve in the unit’s fuel units.
value_curve ValueCurve yes
variable_cost_type string yes
vom_cost InputOutputCurve yes

This site uses Just the Docs, a documentation theme for Jekyll.