Using Teddy, I want to apply a random field to a plate measuring approximately 25 x 100 m. Each point measuring 0.5 m x 0.5 m has a unique bedding stiffness, giving me approximately 10,000 unique values. This can be entered in the materials, but these are limited to 999. Is there another way to model this?
If its geometry is regular I would use SOFIMSHA and EXCEL in following way:
generate node mesh and quad elements by text in excel:
node 1 0 0 0
node 2 0.5 0 0
… etc
quad 1 1 2 11 12 mno 1 cb RANDOM
etc.
as RANDOM you should put rand()*Cb function in excel or even normal distribution of bedding as you want
then apply this code in teddy