Opened 15 years ago
Closed 10 years ago
#1178 closed task (fixed)
Initial equations in DAE missing ArrayEquations
Reported by: | bjozac | Owned by: | bjozac |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Backend | Version: | |
Keywords: | Cc: | bjozac, Per Östlund |
Description
Currently we do not support initial array equations in the DAE, check the DAE.Element (COMPLEX_EQUATION, INITIAL_COMPLEX_EQUATION) but for ARRAY_EQUATION there are no initial counter part.
This needs to be implemented as well as support for creating such nodes from Inst.instEquation.
This is needed for Multibody 3.1
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 10 years ago
Component: | → Backend |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was probably fixed a long time ago.
Note:
See TracTickets
for help on using tickets.
It should be easy as we already support such
array equations for normal equations, so is
just to add it for initial array equations.
Add
DAE.INITIAL_ARRAY_EQUATION
and handle it everywherewhere
DAE.ARRAY_EQUATION
is handled or in functions where initialequations are handled.