Skip to content

Transformer objects describing in/out of a bus should be connected #24

@smartie2076

Description

@smartie2076

Ie. the data input should be more effective in json, compared to the current

"storage_charge_controller_in": {
        "age_installed": {"value": 0.0, "unit": "year"},
        "installedCap": {"value": 0.0, "unit": "kW"},
        "capex_fix": {"value": 0.0, "unit": "currency"},
        "capex_var": {"value": 0.0, "unit": "currency/kW"},
        "efficiency": {"value": 1, "unit": "factor"},
        "label": "Charge Contoller ESS Li-Ion (charge)",
        "lifetime": {"value": 10, "unit": "year"},
        "opex_fix": {"value": 0.0, "unit": "currency/kW/year"},
        "opex_var": {"value": 0.0, "unit": "currency/kWh"},
        "outflow_direction": "ESS Li-Ion",
        "optimizeCap": true,
        "inflow_direction": "Electricity (LES)",
        "type_oemof": "transformer"
        },
    "storage_charge_controller_out": {
        "age_installed": {"value": 0.0, "unit": "year"},
        "installedCap": {"value": 0.0, "unit": "kW"},
        "capex_fix": {"value": 0.0, "unit": "currency"},
        "capex_var": {"value": 0.0, "unit": "currency/kW"},
        "efficiency": {"value": 1, "unit": "factor"},
        "label": "Charge Contoller ESS Li-Ion (discharge)",
        "lifetime": {"value": 10, "unit": "year"},
        "opex_fix": {"value": 0.0, "unit": "currency/kW/year"},
        "opex_var": {"value": 0.0, "unit": "currency/kWh"},
        "inflow_direction": "ESS Li-Ion",
        "optimizeCap": true,
        "outflow_direction": "Electricity (LES)",
        "type_oemof": "transformer"
        }

This could be done with an additional parameter "twins", which then copies the a general entry "storage_charge_controller" into "storage_charge_controller_out"/"storage_charge_controller_in".

The optimized capacities should be linked with a constraint, at least on request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions