Created
June 20, 2016 14:26
Input deck for an internal pressure aluminum can simulation in calculix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*INCLUDE, INPUT=can.inp | |
*MATERIAL, NAME=Al | |
*ELASTIC | |
69.0E+09,0.3 | |
*SHELL SECTION, MATERIAL=Al, ELSET=bottom | |
0.22 | |
*SHELL SECTION, MATERIAL=Al, ELSET=body | |
0.1 | |
*SHELL SECTION, MATERIAL=Al, ELSET=top | |
2 | |
*BOUNDARY | |
fixed,1,3,0 | |
*STEP | |
*STATIC | |
** Apply pressure from .dlo files | |
*DLOAD | |
*INCLUDE, INPUT=bottom.dlo | |
*INCLUDE, INPUT=body.dlo | |
*INCLUDE, INPUT=top.dlo | |
*NODE FILE | |
U, | |
*EL FILE | |
S, | |
*END STEP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment