Skip to content

Commit d8a122a

Browse files
committed
change tests to increase constrained velocities
1 parent da5c980 commit d8a122a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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_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)