Skip to content

Instantly share code, notes, and snippets.

@eddieliberato
Created June 20, 2016 14:26
Input deck for an internal pressure aluminum can simulation in calculix
*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