I started to use openmodelica few days ago. I created a lot of tables where Data is defrost efficiency, first row is Air temperature which is my first input and first column is Leaving water temperature from the condenser which is my second input. I created this kind of matrix for five humidity level and for 4 number of compressor so I have 20 matrix.
I would like to create a modelica block with 4 inputs:
- Air temperature
- Leaving water temperature
- number of compressor
- humidity level
and as output the defrost efficiency which is in the tables. Can someone help me please ?
I can't use the block CombiTable2dv
which is in open modelica because i have 4 input and 20 tables.
I found modelon article which speaks about a library but I don't know how to use it.