-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bgr_cl_benchmark' into 'master'
[RT/Docu] add a reactive transport benchmark of co2 injection See merge request ogs/ogs!4729
- Loading branch information
Showing
24 changed files
with
4,940 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 155 additions & 0 deletions
155
Tests/Data/Parabolic/ComponentTransport/ReactiveTransport/CO2Injection/01_timestepping.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
<global_process_coupling> | ||
<max_iter>6</max_iter> | ||
<convergence_criteria> | ||
<!-- convergence criterion for the first process (P) --> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<!-- convergence criterion for the second process (C(4)) --> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<!-- convergence criterion for the second process (Ca) --> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<!-- convergence criterion for the second process (H) --> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
</convergence_criteria> | ||
</global_process_coupling> | ||
<processes> | ||
<!-- convergence criterion for hydraulic equation --> | ||
<process ref="hc"> | ||
<nonlinear_solver>basic_picard</nonlinear_solver> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<time_discretization> | ||
<type>BackwardEuler</type> | ||
</time_discretization> | ||
<time_stepping> | ||
<type>FixedTimeStepping</type> | ||
<t_initial>0.0</t_initial> | ||
<t_end>30000</t_end> | ||
<timesteps> | ||
<pair> | ||
<repeat>10</repeat> | ||
<delta_t>10</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>14</repeat> | ||
<delta_t>100</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>1</repeat> | ||
<delta_t>1500</delta_t> | ||
</pair> | ||
</timesteps> | ||
</time_stepping> | ||
</process> | ||
<!-- convergence criterion for component transport equation (C(4)) --> | ||
<process ref="hc"> | ||
<nonlinear_solver>basic_picard</nonlinear_solver> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<time_discretization> | ||
<type>BackwardEuler</type> | ||
</time_discretization> | ||
<time_stepping> | ||
<type>FixedTimeStepping</type> | ||
<t_initial>0.0</t_initial> | ||
<t_end>30000</t_end> | ||
<timesteps> | ||
<pair> | ||
<repeat>10</repeat> | ||
<delta_t>10</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>14</repeat> | ||
<delta_t>100</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>1</repeat> | ||
<delta_t>1500</delta_t> | ||
</pair> | ||
</timesteps> | ||
</time_stepping> | ||
</process> | ||
<!-- convergence criterion for component transport equation (Ca) --> | ||
<process ref="hc"> | ||
<nonlinear_solver>basic_picard</nonlinear_solver> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<time_discretization> | ||
<type>BackwardEuler</type> | ||
</time_discretization> | ||
<time_stepping> | ||
<type>FixedTimeStepping</type> | ||
<t_initial>0.0</t_initial> | ||
<t_end>30000</t_end> | ||
<timesteps> | ||
<pair> | ||
<repeat>10</repeat> | ||
<delta_t>10</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>14</repeat> | ||
<delta_t>100</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>1</repeat> | ||
<delta_t>1500</delta_t> | ||
</pair> | ||
</timesteps> | ||
</time_stepping> | ||
</process> | ||
<!-- convergence criterion for component transport equation (H) --> | ||
<process ref="hc"> | ||
<nonlinear_solver>basic_picard</nonlinear_solver> | ||
<convergence_criterion> | ||
<type>DeltaX</type> | ||
<norm_type>NORM2</norm_type> | ||
<reltol>1e-14</reltol> | ||
</convergence_criterion> | ||
<time_discretization> | ||
<type>BackwardEuler</type> | ||
</time_discretization> | ||
<time_stepping> | ||
<type>FixedTimeStepping</type> | ||
<t_initial>0.0</t_initial> | ||
<t_end>30000</t_end> | ||
<timesteps> | ||
<pair> | ||
<repeat>10</repeat> | ||
<delta_t>10</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>14</repeat> | ||
<delta_t>100</delta_t> | ||
</pair> | ||
<pair> | ||
<repeat>1</repeat> | ||
<delta_t>1500</delta_t> | ||
</pair> | ||
</timesteps> | ||
</time_stepping> | ||
</process> | ||
</processes> |
Oops, something went wrong.