DummyDynamics Icon
DummyDynamics
INTERNAL: Dummy dynamics to add some time dependent state, such that ModelingToolkit can understand that the problem is time dependent.
Usage
DiscreteComponents.DummyDynamics()
Variables
| Name | Description | Units |
|---|---|---|
dummy | – |
Behavior
Behavior of this component cannot be rendered because it includes path variables.
Source
"INTERNAL: Dummy dynamics to add some time dependent state, such that ModelingToolkit can understand that the problem is time dependent."
component DummyDynamics
variable dummy::Real
relations
initial dummy = 1.0
der(dummy) = 0.0
metadata {"Dyad": {"doc": {"behavior": false}}}
end
Flattened Source
"INTERNAL: Dummy dynamics to add some time dependent state, such that ModelingToolkit can understand that the problem is time dependent."
component DummyDynamics
variable dummy::Real
relations
initial dummy = 1.0
der(dummy) = 0.0
metadata {"Dyad": {"doc": {"behavior": false}}}
endTest Cases
No test cases defined.
Related
- Examples
- Experiments
- Analyses