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
Arithmetic expressions are not being split split into operands and operators. This potentially is an issue with the modelica-json parser or our own parser.
If you look at the parameter: "Buildings.Templates.Components.Fans.ArrayVariable.volInl"
The linkage schema output of that parameter looks as follows:
The operand is nFan +1 when it should be a new expression with an operator of '+' and two operands.
This is also true for subtraction if you refer to Buildings.Fluid.Interfaces.PartialTwoPartInterface.dp which generates an operand of port_a.p -port_b.p.
The text was updated successfully, but these errors were encountered:
Arithmetic expressions are not being split split into operands and operators. This potentially is an issue with the modelica-json parser or our own parser.
If you look at the parameter:
"Buildings.Templates.Components.Fans.ArrayVariable.volInl"
The linkage schema output of that parameter looks as follows:
The operand is
nFan +1
when it should be a new expression with an operator of '+' and two operands.This is also true for subtraction if you refer to
Buildings.Fluid.Interfaces.PartialTwoPartInterface.dp
which generates an operand ofport_a.p -port_b.p
.The text was updated successfully, but these errors were encountered: