WOLFRAM SYSTEM MODELER

getDer2Table2DValue

Second derivative of interpolated 2-dim. table defined by matrix

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Tables.Internal.getDer2Table2DValue"]
Out[1]:=

Syntax

der2_y = getDer2Table2DValue(tableID, u1, u2, der_u1, der_u2, der2_u1, der2_u2)

Inputs (7)

tableID

Type: ExternalCombiTable2D

Description: External table object

u1

Type: Real

Description: Value of first independent variable

u2

Type: Real

Description: Value of second independent variable

der_u1

Type: Real

Description: Derivative of first independent variable

der_u2

Type: Real

Description: Derivative of second independent variable

der2_u1

Type: Real

Description: Second derivative of first independent variable

der2_u2

Type: Real

Description: Second derivative of second independent variable

Outputs (1)

der2_y

Type: Real

Description: Second derivative of interpolated value