Skip to content

Commit a43fb81

Browse files
authored
Merge pull request #6743 from tjhei/presc-vel-mod-tests
change tests to increase constrained velocities
2 parents 5458802 + 99f9e17 commit a43fb81

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

tests/prescribed_solution_velocity_function_box.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ subsection Prescribed solution
9696
end
9797
subsection Function
9898
set Variable names = x,y,t
99-
set Function expression = y*t;x*t
99+
set Function expression = y*(1+t);x*t
100100
end
101101
end
102102
end

tests/prescribed_solution_velocity_function_box/screen-output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Number of degrees of freedom: 1,836 (1,122+153+561)
1818
Solving Stokes system (GMG)... 8+0 iterations.
1919

2020
Postprocessing:
21-
RMS, max velocity: 8.71e+05 m/s, 2.25e+06 m/s
21+
RMS, max velocity: 1.11e+06 m/s, 2.25e+06 m/s
2222
Temperature min/avg/max: 273 K, 1555 K, 2014 K
23-
Heat fluxes through boundary parts: 0 W, 0 W, 6.261e+20 W, -2.798e+12 W
23+
Heat fluxes through boundary parts: 0 W, 0 W, 6.261e+20 W, -2.948e+12 W
2424
Writing graphical output: output-prescribed_solution_velocity_function_box/solution/solution-00001
2525
Writing heat flux map output-prescribed_solution_velocity_function_box/heat_flux.00001
2626

tests/prescribed_solution_velocity_function_box_year.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ subsection Prescribed solution
9797
end
9898
subsection Function
9999
set Variable names = x,y,t
100-
set Function expression = y*t/1e11;x*t/1e11
100+
set Function expression = y*(3.154e7+t)/1e11;x*t/1e11
101101
end
102102
end
103103
end

tests/prescribed_solution_velocity_function_box_year/screen-output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Number of degrees of freedom: 1,836 (1,122+153+561)
1515

1616
*** Timestep 1: t=100000 years, dt=100000 years
1717
Solving temperature system... 6 iterations.
18-
Solving Stokes system (GMG)... 8+0 iterations.
18+
Solving Stokes system (GMG)... 7+0 iterations.
1919

2020
Postprocessing:
21-
RMS, max velocity: 0.871 m/year, 2.25 m/year
21+
RMS, max velocity: 126 m/year, 356 m/year
2222
Temperature min/avg/max: 273 K, 1555 K, 2014 K
2323
Heat fluxes through boundary parts: 0 W, 0 W, 1.972e+07 W, 1.998e+05 W
2424
Writing graphical output: output-prescribed_solution_velocity_function_box_year/solution/solution-00001

tests/prescribed_solution_velocity_function_chunk.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ subsection Prescribed solution
105105
subsection Function
106106
set Variable names = r, phi, t
107107
set Function constants = Ro=6371e3, Ri=5371e3, phi_min = 1.3962634016
108-
set Function expression = (r-Ri)*t;((phi-phi_min)*Ro)*t
108+
set Function expression = (r-Ri)*t;((phi-phi_min)*Ro)*(1+t)
109109
end
110110
end
111111
end

tests/prescribed_solution_velocity_function_chunk/screen-output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Number of degrees of freedom: 1,836 (1,122+153+561)
1818
Solving Stokes system (GMG)... 8+0 iterations.
1919

2020
Postprocessing:
21-
RMS, max velocity: 9.49e+05 m/year, 2.54e+06 m/year
21+
RMS, max velocity: 1.77e+06 m/year, 5.07e+06 m/year
2222
Temperature min/avg/max: 273 K, 1552 K, 2014 K
23-
Heat fluxes through boundary parts: 2.071e+13 W, 2.542e+12 W, 0 W, 0 W
23+
Heat fluxes through boundary parts: 4.139e+13 W, 2.542e+12 W, 0 W, 0 W
2424
Writing graphical output: output-prescribed_solution_velocity_function_chunk/solution/solution-00001
2525
Writing heat flux map output-prescribed_solution_velocity_function_chunk/heat_flux.00001
2626

0 commit comments

Comments
 (0)