Example 4-2 Aluminum cube deformation, implicit method (file: im01.k)
*KEYWORD
*TITLE
im01.k implicit analysis problem 1
$
$-------------------------- implicit solution keywords -------------------------
$
*CONTROL_IMPLICIT_GENERAL
1 .1
$--------------- define solution control and output parameters -----------------
$
*CONTROL_TERMINATION
1.
*DATABASE_BINARY_D3PLOT
.1
$
$--------------- define model geometry and material parameters ----------------
$
*PART
aluminum block
1 1 1
*SECTION_SOLID
1
*MAT_ELASTIC
1 2700. 70.e+09 .3
*NODE
1 0. 0. 0. 7 7
2 1. 0. 0. 5 0
3 1. 1. 0. 3 0
4 0. 1. 0. 6 0
5 0. 0. 1. 4 0
6 1. 0. 1. 2 0
7 1. 1. 1. 0 0
8 0. 1. 1. 1 0
*ELEMENT_SOLID
1 1 1 2 3 4 5 6 7 8
$
$---------------- define boundary conditions and load curves ------------------
$
*LOAD_SEGMENT
1 1. 0. 5 6 7 8
*DEFINE_CURVE
1
0. 0.
1. 70.e+05
*END