Hi there,
I have a large amount of initial data, that can vary depending on many conditions.
Each initial parameter has a set of parameters specific to it. i.e. concrete class C6/7.5 has a different compresive strength than C8/10 and so on
Of course, i want to create my algorithm as parametric as possible.
I was thinking of making some tabular data for them, but not sure if i can make smath read from another file, as to make the final file with results as clean as possible.
Any help or suggestion is appreciated.
Thank you.