Functions for adaptors
Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).
Name | Description |
---|---|
state1 | Return state (with one derivative) |
state1der1 | Return 1st derivative (der of state1) |
state2 | Return state (with two derivatives) |
state2der1 | Return 1st derivative (der of state2) |
state2der2 | Return 2nd derivative (der of state2der1) |
Return state (with one derivative)
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u[2] | Required values for state and der(s) |
dummy | Just to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used) |
Name | Description |
---|---|
s |
Return 1st derivative (der of state1)
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u[2] | Required values for state and der(s) |
dummy | Just to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used) |
dummy_der |
Name | Description |
---|---|
sder1 |
Return state (with two derivatives)
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u[3] | Required values for state and der(s) |
dummy | Just to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used) |
Name | Description |
---|---|
s |
Return 1st derivative (der of state2)
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u[3] | Required values for state and der(s) |
dummy | Just to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used) |
dummy_der |
Name | Description |
---|---|
sder1 |
Return 2nd derivative (der of state2der1)
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
u[3] | Required values for state and der(s) |
dummy | Just to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used) |
dummy_der | |
dummy_der2 |
Name | Description |
---|---|
sder2 |