Skip to content
Snippets Groups Projects
Commit cd94abd5 authored by wenqing's avatar wenqing
Browse files

[Test] Modified the project files and some parameter documentations

parent d9a24a2f
No related branches found
No related tags found
No related merge requests found
Defines the convergence criteria of the global un-coupling loop of the staggered Defines the convergence criteria of all coupled processes in the staggered
scheme. scheme.
\ No newline at end of file
Defines the convergence criterion for each weakly coupled process. Defines the convergence criterion of each process in the staggered scheme.
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<geometry>bar.gml</geometry> <geometry>bar.gml</geometry>
<processes> <processes>
<process> <process>
<name>HM</name> <name>InjectionProduction1D</name>
<type>HYDRO_MECHANICS</type> <type>HYDRO_MECHANICS</type>
<coupling_scheme>staggered</coupling_scheme> <coupling_scheme>staggered</coupling_scheme>
<integration_order>3</integration_order> <integration_order>3</integration_order>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<processes> <processes>
<!--For the equations of pressure--> <!--For the equations of pressure-->
<process ref="HM"> <process ref="InjectionProduction1D">
<nonlinear_solver>basic_newton_p</nonlinear_solver> <nonlinear_solver>basic_newton_p</nonlinear_solver>
<convergence_criterion> <convergence_criterion>
<type>DeltaX</type> <type>DeltaX</type>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</time_stepping> </time_stepping>
</process> </process>
<!--For the equations of deformation--> <!--For the equations of deformation-->
<process ref="HM"> <process ref="InjectionProduction1D">
<nonlinear_solver>basic_newton_u</nonlinear_solver> <nonlinear_solver>basic_newton_u</nonlinear_solver>
<convergence_criterion> <convergence_criterion>
<type>DeltaX</type> <type>DeltaX</type>
...@@ -274,7 +274,6 @@ ...@@ -274,7 +274,6 @@
<linear_solvers> <linear_solvers>
<linear_solver> <linear_solver>
<name>linear_solver_p</name> <name>linear_solver_p</name>
<lis>-i bicg -p jacobi -tol 1e-10 -maxiter 10000</lis>
<eigen> <eigen>
<solver_type>CG</solver_type> <solver_type>CG</solver_type>
<precon_type>DIAGONAL</precon_type> <precon_type>DIAGONAL</precon_type>
...@@ -284,7 +283,6 @@ ...@@ -284,7 +283,6 @@
</linear_solver> </linear_solver>
<linear_solver> <linear_solver>
<name>linear_solver_u</name> <name>linear_solver_u</name>
<lis>-i bicg -p jacobi -tol 1e-16 -maxiter 10000</lis>
<eigen> <eigen>
<solver_type>BiCGSTAB</solver_type> <solver_type>BiCGSTAB</solver_type>
<precon_type>ILUT</precon_type> <precon_type>ILUT</precon_type>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<geometry>bar.gml</geometry> <geometry>bar.gml</geometry>
<processes> <processes>
<process> <process>
<name>HM</name> <name>InjectionProduction1D</name>
<type>HYDRO_MECHANICS</type> <type>HYDRO_MECHANICS</type>
<integration_order>3</integration_order> <integration_order>3</integration_order>
<dimension>2</dimension> <dimension>2</dimension>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<time_loop> <time_loop>
<processes> <processes>
<!--For the equations of deformation--> <!--For the equations of deformation-->
<process ref="HM"> <process ref="InjectionProduction1D">
<nonlinear_solver>basic_newton_u</nonlinear_solver> <nonlinear_solver>basic_newton_u</nonlinear_solver>
<convergence_criterion> <convergence_criterion>
<type>DeltaX</type> <type>DeltaX</type>
...@@ -228,7 +228,6 @@ ...@@ -228,7 +228,6 @@
<linear_solvers> <linear_solvers>
<linear_solver> <linear_solver>
<name>linear_solver_p</name> <name>linear_solver_p</name>
<lis>-i bicg -p jacobi -tol 1e-10 -maxiter 10000</lis>
<eigen> <eigen>
<solver_type>CG</solver_type> <solver_type>CG</solver_type>
<precon_type>DIAGONAL</precon_type> <precon_type>DIAGONAL</precon_type>
...@@ -238,7 +237,6 @@ ...@@ -238,7 +237,6 @@
</linear_solver> </linear_solver>
<linear_solver> <linear_solver>
<name>linear_solver_u</name> <name>linear_solver_u</name>
<lis>-i bicg -p jacobi -tol 1e-16 -maxiter 10000</lis>
<eigen> <eigen>
<solver_type>BiCGSTAB</solver_type> <solver_type>BiCGSTAB</solver_type>
<precon_type>ILUT</precon_type> <precon_type>ILUT</precon_type>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment