Analysis control data hinge.cnt¶
# Control File for FISTR
## Analysis Control
!VERSION
3
!SOLUTION, TYPE=STATIC
!WRITE,RESULT
!WRITE,VISUAL
## Solver Control
### Boundary Condition
!BOUNDARY
BND0, 1, 3, 0.000000
!BOUNDARY
BND1, 1, 3, 0.000000
!CLOAD
CL0, 1, 0.01000
### Material
!MATERIAL, NAME=STEEL
!ELASTIC
210000.0, 0.3
!DENSITY
7.85e-6
### Solver Setting
!SOLVER,METHOD=CG,PRECOND=1,ITERLOG=YES,TIMELOG=YES # Solver control
10000, 1
1.0e-08, 1.0, 0.0
## Post Control
!VISUAL,method=PSR
!surface_num=1
!surface 1
!output_type=VTK
!END
- !VERSION: Specify the version of the file format
- !SOLUTION, TYPE=STATIC: Specify the type of analysis
- !WRITE,RESULT: Specify the output of the result data
- !WRITE,VISUAL: Specify the output of the visualization data
- !BOUNDARY: Specify the Dirichlet boundary conditions
- !CLOAD: Specify the load condition
- !MATERIAL: Specify material property
- !ELASTIC: Specify elastic material property
- !DENSITY: Specify density value
- !SOLVER: Specify linear solver type
- !visual: Specify visualization method
- !surface_num: Number of surfaces in one surface rendering
- !surface: Specify the contents of the surface
- !output_type: Specify the type of the visualization file
- !END: Indicates the end of the analysis control