Skip to content

Add dependencies for state space model#672

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

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

Conversation

@Tc-Fast

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

Copy link
Copy Markdown

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

Tc-Fast commented Feb 2, 2026

Copy link
Copy Markdown
Author

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