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

Lookup table

Lookup table

Hello,
I need to create a lookup table, with the possibility to do the interpolation and the extrapolation?

I have found some stuff here
http://www.ida.liu.se/~pelab/realsim/li … ables.html                for the lookup tables
http://www.ida.liu.se/~pelab/realsim/li … _Math.html                                                      for the interpolation
https://svn.modelica.org/projects/Model … s/Types.mo                for the extrapolation

but unfortunately they are just  sketches

Can you suggest how can I do it?
Should I start from scratch or there are available some more mature libraries to do that?

thank you so much
bye

Re: Lookup table

I wrote my lookuptable with 2 input
using some code available in the standard library Modelica.Blocks.Tables
and ModelicaAddition.Tables

There are 0 guests and 0 other users also viewing this topic