Skip to content
Snippets Groups Projects
Commit 3f517862 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/TES] Change time stepping for Zeolite Newton.

Update the ctest config for updated time step output.
The reference files are still the same, no changes required.
parent f63a01bb
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ AddTest( ...@@ -35,10 +35,10 @@ AddTest(
TESTER vtkdiff TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA DIFF_DATA
tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_ts_32_t_0.100000.vtu pressure pressure 1.5e-3 1.5e-3 tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_t_0.100000.vtu pressure pressure 1.5e-3 1.5e-3
tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_ts_32_t_0.100000.vtu temperature temperature 1.5e-3 1.5e-3 tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_t_0.100000.vtu temperature temperature 1.5e-3 1.5e-3
# tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_ts_32_t_0.100000.vtu vapour_partial_pressure vapour_partial_pressure 1.5e-3 1.5e-3 # tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_t_0.100000.vtu vapour_partial_pressure vapour_partial_pressure 1.5e-3 1.5e-3
tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_ts_32_t_0.100000.vtu solid_density solid_density 1.5e-3 1.5e-3 tes_zeolite_discharge_small_ts_19_t_0_100000.vtu tes_zeolite_discharge_small_newton_t_0.100000.vtu solid_density solid_density 1.5e-3 1.5e-3
) )
......
...@@ -73,13 +73,9 @@ ...@@ -73,13 +73,9 @@
<delta_t> 0.002 </delta_t> <delta_t> 0.002 </delta_t>
</pair> </pair>
<pair> <pair>
<repeat> 10 </repeat> <repeat> 12 </repeat>
<delta_t> 0.005 </delta_t> <delta_t> 0.005 </delta_t>
</pair> </pair>
<pair>
<repeat> 1 </repeat>
<delta_t> 0.01 </delta_t>
</pair>
</timesteps> </timesteps>
</time_stepping> </time_stepping>
</process> </process>
...@@ -87,6 +83,7 @@ ...@@ -87,6 +83,7 @@
<output> <output>
<type>VTK</type> <type>VTK</type>
<prefix>tes_zeolite_discharge_small_newton</prefix> <prefix>tes_zeolite_discharge_small_newton</prefix>
<suffix>_t_{:time}</suffix>
<timesteps> <timesteps>
<!-- only output last timestep --> <!-- only output last timestep -->
<pair> <pair>
...@@ -108,7 +105,6 @@ ...@@ -108,7 +105,6 @@
<variable> relative_humidity </variable> <variable> relative_humidity </variable>
<variable> reaction_damping_factor </variable> <variable> reaction_damping_factor </variable>
</variables> </variables>
<suffix>_ts_{:timestep}_t_{:time}</suffix>
</output> </output>
</time_loop> </time_loop>
<parameters> <parameters>
......
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