Skip to content

Bug: equation for max_heat capacity #151

Description

@KelbijStarDeltares

In code (esdl_heat_model.py)

    min_heat = capacity * min_fraction_tank_volume
    max_heat = capacity * (1 + min_fraction_tank_volume)
    assert max_heat > 0.0

This must be:

    min_heat = capacity * min_fraction_tank_volume
    max_heat = capacity * (1 **-** min_fraction_tank_volume)
    assert max_heat > 0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions