Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/prescribed_solution_velocity_function_box.prm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ subsection Prescribed solution
end
subsection Function
set Variable names = x,y,t
set Function expression = y*t;x*t
set Function expression = y*(1+t);x*t
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions tests/prescribed_solution_velocity_function_box/screen-output
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Number of degrees of freedom: 1,836 (1,122+153+561)
Solving Stokes system (GMG)... 8+0 iterations.

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

Expand Down
2 changes: 1 addition & 1 deletion tests/prescribed_solution_velocity_function_box_year.prm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ subsection Prescribed solution
end
subsection Function
set Variable names = x,y,t
set Function expression = y*t/1e11;x*t/1e11
set Function expression = y*(3.154e7+t)/1e11;x*t/1e11
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Number of degrees of freedom: 1,836 (1,122+153+561)

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

Postprocessing:
RMS, max velocity: 0.871 m/year, 2.25 m/year
RMS, max velocity: 126 m/year, 356 m/year
Temperature min/avg/max: 273 K, 1555 K, 2014 K
Heat fluxes through boundary parts: 0 W, 0 W, 1.972e+07 W, 1.998e+05 W
Writing graphical output: output-prescribed_solution_velocity_function_box_year/solution/solution-00001
Expand Down
2 changes: 1 addition & 1 deletion tests/prescribed_solution_velocity_function_chunk.prm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ subsection Prescribed solution
subsection Function
set Variable names = r, phi, t
set Function constants = Ro=6371e3, Ri=5371e3, phi_min = 1.3962634016
set Function expression = (r-Ri)*t;((phi-phi_min)*Ro)*t
set Function expression = (r-Ri)*t;((phi-phi_min)*Ro)*(1+t)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Number of degrees of freedom: 1,836 (1,122+153+561)
Solving Stokes system (GMG)... 8+0 iterations.

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

Expand Down