OGS
cuboid_1x1x1_hex_27_Dirichlet_Dirichlet.prj
<OpenGeoSysProject>
  <meshes>
    <mesh>cuboid_1x1x1_hex_27.vtu</mesh>
    <mesh>cuboid_1x1x1_hex_27_top_boundary.vtu</mesh>
    <mesh>cuboid_1x1x1_hex_27_bottom_boundary.vtu</mesh>
  </meshes>
  <processes>
    <process>
      <name>LiquidFlow</name>
      <type>LIQUID_FLOW</type>
      <integration_order>2</integration_order>
      <process_variables>
        <process_variable>pressure</process_variable>
      </process_variables>
      <secondary_variables>
        <secondary_variable internal_name="darcy_velocity" output_name="v" />
      </secondary_variables>
      <specific_body_force>-0. 0.0 0.0</specific_body_force>
      <linear>true</linear>
    </process>
  </processes>
  <time_loop>
    <processes>
      <process ref="LiquidFlow">
        <nonlinear_solver>basic_picard</nonlinear_solver>
        <convergence_criterion>
          <type>DeltaX</type>
          <norm_type>NORM2</norm_type>
          <abstol>1.e-10</abstol>
        </convergence_criterion>
        <time_discretization>
          <type>BackwardEuler</type>
        </time_discretization>
        <time_stepping>
          <type>FixedTimeStepping</type>
          <t_initial>0.0</t_initial>
          <t_end>86400</t_end>
          <timesteps>
            <pair>
              <repeat>2</repeat>
              <delta_t>43200</delta_t>
            </pair>
          </timesteps>
        </time_stepping>
      </process>
    </processes>
    <output>
      <type>VTK</type>
      <prefix>top_boundary_to_bottom_boundary_{:meshname}</prefix>
      <suffix>ts{:timestep}_t_{:time}</suffix>
      <timesteps>
        <pair>
          <repeat>1</repeat>
          <each_steps>1</each_steps>
        </pair>
      </timesteps>
      <variables>
        <variable>pressure</variable>
        <variable>v</variable>
      </variables>
      <meshes>
        <mesh>cuboid_1x1x1_hex_27</mesh>
        <mesh>cuboid_1x1x1_hex_27_top_boundary</mesh>
        <mesh>cuboid_1x1x1_hex_27_bottom_boundary</mesh>
      </meshes>
    </output>
  </time_loop>
  <media>
    <medium id="0">
      <phases>
        <phase>
          <type>AqueousLiquid</type>
          <properties>
            <property>
              <name>viscosity</name>
              <type>Constant</type>
              <value>1.295e-4</value>
            </property>
            <property>
              <name>density</name>
              <type>Constant</type>
              <value>78.68</value>
            </property>
          </properties>
        </phase>
      </phases>
      <properties>
        <property>
          <name>permeability</name>
          <type>Constant</type>
          <value>9.2e-12 0 0 0 9.2e-12 0 0 0 9.2e-12</value>
        </property>
        <property>
          <name>reference_temperature</name>
          <type>Constant</type>
          <value>293.15</value>
        </property>
        <property>
          <name>porosity</name>
          <type>Constant</type>
          <value>1</value>
        </property>
        <property>
          <name>storage</name>
          <type>Constant</type>
          <value>0.00e-10</value>
        </property>
      </properties>
    </medium>
  </media>
  <parameters>
    <parameter>
      <name>p0</name>
      <type>Constant</type>
      <value>5e6</value>
    </parameter>
    <parameter>
      <name>top_boundary_Dirichlet</name>
      <type>Constant</type>
      <value>1e7</value>
    </parameter>
    <parameter>
      <name>bottom_boundary_Dirichlet</name>
      <type>Constant</type>
      <value>1e6</value>
    </parameter>
    <parameter>
      <name>constant_porosity_parameter</name>
      <type>Constant</type>
      <value>1</value>
    </parameter>
    <parameter>
      <name>kappa1</name>
      <type>Constant</type>
      <values>9.2e-12 0 0 0 9.2e-12 0 0 0 9.2e-12</values>
    </parameter>
    <parameter>
      <name>p_spatial</name>
      <type>Constant</type>
      <value>1</value>
    </parameter>
  </parameters>
  <process_variables>
    <process_variable>
      <name>pressure</name>
      <components>1</components>
      <order>1</order>
      <initial_condition>p0</initial_condition>
      <boundary_conditions>
        <boundary_condition>
          <mesh>cuboid_1x1x1_hex_27_top_boundary</mesh>
          <type>Dirichlet</type>
          <parameter>top_boundary_Dirichlet</parameter>
        </boundary_condition>
        <boundary_condition>
          <mesh>cuboid_1x1x1_hex_27_bottom_boundary</mesh>
          <type>Dirichlet</type>
          <parameter>bottom_boundary_Dirichlet</parameter>
        </boundary_condition>
      </boundary_conditions>
    </process_variable>
  </process_variables>
  <nonlinear_solvers>
    <nonlinear_solver>
      <name>basic_picard</name>
      <type>Picard</type>
      <max_iter>10</max_iter>
      <linear_solver>general_linear_solver</linear_solver>
    </nonlinear_solver>
  </nonlinear_solvers>
  <linear_solvers>
    <linear_solver>
      <name>general_linear_solver</name>
      <lis>-i cg -p jacobi -tol 1e-16 -maxiter 10000</lis>
      <eigen>
        <solver_type>CG</solver_type>
        <precon_type>DIAGONAL</precon_type>
        <max_iteration_step>10000</max_iteration_step>
        <error_tolerance>1e-20</error_tolerance>
      </eigen>
      <petsc>
        <prefix>lf</prefix>
        <parameters>-lf_ksp_type cg -lf_pc_type bjacobi -lf_ksp_rtol 1e-16 -lf_ksp_max_it 10000</parameters>
      </petsc>
    </linear_solver>
  </linear_solvers>
</OpenGeoSysProject>