Functions for adaptors
Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).
| Name | Description |
|---|---|
| Return state (with one derivative) | |
| Return 1st derivative (der of state1) | |
| Return state (with two derivatives) | |
| Return 1st derivative (der of state2) | |
| Return 2nd derivative (der of state2der1) |
Modelica.Blocks.Interfaces.Adaptors.Functions.state1Return 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 |
Modelica.Blocks.Interfaces.Adaptors.Functions.state1der1Return 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 |
Modelica.Blocks.Interfaces.Adaptors.Functions.state2Return 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 |
Modelica.Blocks.Interfaces.Adaptors.Functions.state2der1Return 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 |
Modelica.Blocks.Interfaces.Adaptors.Functions.state2der2Return 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 |