Skip to content

Zero value for QBCOMP variable #2

Open
@aymhenry

Description

@aymhenry

First

In class QCtrl_Ql8, method calculte_cycle
used to make cycle calculation, for configuration 2, mode 8

Variable (self.obj_data.QBCOMP) always zero.

I need to put

self.obj_data.QBCOMP = 0

somewhere before line 635, or an error will be raised.

Second
In file Ql5, the same problem

224		Cab.QBCOMP = 0.0
225		Cab.QFRZ = QTNOBOT  +  Cab.QBOTTM  +  Cab.QBCOMP

it is useless statement, better to remove (self.obj_data.QBCOMP ) from both equation.
confirmation required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions