Modelica.Blocks.Interfaces.Adaptors.Functions

Functions for adaptors

Information

Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).

Package Content

Name Description
Modelica.Blocks.Interfaces.Adaptors.Functions.state1 state1 Return state (with one derivative)
Modelica.Blocks.Interfaces.Adaptors.Functions.state1der1 state1der1 Return 1st derivative (der of state1)
Modelica.Blocks.Interfaces.Adaptors.Functions.state2 state2 Return state (with two derivatives)
Modelica.Blocks.Interfaces.Adaptors.Functions.state2der1 state2der1 Return 1st derivative (der of state2)
Modelica.Blocks.Interfaces.Adaptors.Functions.state2der2 state2der2 Return 2nd derivative (der of state2der1)

Modelica.Blocks.Interfaces.Adaptors.Functions.state1 Modelica.Blocks.Interfaces.Adaptors.Functions.state1

Return state (with one derivative)

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
u[2]Required values for state and der(s)
dummyJust to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used)

Outputs

NameDescription
s 

Modelica.Blocks.Interfaces.Adaptors.Functions.state1der1 Modelica.Blocks.Interfaces.Adaptors.Functions.state1der1

Return 1st derivative (der of state1)

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
u[2]Required values for state and der(s)
dummyJust to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used)
dummy_der 

Outputs

NameDescription
sder1 

Modelica.Blocks.Interfaces.Adaptors.Functions.state2 Modelica.Blocks.Interfaces.Adaptors.Functions.state2

Return state (with two derivatives)

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
u[3]Required values for state and der(s)
dummyJust to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used)

Outputs

NameDescription
s 

Modelica.Blocks.Interfaces.Adaptors.Functions.state2der1 Modelica.Blocks.Interfaces.Adaptors.Functions.state2der1

Return 1st derivative (der of state2)

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
u[3]Required values for state and der(s)
dummyJust to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used)
dummy_der 

Outputs

NameDescription
sder1 

Modelica.Blocks.Interfaces.Adaptors.Functions.state2der2 Modelica.Blocks.Interfaces.Adaptors.Functions.state2der2

Return 2nd derivative (der of state2der1)

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
u[3]Required values for state and der(s)
dummyJust to have one input signal that should be differentiated to avoid possible problems in the Modelica tool (is not used)
dummy_der 
dummy_der2 

Outputs

NameDescription
sder2 
Automatically generated Thu Dec 19 17:19:51 2019.