|
|
#########################################################
|
|
|
# initial control
|
|
|
#########################################################
|
|
|
initial_defect_width = 0.2
|
|
|
#restart_file = ls_control_timestep_0730.bin
|
|
|
#########################################################
|
|
|
# job control
|
|
|
#########################################################
|
|
|
main_debug = 0
|
|
|
max_number_iterations = 200
|
|
|
maximum_elastic_nl_iteration = 20
|
|
|
residual_threshold = 1.e-5
|
|
|
update_tangent_mat_freq = 5
|
|
|
number_of_thread = 4
|
|
|
elastic_solver_verbose = 0
|
|
|
velocity_solver_verbose = 0
|
|
|
# elastic_solver_condn = 0
|
|
|
elastic_solver_mumps_mem = 5500
|
|
|
velocity_solver_mumps_mem = 5500
|
|
|
#elastic_solver_mumps_mem_relax=
|
|
|
#velocity_solver_mumps_mem_relax
|
|
|
#########################################################
|
|
|
# physical caracteristique
|
|
|
#########################################################
|
|
|
lc = 0.01
|
|
|
Yc = 100
|
|
|
YPCoef = 0.
|
|
|
#########################################################
|
|
|
# numerical methode control
|
|
|
#########################################################
|
|
|
polynomial_order = 2
|
|
|
use_enrichment = 5
|
|
|
update_displacement_field = 0
|
|
|
#########################################################
|
|
|
# geometric representation of the tls
|
|
|
#########################################################
|
|
|
tls_geom_interface = 2
|
|
|
#########################################################
|
|
|
# velocity control
|
|
|
#########################################################
|
|
|
front_advance_algo = 3
|
|
|
k_max = 100.
|
|
|
power_law_coef = 100.
|
|
|
CFLfactor = 0.25
|
|
|
#########################################################
|
|
|
# damage law control
|
|
|
#########################################################
|
|
|
damage_shape = Poly3
|
|
|
hcoef = 0.
|
|
|
penalty_coef = 1.
|
|
|
radius_factor = 1.05
|
|
|
#########################################################
|
|
|
# search for initiation control
|
|
|
#########################################################
|
|
|
#search_for_initiations = -10000
|
|
|
#start_with_search_for_initiations = 1
|
|
|
#search_at_adapt = 1
|
|
|
#########################################################
|
|
|
# export control
|
|
|
#########################################################
|
|
|
full_elastic_out = 0
|
|
|
load_factor_out = 1
|
|
|
#output_name = output
|
|
|
export_manager = {
|
|
|
displacement 20
|
|
|
strain 20
|
|
|
stress 20
|
|
|
isoCrakDamageFront 1
|
|
|
damage 5 }
|
|
|
#debug_geom 1 |