LOOKUPND
n-Dimensional lookup table | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inputs(20) | i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15 i16 i17 i18 i19 i20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters(5) | Dimension Method Repetitive Index Format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Default | Dimension=2, Method=1, Repetitive=0, Index=1, Format=0, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Text1 | File name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Text2 | Not used | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Select from | Components/Blocks/Functions&Tables | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function | n-Dimensional lookup table from a text based data file.The first column of the table specifies the function. The next columns of the table specify the inputs for the table. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Special | The LookUpnD is designed for coupling with FEM programs based Reduced Order Modeling techniques like, for example, the Co-Energy method. The first column should contain the value of the function depending on his inputs (i1 .. xn), where n is specified at p1. There is a maximum of 20 dimensions. (n=20)
Input format. Number of dimensions/inputs n. (Columns<=Dimension) Number of samples m.
Using the INT_VAR block various parameters can be extracted from the LookUpnD block. Method=0, no interpolation: Int_var(42) = index of the current selected data pare Int_var(1) .. Int_var(20) = First derivative of the function to its corresponding input: dy/dik = INT_VAR(k) Int_var(51) .. Int_var(450) = Second cross derivative of the function: d2y/dirdis = INT_VAR((r-1)*20+s+50) Method=3, spline interpolation: In general: b=dimension, a=dimension-1 dy/dia = INT_VAR(1) dy/dib = INT_VAR(2) d2y/dibdia = INT_VAR(3) d2y/dibdib = INT_VAR(4) |