You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ayman, I prefer to keep them for conformity. QBCOMP is the heat flux from the compressor bottom compartment. I don't know what is QL5 and QL8 if these are configurations where the compressor compartment doesn't interact with the freezer - then you can safely remove it.
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
it is useless statement, better to remove (self.obj_data.QBCOMP ) from both equation.
confirmation required.
The text was updated successfully, but these errors were encountered: