Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-write der_T equation #57

Closed
ValentinKaisermayer opened this issue May 21, 2022 · 1 comment
Closed

Re-write der_T equation #57

ValentinKaisermayer opened this issue May 21, 2022 · 1 comment

Comments

@ValentinKaisermayer
Copy link
Contributor

eqs = [
T ~ port.T
der_T ~ D(T)
D(T) ~ port.Q_flow / C
]

@YingboMa would this still result in an implicit DAE or resolve the issue? From a users point of view it should be the same.

eqs = [ 
     T ~ port.T 
     der_T ~ port.Q_flow / C
     D(T) ~  der_T 
 ] 
@ValentinKaisermayer
Copy link
Contributor Author

der_T is part of the original Modelica component but I think is only meant to be an alias.

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

No branches or pull requests

2 participants