OGS
|
<OpenGeoSysProject>
<meshes>
<mesh>2DPlanarPermeableFracture.vtu</mesh>
<mesh>2DPlanarPermeableFracture_top.vtu</mesh>
<mesh>2DPlanarPermeableFracture_bottom.vtu</mesh>
<mesh>2DPlanarPermeableFracture_left.vtu</mesh>
<mesh>2DPlanarPermeableFracture_right.vtu</mesh>
</meshes>
<processes>
<process>
<name>ff</name>
<type>StokesFlow</type>
<use_stokes_brinkman_form>true</use_stokes_brinkman_form>
<integration_order>3</integration_order>
<process_variables>
<liquid_velocity>liquid_velocity</liquid_velocity>
<pressure>pressure</pressure>
</process_variables>
<specific_body_force>0 0</specific_body_force>
</process>
</processes>
<media>
<medium id="0">
<phases>
<phase>
<type>AqueousLiquid</type>
<properties>
<property>
<name>viscosity</name>
<type>Constant</type>
<value>1e-3</value>
</property>
</properties>
</phase>
</phases>
<properties>
<property>
<name>permeability</name>
<type>Parameter</type>
<parameter_name>kappa0</parameter_name>
</property>
</properties>
</medium>
<medium id="1">
<phases>
<phase>
<type>AqueousLiquid</type>
<properties>
<property>
<name>viscosity</name>
<type>Constant</type>
<value>1e-3</value>
</property>
</properties>
</phase>
</phases>
<properties>
<property>
<name>permeability</name>
<type>Parameter</type>
<parameter_name>kappa1</parameter_name>
</property>
</properties>
</medium>
</media>
<time_loop>
<processes>
<process ref="ff">
<nonlinear_solver>basic_picard</nonlinear_solver>
<convergence_criterion>
<type>PerComponentDeltaX</type>
<norm_type>NORM2</norm_type>
<abstols>1.e-9 1.e-9 1.e-6</abstols>
</convergence_criterion>
<time_discretization>
<type>BackwardEuler</type>
</time_discretization>
<time_stepping>
<type>FixedTimeStepping</type>
<t_initial>0</t_initial>
<t_end>2</t_end>
<timesteps>
<pair>
<repeat>2</repeat>
<delta_t>1</delta_t>
</pair>
</timesteps>
</time_stepping>
</process>
</processes>
<output>
<type>VTK</type>
<prefix>2DPlanarPermeableFracture</prefix>
<suffix>ts{:timestep}_t_{:time}</suffix>
<timesteps>
<pair>
<repeat>2</repeat>
<each_steps>1</each_steps>
</pair>
</timesteps>
<variables>
<variable>liquid_velocity</variable>
<variable>pressure</variable>
<variable>pressure_interpolated</variable>
</variables>
</output>
</time_loop>
<parameters>
<parameter>
<name>kappa0</name>
<type>Constant</type>
<values>1.52e-12</values>
</parameter>
<parameter>
<name>kappa1</name>
<type>Constant</type>
<values>1e8</values>
</parameter>
<parameter>
<name>Dirichlet0</name>
<type>Constant</type>
<value>0</value>
</parameter>
<parameter>
<name>v0</name>
<type>Constant</type>
<values>0 0</values>
</parameter>
<parameter>
<name>p0</name>
<type>Constant</type>
<value>1e5</value>
</parameter>
<parameter>
<name>v_x_in</name>
<type>Constant</type>
<value>4e-4</value>
</parameter>
<parameter>
<name>p_out</name>
<type>Constant</type>
<value>1e5</value>
</parameter>
</parameters>
<process_variables>
<process_variable>
<name>liquid_velocity</name>
<components>2</components>
<order>2</order>
<initial_condition>v0</initial_condition>
<boundary_conditions>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_top</mesh>
<type>Dirichlet</type>
<component>0</component>
<parameter>Dirichlet0</parameter>
</boundary_condition>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_bottom</mesh>
<type>Dirichlet</type>
<component>0</component>
<parameter>Dirichlet0</parameter>
</boundary_condition>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_top</mesh>
<type>Dirichlet</type>
<component>1</component>
<parameter>Dirichlet0</parameter>
</boundary_condition>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_bottom</mesh>
<type>Dirichlet</type>
<component>1</component>
<parameter>Dirichlet0</parameter>
</boundary_condition>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_left</mesh>
<type>Dirichlet</type>
<component>0</component>
<parameter>v_x_in</parameter>
</boundary_condition>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_left</mesh>
<type>Dirichlet</type>
<component>1</component>
<parameter>Dirichlet0</parameter>
</boundary_condition>
</boundary_conditions>
</process_variable>
<process_variable>
<name>pressure</name>
<components>1</components>
<order>1</order>
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<mesh>2DPlanarPermeableFracture_right</mesh>
<type>Dirichlet</type>
<parameter>p_out</parameter>
</boundary_condition>
</boundary_conditions>
</process_variable>
</process_variables>
<nonlinear_solvers>
<nonlinear_solver>
<name>basic_picard</name>
<type>Picard</type>
<max_iter>300</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 20000</lis>
<eigen>
<solver_type>BiCGSTAB</solver_type>
<precon_type>ILUT</precon_type>
<max_iteration_step>10000</max_iteration_step>
<error_tolerance>1e-14</error_tolerance>
</eigen>
<petsc>
<parameters>-ksp_type cg -pc_type bjacobi -ksp_atol 1e-10 -ksp_rtol 1e-8 -snes_type vinewtonssls -snes_linesearch_type l2 -snes_atol 1.e-8 -snes_rtol 1.e-8 -snes_max_it 1000 -snes_monitor</parameters>
</petsc>
</linear_solver>
</linear_solvers>
<test_definition>
<vtkdiff>
<regex>2DPlanarPermeableFracture_ts_[0-9]*_t_[0-9]*.000000.vtu</regex>
<field>pressure_interpolated</field>
<absolute_tolerance>1e-6</absolute_tolerance>
<relative_tolerance>1e-10</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>2DPlanarPermeableFracture_ts_[0-9]*_t_[0-9]*.000000.vtu</regex>
<field>liquid_velocity</field>
<absolute_tolerance>1e-10</absolute_tolerance>
<relative_tolerance>1e-16</relative_tolerance>
</vtkdiff>
</test_definition>
</OpenGeoSysProject>