Skip to content

Refactor: Interfaces should not contain calculated values #64

@dietmarw

Description

@dietmarw

Currently, the OpenHPL.Interfaces contains

  • ContactPort
  • ContactNode

which contain both mdot definitions, which are different to each other and might be confusing. A cleaner implementation would be to get rid of both of these interfaces and extend from TwoContact (possibly best to rename to TwoContacts) and include any variable definitions in the models that use it directly.

That way, different interpretations can also be avoided (see mdot in SurgeTank vs Pipe model).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions