thermocycle / Thermocycle-library

Thermocycle library
http://thermocycle.squoilin.eu
MIT License
55 stars 24 forks source link

Error for CellConst #35

Open alexkey79 opened 7 years ago

alexkey79 commented 7 years ago

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