... | @@ -8,8 +8,8 @@ damageinfo.dat is read by DamageInfoParser.h |
... | @@ -8,8 +8,8 @@ damageinfo.dat is read by DamageInfoParser.h |
|
|
|
|
|
| **command**| **description**|
|
|
| **command**| **description**|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
| initial_defect_width = 0.2 | here, the initial defect will be **0.2** times the characteristic length `lc` of the material. |
|
|
| initial_defect_width = 0.2 | ratio of `lc`. Here, the initial defect will be **0.2** times the characteristic length `lc` of the material. |
|
|
| restart_file = ls_control_timestep_0730.bin | (no warranty on restart procedure) |
|
|
| restart_file = ls_control_timestep_0730.bin | (no warranty on the restart procedure) |
|
|
|
|
|
|
|
|
|
|
|
|
|
... | @@ -20,7 +20,7 @@ damageinfo.dat is read by DamageInfoParser.h |
... | @@ -20,7 +20,7 @@ damageinfo.dat is read by DamageInfoParser.h |
|
|
|
|
|
| **command**| **description**|
|
|
| **command**| **description**|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
| main_debug = 0 | **1** for verbose prints, else **0** |
|
|
| main_debug = 0 | **1** for verbose output, else **0** . |
|
|
| max_number_iterations = 200 | maximum number of iteration for crack propagation.|
|
|
| max_number_iterations = 200 | maximum number of iteration for crack propagation.|
|
|
| maximum_elastic_nl_iteration = 20 | maximum number of iteration for Newton-Raphson solver. |
|
|
| maximum_elastic_nl_iteration = 20 | maximum number of iteration for Newton-Raphson solver. |
|
|
| residual_threshold = 1.e-5 | maximum residual for Newton-Raphson solver. |
|
|
| residual_threshold = 1.e-5 | maximum residual for Newton-Raphson solver. |
|
... | @@ -44,8 +44,8 @@ damageinfo.dat is read by DamageInfoParser.h |
... | @@ -44,8 +44,8 @@ damageinfo.dat is read by DamageInfoParser.h |
|
|
|
|
|
| **command**| **description**|
|
|
| **command**| **description**|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
| lc = 0.01 | Characteristic length `lc` of the material |
|
|
| lc = 0.01 | Characteristic length `lc` of the material. |
|
|
| Yc = 100 | Characteristic Yield `Yc` of the material |
|
|
| Yc = 100 | Characteristic Energy Release Rate`Yc` of the material. |
|
|
| YPCoef = 0. | Generally **0**, except for Cohesive Zone Model equivalence where it is ???|
|
|
| YPCoef = 0. | Generally **0**, except for Cohesive Zone Model equivalence where it is ???|
|
|
|
|
|
|
|
|
|
... | | ... | |