Skip to content

Add dependencies for state space model#672

Closed
Tc-Fast wants to merge 1 commit intomodelica:mainfrom
Tc-Fast:dependencies
Closed

Add dependencies for state space model#672
Tc-Fast wants to merge 1 commit intomodelica:mainfrom
Tc-Fast:dependencies

Conversation

@Tc-Fast
Copy link

@Tc-Fast Tc-Fast commented Jan 13, 2026

Currently, all variables depend on all other variables. E.g.
y depends on der(x)
der(x) depends on y.
That's essentially an "algebraic" loop. I guess this is not intended.
Therefor I added explicit dependencies for all variables.

@Tc-Fast
Copy link
Author

Tc-Fast commented Feb 2, 2026

2.4.8:
If dependencies is not present, it must be assumed that the unknown depends on all knowns.

Thats what I missed

@Tc-Fast Tc-Fast closed this Feb 2, 2026
@Tc-Fast Tc-Fast deleted the dependencies branch February 3, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant