Hello,
I hope someone can give me a good hint how to model composite tanks? I used quad shell elements for layers and the model follows this tank tutorial from FEAnalyst but replacing isotropic steel properties:
Nowadays, often composite layers are used for tanks. So, tried to create a [0, 90, +45, -45]s lay-up to get an idea what is possible using the Materials keywords:
*MATERIAL, NAME=composite
*ELASTIC, TYPE=ENGINEERING CONSTANTS
140000, 9000, 9000, 0.3, 0.3, 0.4, 5000, 5000
1500, 294
**
*ORIENTATION, NAME=OR1,SYSTEM=RECTANGULAR
1.0, 0.0, 0.0, 1.0, 0.0, 0.0
*ORIENTATION, NAME=OR2,SYSTEM=RECTANGULAR
1.0, 0.0, 0.0, 0.0, 1.0, 0.0
*ORIENTATION, NAME=OR3,SYSTEM=RECTANGULAR
1.0, 0.0, 0.0, 1.0, 1.0, 0.0
*ORIENTATION, NAME=OR4,SYSTEM=RECTANGULAR
1.0, 0.0, 0.0, -1.0, 1.0, 0.0
**
*SHELL SECTION, , COMPOSITE, Elset=Element_Set-1
4, , composite, OR1
4, , composite, OR2
4, , composite, OR3
4, , composite, OR4
4, , composite, OR4
4, , composite, OR3
4, , composite, OR2
4, , composite, OR1
The thickness has been set quite high to simply see what is going on. The thought process of the defined *orientation values is that a typical reinforcement is created with fibres in x which is then rotated in to a local coordinate system to create 0, 90, 45 and -45 degree orientations. I tried also without a local coordinate system but no luck either.
The problem is that the stress field should be symmetric inside the tank which it is clearly not.
The actual pmx file is here:
Would anyone have a good idea how to set-up this use case correctly? I have come across this code for Calculix but haven’t got it working for Prepomax yet, and I am not sure why it would be necessary:
The material properties should be aligned with the shell element coordinate systems (I hoped) but likely I am wrong.
Any suggestion how to get the material orientations of the orthotropic composite layers correctly set-up would be much appreciated!