Dear Mr. Pryl,
thank you for your input. At the end, for me at least the most convenient, controllable and robust solution was to define an excel sheet with macros for the generation of a GiD Batch file. I aquired the GiD syntax through recording macros with the basic actions needed, then generating a section of the batch file for GiD with VBA. Then I can read the Batch File from GiD or simply copy-paste the generated spreadsheet with the commands. This way I can control the Node-Line-Surface-Volume ID-s and can select any of them for further commands. The execution in GiD is not fast (takes a minute for the geometry and meshing parameter), but as far my knowledge goes a GiD macro would do the same thing.
The resulting geometric modell for 3 segments out of approx. 20 looks like this:
https://www.dropbox.com/s/cxihupbqfqp9j … t.PNG?dl=0
The resulting numeric modell for 3 segments out of approx. 20 looks like this (link in next posts):
I would like to use quadratic CCIsoBrick elements for the stiffening rings and layered quadratic CCIsoShellBrick elements for the thin plate like sections in between.
As for the loading, for me the plate bending effects on the tower wall are of particular interest. These are present as a result of the temperature gradient through the wall and the wind suction on the sidewalls of the circular cross section as seen in the picture:
link in next posts
The value of "c.p0" is given through a logarithmic function depending on the "Z" coordinate where "Z" is for height above ground as illustrated in the picture:
link in next posts
I have a spreadsheet for the calculation of the wind loads for a specific height and azimuth, so I think with the excel-vba-GiD method I should be able to define a simplified Load Case consisting constant loads for a segmented tower with separate surfaces every 15° azimuth angle and a finite height. The X,Y,Z loads can be calculated and applied to the previously systematically numbered surfaces.
Please let me know if you think I have an error of reasoning somewhere in the process.