Skip to content

separated hydraulic and heat calculation causes unexpected behavior #384

@SimonRubenDrauz

Description

@SimonRubenDrauz

feature request
Currently, conducting a heat calculation, a hydraulic calculation is done beforehand. This calculation is done independently from the heat calculation. This can cause unexpected behaviour.

possible solutions
A solution is to couple the heat and hydraulic calcuation. Setting a flag would enable to choose between different options. I see three options:

  1. ) Seperated: Keep it like this. heat and hydraulic calcuations are seperated.
  2. ) Iterative: The results of the heat calculation are passed back to the hydraulic calculation and the entire calculation is repeated.
  3. ) Integrative: heat and hydraulic calculation are done combined.

alternatives
Keep it like this, however, adapt the documentation, so that a user understand the corresponding behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions