Table interpolation using 'time elapsed' (or 'shifted time') value #29160
Unanswered
caolwec
asked this question in
Q&A General
Replies: 2 comments 3 replies
-
Hello I would use the elapsed time as a functor. now you need a Function that does this. I should have done this instead. I ll make a PR Guillaume |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for the response! My table of (x, y) data is read in through a 'PiecewiseLinear' function, and the interpolated function value will be used in a 'FunctionAux'. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
I hope to obtain 'y' values interpolated from a (x, y) table (read in at initial start), where x is the time elapsed from a starting time determined during the calculation. 'x' can be calculated using a postprocessor, but is there a way to use it to get interpolated 'y' values from the (x, y) table.
Beta Was this translation helpful? Give feedback.
All reactions