Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

combiTable2D

combiTable2D

Hello,

I have constructed a 2D look-up table using the combiTable2D option.  I have u1, u2 and table_data stored in three varibales as below:

combiTable2D.u1 = data1;
combiTable2D.u2 = data2;
combiTable2D.y = table_data;

Note: I have already declared data1,data2 and table_data as real variables.

When I construct this table and simulate, it's giving an error : 'pre-optimization module clockPartitioning failed. However, the model is getting checked successfully.

Please illustrate an analogous example with some operation carried out on the variables (u1,u2) say, addition.

Thanks in advance.

Edited by: gurumech07 - Feb-26-16 08:32:55
There are 0 guests and 0 other users also viewing this topic