OGS
tes_hx3_iglu.prj
<OpenGeoSysProject>
  <mesh axially_symmetric="true">tes_hx3.vtu</mesh>
  <geometry>tes_hx3.gml</geometry>
  <search_length_algorithm>
    <type>fixed</type>
    <value>1e-6</value>
  </search_length_algorithm>
  <processes>
    <process>
      <name>ThermoMechanicalPhaseField</name>
      <type>THERMO_MECHANICAL_PHASE_FIELD</type>
      <integration_order>3</integration_order>
      <constitutive_relation>
        <type>LinearElasticIsotropic</type>
        <youngs_modulus>E</youngs_modulus>
        <poissons_ratio>nu</poissons_ratio>
      </constitutive_relation>
      <phasefield_parameters>
        <residual_stiffness>k</residual_stiffness>
        <crack_resistance>gc</crack_resistance>
        <crack_length_scale>ls</crack_length_scale>
        <kinetic_coefficient>M</kinetic_coefficient>
      </phasefield_parameters>
      <solid_density>rho_sr</solid_density>
      <thermal_parameters>
        <linear_thermal_expansion_coefficient>alpha</linear_thermal_expansion_coefficient>
        <specific_heat_capacity>cs</specific_heat_capacity>
        <thermal_conductivity>lambda</thermal_conductivity>
        <residual_thermal_conductivity>lambda_res</residual_thermal_conductivity>
      </thermal_parameters>
      <reference_temperature>0</reference_temperature>
      <process_variables>
        <temperature>temperature</temperature>
        <displacement>displacement</displacement>
        <phasefield>phasefield</phasefield>
      </process_variables>
      <secondary_variables>
        <secondary_variable internal_name="sigma" output_name="sigma" />
        <secondary_variable internal_name="epsilon" output_name="epsilon" />
        <secondary_variable internal_name="heat_flux" output_name="heat_flux" />
      </secondary_variables>
      <specific_body_force>0 0</specific_body_force>
    </process>
  </processes>
  <time_loop>
    <global_process_coupling>
      <max_iter>100</max_iter>
      <convergence_criteria>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>INFINITY_N</norm_type>
          <abstol>1.e-8</abstol>
          <reltol>1.e-10</reltol>
        </convergence_criterion>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>INFINITY_N</norm_type>
          <abstol>1.e-2</abstol>
          <reltol>1.e-2</reltol>
        </convergence_criterion>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>INFINITY_N</norm_type>
          <abstol>1.e-8</abstol>
          <reltol>1.e-10</reltol>
        </convergence_criterion>
      </convergence_criteria>
    </global_process_coupling>
    <processes>
      <process ref="ThermoMechanicalPhaseField">
        <nonlinear_solver>basic_newton_T</nonlinear_solver>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>NORM2</norm_type>
          <reltol>1.e-8</reltol>
        </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>5</repeat>
              <delta_t>20</delta_t>
            </pair>
          </timesteps>
        </time_stepping>
      </process>
      <process ref="ThermoMechanicalPhaseField">
        <nonlinear_solver>basic_newton_u</nonlinear_solver>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>NORM2</norm_type>
          <abstol>1.e-2</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>5</repeat>
              <delta_t>20</delta_t>
            </pair>
          </timesteps>
        </time_stepping>
      </process>
      <process ref="ThermoMechanicalPhaseField">
        <nonlinear_solver>basic_newton_d</nonlinear_solver>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>NORM2</norm_type>
          <reltol>1.e-8</reltol>
        </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>5</repeat>
              <delta_t>20</delta_t>
            </pair>
          </timesteps>
        </time_stepping>
      </process>
    </processes>
    <output>
      <type>VTK</type>
      <prefix>tes_hx3</prefix>
      <suffix>ts{:timestep}_t_{:time}</suffix>
      <timesteps>
        <pair>
          <repeat>5</repeat>
          <each_steps>1</each_steps>
        </pair>
        <pair>
          <repeat>5</repeat>
          <each_steps>1</each_steps>
        </pair>
        <pair>
          <repeat>5</repeat>
          <each_steps>1</each_steps>
        </pair>
      </timesteps>
      <variables>
        <variable>temperature</variable>
        <variable>displacement</variable>
        <variable>phasefield</variable>
        <variable>heat_flux</variable>
        <variable>sigma</variable>
        <variable>epsilon</variable>
      </variables>
    </output>
  </time_loop>
  <parameters>
    <parameter>
      <name>E</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>1.911e3</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>68.9e3</value>
      </index_values>
    </parameter>
    <parameter>
      <name>nu</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>0.17</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>0.4</value>
      </index_values>
    </parameter>
    <parameter>
      <name>rho_sr</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>1.583e-6</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>1.825e-6</value>
      </index_values>
    </parameter>
    <parameter>
      <name>alpha</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>1.069e-5</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>3e-5</value>
      </index_values>
    </parameter>
    <parameter>
      <name>cs</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>2083.4</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>1261</value>
      </index_values>
    </parameter>
    <parameter>
      <name>lambda</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>0.96e-3</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>0.4e-3</value>
      </index_values>
    </parameter>
    <parameter>
      <name>lambda_res</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>0.6e-3</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>0.024e-3</value>
      </index_values>
    </parameter>
    <parameter>
      <name>k</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>1e-6</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>1e-6</value>
      </index_values>
    </parameter>
    <parameter>
      <name>gc</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>0.0006757</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>8</value>
      </index_values>
    </parameter>
    <parameter>
      <name>ls</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>3</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>3</value>
      </index_values>
    </parameter>
    <parameter>
      <name>M</name>
      <type>Group</type>
      <group_id_property>MaterialIDs</group_id_property>
      <index_values>
        <index>0</index>
        <value>1e6</value>
      </index_values>
      <index_values>
        <index>1</index>
        <value>1e6</value>
      </index_values>
    </parameter>
    <parameter>
      <name>temperature_ic</name>
      <type>Constant</type>
      <value>0</value>
    </parameter>
    <parameter>
      <name>temperature_bc</name>
      <type>CurveScaled</type>
      <curve>Dirichlet_temporal</curve>
      <parameter>Dirichlet_spatial</parameter>
    </parameter>
    <parameter>
      <name>displacement0</name>
      <type>Constant</type>
      <values>0 0</values>
    </parameter>
    <parameter>
      <name>phasefield_ic</name>
      <type>Constant</type>
      <value>1</value>
    </parameter>
    <parameter>
      <name>dirichlet0</name>
      <type>Constant</type>
      <value>0</value>
    </parameter>
    <parameter>
      <name>neumann_force_top</name>
      <type>Constant</type>
      <value>0.2</value>
    </parameter>
    <parameter>
      <name>Dirichlet_spatial</name>
      <type>Constant</type>
      <value>1</value>
    </parameter>
  </parameters>
  <curves>
    <curve>
      <name>Dirichlet_temporal</name>
      <coords>0 100</coords>
      <values>0 15</values>
    </curve>
  </curves>
  <process_variables>
    <process_variable>
      <name>temperature</name>
      <components>1</components>
      <order>1</order>
      <initial_condition>temperature_ic</initial_condition>
      <boundary_conditions>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>rightl</geometry>
          <type>Dirichlet</type>
          <parameter>temperature_bc</parameter>
        </boundary_condition>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>rightm</geometry>
          <type>Dirichlet</type>
          <parameter>temperature_bc</parameter>
        </boundary_condition>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>rightu</geometry>
          <type>Dirichlet</type>
          <parameter>temperature_bc</parameter>
        </boundary_condition>
      </boundary_conditions>
    </process_variable>
    <process_variable>
      <name>displacement</name>
      <components>2</components>
      <order>1</order>
      <initial_condition>displacement0</initial_condition>
      <boundary_conditions>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>bottom</geometry>
          <type>Dirichlet</type>
          <component>1</component>
          <parameter>dirichlet0</parameter>
        </boundary_condition>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>left</geometry>
          <type>Dirichlet</type>
          <component>0</component>
          <parameter>dirichlet0</parameter>
        </boundary_condition>
      </boundary_conditions>
    </process_variable>
    <process_variable>
      <name>phasefield</name>
      <components>1</components>
      <order>1</order>
      <initial_condition>phasefield_ic</initial_condition>
      <boundary_conditions>
        <boundary_condition>
          <geometrical_set>square_1x1_geometry</geometrical_set>
          <geometry>bottom</geometry>
          <type>PhaseFieldIrreversibleDamageOracleBoundaryCondition</type>
          <component>0</component>
        </boundary_condition>
      </boundary_conditions>
    </process_variable>
  </process_variables>
  <nonlinear_solvers>
    <nonlinear_solver>
      <name>basic_newton_T</name>
      <type>Newton</type>
      <max_iter>500</max_iter>
      <linear_solver>linear_solver_T</linear_solver>
    </nonlinear_solver>
    <nonlinear_solver>
      <name>basic_newton_u</name>
      <type>Newton</type>
      <max_iter>500</max_iter>
      <linear_solver>linear_solver_u</linear_solver>
    </nonlinear_solver>
    <nonlinear_solver>
      <name>basic_newton_d</name>
      <type>Newton</type>
      <max_iter>500</max_iter>
      <linear_solver>linear_solver_d</linear_solver>
    </nonlinear_solver>
  </nonlinear_solvers>
  <linear_solvers>
    <linear_solver>
      <name>linear_solver_T</name>
      <eigen>
        <solver_type>SparseLU</solver_type>
      </eigen>
    </linear_solver>
    <linear_solver>
      <name>linear_solver_u</name>
      <eigen>
        <solver_type>SparseLU</solver_type>
      </eigen>
    </linear_solver>
    <linear_solver>
      <name>linear_solver_d</name>
      <eigen>
        <solver_type>SparseLU</solver_type>
      </eigen>
    </linear_solver>
  </linear_solvers>
</OpenGeoSysProject>