We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ModelingToolkitStandardLibrary.jl/src/Thermal/HeatTransfer/ideal_components.jl
Lines 23 to 27 in 5ff99e5
@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 ]
The text was updated successfully, but these errors were encountered:
der_T is part of the original Modelica component but I think is only meant to be an alias.
der_T
Sorry, something went wrong.
No branches or pull requests
ModelingToolkitStandardLibrary.jl/src/Thermal/HeatTransfer/ideal_components.jl
Lines 23 to 27 in 5ff99e5
@YingboMa would this still result in an implicit DAE or resolve the issue? From a users point of view it should be the same.
The text was updated successfully, but these errors were encountered: