Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OMEGAlpes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • OMEGAlpes
  • OMEGAlpes
  • Issues
  • #37
Closed
Open
Created May 17, 2019 by Lou Morriet@morrietlOwner

HeatPump not based on ConversionUnit

Summary

The HeatPump is not based on the ConversionUnit

Steps to reproduce

Put a breakpoint on ConversionUnit.init(...) launch the test_wast_heat_recovery() as debug you will never reach the breakpoint.

Possible fixes

We should switch the following lines, it seems to work....

    self.COP = Quantity(name='COP', value=cop, parent=self)

    ConversionUnit.__init__(self, time, name,
                            prod_units=[self.heat_production_unit],
                            cons_units=[self.heat_consumption_unit,
                                        self.elec_consumption_unit],
                            operator=operator)
Assignee
Assign to
Time tracking