Facade attributes overview¶
BackpressureTurbine
| name | type | default |
|---|---|---|
| fuel_bus | Bus | |
| heat_bus | Bus | |
| electricity_bus | Bus | |
| carrier | str | |
| tech | str | |
| electric_efficiency | typing.Union[float, typing.Sequence[float]] | |
| thermal_efficiency | typing.Union[float, typing.Sequence[float]] | |
| capacity | float | |
| capacity_cost | float | |
| carrier_cost | float | 0 |
| marginal_cost | float | 0 |
| expandable | bool | False |
| input_parameters | dict |
Commodity
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| amount | float | |
| marginal_cost | float | 0.0 |
| output_parameters | dict |
Conversion
| name | type | default |
|---|---|---|
| from_bus | Bus | |
| to_bus | Bus | |
| carrier | str | |
| tech | str | |
| capacity | float | |
| efficiency | float | 1 |
| marginal_cost | float | 0 |
| carrier_cost | float | 0 |
| capacity_cost | float | |
| expandable | bool | False |
| capacity_potential | float | inf |
| capacity_minimum | float | |
| input_parameters | dict | |
| output_parameters | dict |
Dispatchable
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| profile | typing.Union[float, typing.Sequence[float]] | 1 |
| capacity | float | |
| capacity_potential | float | inf |
| marginal_cost | float | 0 |
| capacity_cost | float | |
| capacity_minimum | float | |
| expandable | bool | False |
| output_parameters | dict |
Excess
| name | type | default |
|---|---|---|
| bus | Bus | |
| marginal_cost | float | 0 |
| capacity | float | |
| capacity_potential | float | inf |
| capacity_cost | float | |
| capacity_minimum | float | |
| expandable | bool | False |
| input_parameters | dict |
ExtractionTurbine
| name | type | default |
|---|---|---|
| carrier | str | |
| tech | str | |
| electricity_bus | Bus | |
| heat_bus | Bus | |
| fuel_bus | Bus | |
| condensing_efficiency | typing.Union[float, typing.Sequence[float]] | |
| electric_efficiency | typing.Union[float, typing.Sequence[float]] | |
| thermal_efficiency | typing.Union[float, typing.Sequence[float]] | |
| capacity | float | |
| carrier_cost | float | 0 |
| marginal_cost | float | 0 |
| capacity_cost | float | |
| expandable | bool | False |
| input_parameters | dict | |
| conversion_factor_full_condensation | dict |
Generator
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| profile | typing.Union[float, typing.Sequence[float]] | 1 |
| capacity | float | |
| capacity_potential | float | inf |
| marginal_cost | float | 0 |
| capacity_cost | float | |
| capacity_minimum | float | |
| expandable | bool | False |
| output_parameters | dict |
HeatPump
| name | type | default |
|---|---|---|
| electricity_bus | Bus | |
| high_temperature_bus | Bus | |
| low_temperature_bus | Bus | |
| carrier | str | |
| tech | str | |
| cop | float | |
| capacity | float | |
| marginal_cost | float | 0 |
| carrier_cost | float | 0 |
| capacity_cost | float | |
| expandable | bool | False |
| capacity_potential | float | inf |
| low_temperature_parameters | dict | |
| high_temperature_parameters | dict | |
| input_parameters | dict |
Link
| name | type | default |
|---|---|---|
| from_bus | Bus | |
| to_bus | Bus | |
| from_to_capacity | float | |
| to_from_capacity | float | |
| loss | float | 0 |
| capacity_cost | float | |
| marginal_cost | float | 0 |
| expandable | bool | False |
| limit_direction | bool | False |
Load
| name | type | default |
|---|---|---|
| bus | Bus | |
| amount | float | |
| profile | typing.Union[float, typing.Sequence[float]] | |
| marginal_utility | float | 0.0 |
| input_parameters | dict |
Reservoir
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| efficiency | float | |
| profile | typing.Union[float, typing.Sequence[float]] | |
| storage_capacity | float | |
| capacity | float | |
| output_parameters | dict | |
| expandable | bool | False |
Shortage
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| profile | typing.Union[float, typing.Sequence[float]] | 1 |
| capacity | float | |
| capacity_potential | float | inf |
| marginal_cost | float | 0 |
| capacity_cost | float | |
| capacity_minimum | float | |
| expandable | bool | False |
| output_parameters | dict |
Storage
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| storage_capacity | float | 0 |
| capacity | float | 0 |
| capacity_cost | float | 0 |
| storage_capacity_cost | float | |
| storage_capacity_potential | float | inf |
| capacity_potential | float | inf |
| expandable | bool | False |
| marginal_cost | float | 0 |
| efficiency | float | 1 |
| input_parameters | dict | |
| output_parameters | dict |
Volatile
| name | type | default |
|---|---|---|
| bus | Bus | |
| carrier | str | |
| tech | str | |
| profile | typing.Union[float, typing.Sequence[float]] | |
| capacity | float | |
| capacity_potential | float | inf |
| capacity_minimum | float | |
| expandable | bool | False |
| marginal_cost | float | 0 |
| capacity_cost | float | |
| output_parameters | dict |