Skip to content

Commit 4826c1d

Browse files
committed
change tests to increase constrained velocities
1 parent 5458802 commit 4826c1d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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_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*(1+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

0 commit comments

Comments
 (0)