Clarification question about conj_ht
test
#613
aprilnovak
started this conversation in
General
Replies: 1 comment 1 reply
-
This is a regression test comparing the solution against nek5000.
…On Fri, 3 Jan 2025 at 23:44, April Novak ***@***.***> wrote:
For the conj_ht CI test, what is the significance of the numbers used for
checking the solution? Is there an analytic solution for this flow, or were
these just numbers selected at the time the test was created based on a
“reasonable” looking solution? Asking in order to support SQA NEAMS
milestones.
NekRS checks that the following are satisfied:
- Temperature at (x,y,z) = (4, 4, 4) is 13.921
- Temperature at (x,y,z) = (-0.25, 0.25, 1) is 0.00133
- Temperature at (x,y,z) = (0.5, 0.5, 0.5) is 9.62969
There are some checks on norms of velocity and temperature as well. Where
do these numbers (2.06559 and 5.16746) come from?
vxErr = abs((err[0] - 2.06559) / err[0]);
sErr = abs((err[1] - 5.16746) / err[1]);
Thank you!
—
Reply to this email directly, view it on GitHub
<#613>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN2M743ACDWQL27R2677M32I4HEFAVCNFSM6AAAAABUSOJOZGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXG43TKOBTGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the
conj_ht
CI test, what is the significance of the numbers used for checking the solution? Is there an analytic solution for this flow, or were these just numbers selected at the time the test was created based on a “reasonable” looking solution? Asking in order to support SQA NEAMS milestones.NekRS checks that the following are satisfied:
There are some checks on norms of velocity and temperature as well. Where do these numbers (2.06559 and 5.16746) come from?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions