Imagine I am trying to analyse different brands of shoes. I have collected the input data for all these shoes (the material, the size, the dimensions etc). Now I run approx. 1000 numerical simulations in Abaqus for different combinations of the input parameters and obtain the impact that the shoe can take, for each and every one of those combinations. So now I have 1000 results.
Let's imagine the customer wants his own 'customized' shoe but he wants to decide that based on the impact that the shoe can withstand, and so he selects his size, the material he likes, the dimensions of the sole, the length of the shoelace etc. Based on his choice of combinations, if a result exists, he is shown the result. If the result does not exist, I need to do some kind of interpolation and finally arrive a result.
I would like to create a database in the form of a 'lookup table' in which the user can select the parameters he wants and should be able to see a result for the combination of parameters he chooses. My question : is this achievable in Python?