You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The domains page at https://docs.sciml.ai/ModelingToolkit/stable/tutorials/domain_connections/#Basics should be updated. In particular., the defaults (i.e. defaults = [dm => 0]) in HydraulicPort and HydraulicFluid should be removed as they cause additional incorrect initialization equations with the current initialization in ModelingToolkit..
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace ⚠️
Environment (please complete the following information):
Describe the bug 🐞
The domains page at https://docs.sciml.ai/ModelingToolkit/stable/tutorials/domain_connections/#Basics should be updated. In particular., the defaults (i.e. defaults = [dm => 0]) in HydraulicPort and HydraulicFluid should be removed as they cause additional incorrect initialization equations with the current initialization in ModelingToolkit..
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: