I used the Telemac2D software to solve the Shallow Water Equations and got 1000 result files that i want now to post-treat and do some sensitivity analysis with OpenTURNS. The output i mainly want to focus on is the water level. In my case, i can have it's value for different time steps.
My problem is the way of linking the inputs to the output of interest in order to launch a polynomial chaos algorithm, since i don't have an explicit representation of the output by the input (if i had it i could use ot.SymbolicFunction
or PythonFunction
).