OGS
|
<OpenGeoSysProject>
<mesh>cohesive_zone_load_path.vtu</mesh>
<geometry>cohesive_zone_load_path.gml</geometry>
<processes>
<process>
<name>SD</name>
<type>SMALL_DEFORMATION_WITH_LIE</type>
<integration_order>2</integration_order>
<process_variables>
<process_variable>displacement</process_variable>
<process_variable>displacement_jump1</process_variable>
</process_variables>
<constitutive_relation>
<type>LinearElasticIsotropic</type>
<youngs_modulus>E</youngs_modulus>
<poissons_ratio>nu</poissons_ratio>
</constitutive_relation>
<fracture_model>
<type>CohesiveZoneModeI</type>
<normal_stiffness>Kn</normal_stiffness>
<shear_stiffness>Ks</shear_stiffness>
<fracture_toughness>Gc</fracture_toughness>
<peak_normal_traction>t_np</peak_normal_traction>
<penalty_aperture_cutoff>4e-6</penalty_aperture_cutoff>
<tension_cutoff>1</tension_cutoff>
</fracture_model>
<fracture_properties>
<material_id>0</material_id>
<initial_aperture>aperture0</initial_aperture>
</fracture_properties>
<secondary_variables>
<secondary_variable internal_name="sigma" output_name="sigma" />
<secondary_variable internal_name="epsilon" output_name="epsilon" />
<secondary_variable internal_name="fracture_stress" output_name="fracture_stress" />
<secondary_variable internal_name="fracture_aperture" output_name="fracture_aperture" />
</secondary_variables>
</process>
</processes>
<time_loop>
<processes>
<process ref="SD">
<nonlinear_solver>basic_newton</nonlinear_solver>
<convergence_criterion>
<type>DeltaX</type>
<norm_type>NORM2</norm_type>
<abstol>1e-14</abstol>
</convergence_criterion>
<time_discretization>
<type>BackwardEuler</type>
</time_discretization>
<time_stepping>
<type>FixedTimeStepping</type>
<t_initial>0</t_initial>
<t_end>100</t_end>
<timesteps>
<pair>
<repeat>100</repeat>
<delta_t>1.0</delta_t>
</pair>
</timesteps>
</time_stepping>
</process>
</processes>
<output>
<type>VTK</type>
<prefix>cohesive_zone_load_path</prefix>
<timesteps>
<pair>
<repeat>10</repeat>
<each_steps>10</each_steps>
</pair>
</timesteps>
<variables>
<variable>displacement</variable>
<variable>displacement_jump1</variable>
<variable>sigma</variable>
<variable>epsilon</variable>
<variable>fracture_stress</variable>
<variable>fracture_aperture</variable>
<variable>sigma_avg</variable>
<variable>local_jump_w_avg</variable>
<variable>fracture_stress_avg</variable>
<variable>fracture_aperture_avg</variable>
</variables>
<suffix>ts{:timestep}_t_{:time}</suffix>
</output>
</time_loop>
<parameters>
<parameter>
<name>E</name>
<type>Constant</type>
<value>1e14</value>
</parameter>
<parameter>
<name>nu</name>
<type>Constant</type>
<value>0</value>
</parameter>
<parameter>
<name>Kn</name>
<type>Constant</type>
<value>1e12</value>
</parameter>
<parameter>
<name>Ks</name>
<type>Constant</type>
<value>1e12</value>
</parameter>
<parameter>
<name>Gc</name>
<type>Constant</type>
<value>200</value>
</parameter>
<parameter>
<name>t_np</name>
<type>Constant</type>
<value>1e7</value>
</parameter>
<parameter>
<name>displacement0</name>
<type>Constant</type>
<values>0 0</values>
</parameter>
<parameter>
<name>aperture0</name>
<type>Constant</type>
<value>1e-5</value>
</parameter>
<parameter>
<name>displacement_unit_top</name>
<type>Constant</type>
<value>5e-7</value>
</parameter>
<parameter>
<name>displacement_unit_bottom</name>
<type>Constant</type>
<value>-5e-7</value>
</parameter>
<parameter>
<name>displacement_top</name>
<type>CurveScaled</type>
<curve>timeRamp_displacement</curve>
<parameter>displacement_unit_top</parameter>
</parameter>
<parameter>
<name>displacement_bottom</name>
<type>CurveScaled</type>
<curve>timeRamp_displacement</curve>
<parameter>displacement_unit_bottom</parameter>
</parameter>
<parameter>
<name>zero_u</name>
<type>Constant</type>
<value>0</value>
</parameter>
</parameters>
<curves>
<curve>
<name>timeRamp_displacement</name>
<coords>0 20 40 50 60 80 100</coords>
<values>0 20 0 -8 0 20 40</values>
</curve>
</curves>
<process_variables>
<process_variable>
<name>displacement</name>
<components>2</components>
<order>1</order>
<initial_condition>displacement0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>TwoElementsWithInterface</geometrical_set>
<geometry>PLY_TOP</geometry>
<type>Dirichlet</type>
<component>1</component>
<parameter>displacement_top</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>TwoElementsWithInterface</geometrical_set>
<geometry>PLY_BOTTOM</geometry>
<type>Dirichlet</type>
<component>1</component>
<parameter>displacement_bottom</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>TwoElementsWithInterface</geometrical_set>
<geometry>PLY_RIGHT</geometry>
<type>Dirichlet</type>
<component>0</component>
<parameter>zero_u</parameter>
</boundary_condition>
</boundary_conditions>
</process_variable>
<process_variable>
<name>displacement_jump1</name>
<components>2</components>
<order>1</order>
<initial_condition>displacement0</initial_condition>
<boundary_conditions />
</process_variable>
</process_variables>
<nonlinear_solvers>
<nonlinear_solver>
<name>basic_newton</name>
<type>Newton</type>
<max_iter>100</max_iter>
<linear_solver>general_linear_solver</linear_solver>
</nonlinear_solver>
</nonlinear_solvers>
<linear_solvers>
<linear_solver>
<name>general_linear_solver</name>
<eigen>
<solver_type>SparseLU</solver_type>
<scaling>1</scaling>
</eigen>
</linear_solver>
</linear_solvers>
<test_definition>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>displacement</field>
<absolute_tolerance>1e-16</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>displacement_jump1</field>
<absolute_tolerance>1e-16</absolute_tolerance>
<relative_tolerance>1e-16</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>sigma</field>
<absolute_tolerance>2.e-6</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>epsilon</field>
<absolute_tolerance>1.e-12</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>fracture_stress</field>
<absolute_tolerance>5.e-9</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>fracture_aperture</field>
<absolute_tolerance>1.e-12</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>sigma_avg</field>
<absolute_tolerance>5.e-7</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>local_jump_w_avg</field>
<absolute_tolerance>1.e-12</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>fracture_stress_avg</field>
<absolute_tolerance>5.e-9</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>cohesive_zone_load_path_.*.vtu</regex>
<field>fracture_aperture_avg</field>
<absolute_tolerance>1.e-12</absolute_tolerance>
<relative_tolerance>1.e-11</relative_tolerance>
</vtkdiff>
</test_definition>
</OpenGeoSysProject>