~gcg/constrain/trunk

« back to all changes in this revision

Viewing changes to sample_data/brass/constrain.ini

  • Committer: GCG at MSI
  • Date: 2021-02-16 18:56:47 UTC
  • Revision ID: gcg@msi-20210216185647-jundceapke4mtvbz
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; this is a comment
 
2
[DEFAULT]
 
3
; image filename extension
 
4
suffix = *.png
 
5
 
 
6
; consider this many frames -- exclude frames with cracked image!
 
7
nMax = -1
 
8
 
 
9
; rotate image such that long axis is horizontal
 
10
transpose = false
 
11
 
 
12
; set to true if analysing images of already notched specimens
 
13
notched_specimen = false
 
14
 
 
15
; moving average of conStrain output
 
16
nsmooth = 2
 
17
 
 
18
; initial diameter of specimen gauge region
 
19
D0 = 3.0
 
20
 
 
21
; used for IO settings of force file.
 
22
; Zwick: filename is force.TRA, time in column 1, force in column 2
 
23
; SHTB: filename is time_force_nonshifted.txt, time in column 1, force in column 4
 
24
; LS-Dyna (axis-symmetric) : filename is force.csv, time in column 1, force in column 2
 
25
case = Zwick
 
26
 
 
27
; timestep for images
 
28
dt_images = 2.0 
 
29
 
 
30
; time offset images vs. force
 
31
offset_images = 0
 
32
 
 
33
; plastic Poisson ratio, usually 0.5 (isochoric)
 
34
nueps = 0.5
 
35