OGS
cohesive_zone_load_path.prj
<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>
      <dimension>2</dimension>
      <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_xx" output_name="sigma_xx" />
        <secondary_variable internal_name="sigma_yy" output_name="sigma_yy" />
        <secondary_variable internal_name="sigma_zz" output_name="sigma_zz" />
        <secondary_variable internal_name="sigma_xy" output_name="sigma_xy" />
      </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_xx</variable>
        <variable>sigma_yy</variable>
        <variable>sigma_zz</variable>
        <variable>sigma_xy</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>
</OpenGeoSysProject>