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
I try to test the step_by_step Simulation but I have a Translation error:
[ThermoCycle.Components.FluidFlow.Pipes.CellConst: 77:1-77:64]: In sum(qdot), the expression is of type Real(quantity = "HeatFlux", unit = "W/m2"), but is required to be of builtin array type (of any number of dimensions).
the code is: Q_tot = Ai*sum(qdot) "Total heat flow through the thermal port";
whyt there is "sum(qdot)" and not simply "qdot"?
Thanks
Alexkey
The text was updated successfully, but these errors were encountered:
I try to test the step_by_step Simulation but I have a Translation error:
[ThermoCycle.Components.FluidFlow.Pipes.CellConst: 77:1-77:64]: In sum(qdot), the expression is of type Real(quantity = "HeatFlux", unit = "W/m2"), but is required to be of builtin array type (of any number of dimensions).
the code is: Q_tot = Ai*sum(qdot) "Total heat flow through the thermal port";
whyt there is "sum(qdot)" and not simply "qdot"?
Thanks
Alexkey
The text was updated successfully, but these errors were encountered: