- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » combiTable2D
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.
- gurumech07
- 4 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » combiTable2D