Is there a way we use TBL_inverse function on 2D look up table?
Many Thanks
Is there a way we use TBL_inverse function on 2D look up table?
Many Thanks
This function only works on 1D Tables.
Is there a workaround for this other than the following: https://help.goldsim.com/index.html#!Modules/5/buildingadynamiclookuptable1.htm. Both options will be clunky for my use. I have a pool with geometry that changes over time and will need to 1) interpolate between both the rows and the columns, and 2) use the table in both directions (i.e., typical fashion and TBL_inverse). Suggestions?
What about the workaround of doubling the number of 2D lookup tables so you don't have to perform a reverse lookup? For example, instead of 1 lookup table for Volume-Elevation over time, create 2 Tables:
That way, you can still perform lookup functions that extend beyond the bounds of the table data.
Please sign in to leave a comment.
Comments
5 comments