Replies: 6 comments 12 replies
-
Assuming the difference in qtl appears after the first timestep: Does the temperature match? |
Beta Was this translation helpful? Give feedback.
-
How about |
Beta Was this translation helpful? Give feedback.
-
Hi Stefan, I'm curious if there is any update? I tried using the next branch v24.0.2 (sha:0003f4ae) and also find a solution that differs considerably from nek5000. The case files originally provided are set up to run the single time step and output the divergence. I'm also happy to run any additional tests that might help resolve the discrepancy. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @stgeke @bnkeeton I started recently a project for low mach and I was wondering If I can get some reference paper containing the system of equations solved in NekRS low mach solver. Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
There is a chapter here:
[cid:8ba6557d-4b34-4a77-bed1-34cf9779b08d]
And another 2017 article here:
https://www.mcs.anl.gov/~fischer/pubhtml/ccfd.pdf
Recent Developments in Spectral Element Simulations of Moving-Domain Problems - Argonne National Laboratory<https://www.mcs.anl.gov/~fischer/pubhtml/ccfd.pdf>
Recent Developments in Spectral Element Simulations of Moving-Domain Problems Paul Fischer, Martin Schmitt, and Ananias Tomboulides Abstract Presented here are recent developments in spectral element methods for
www.mcs.anl.gov
hth,
Paul
…________________________________
From: raj-brown ***@***.***>
Sent: Monday, April 14, 2025 12:50 PM
To: Nek5000/nekRS ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [Nek5000/nekRS] Inconsistent thermal divergence in low-Mach formulation (Discussion #586)
Hi @stgeke<https://urldefense.com/v3/__https://github.com/stgeke__;!!DZ3fjg!4JtyRFly6GK2mAO51btumn3YV39zYfShbn6TFPwsNf7-usWmGW1I2ChIQidLHDntB51xS3cIIC31Fz8RsPTXnOp6z7s$> @bnkeeton<https://urldefense.com/v3/__https://github.com/bnkeeton__;!!DZ3fjg!4JtyRFly6GK2mAO51btumn3YV39zYfShbn6TFPwsNf7-usWmGW1I2ChIQidLHDntB51xS3cIIC31Fz8RsPTX3qMp1dY$> I started recently a project for low mach and I was wondering If I can get some reference paper containing the system of equations solved in NekRS low mach solver. Thank you very much!
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/Nek5000/nekRS/discussions/586*discussioncomment-12832499__;Iw!!DZ3fjg!4JtyRFly6GK2mAO51btumn3YV39zYfShbn6TFPwsNf7-usWmGW1I2ChIQidLHDntB51xS3cIIC31Fz8RsPTX43WR0Mc$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ACV35EPN7CFQ75YWEUTTUJL2ZPYPFAVCNFSM6AAAAABOOKNKESVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBTGI2DSOI__;!!DZ3fjg!4JtyRFly6GK2mAO51btumn3YV39zYfShbn6TFPwsNf7-usWmGW1I2ChIQidLHDntB51xS3cIIC31Fz8RsPTXiX7x_e8$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks Prof. Fischer @fischer1 ! I think the link to chapter got mangled It shows |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the low-Mach formulation in nekRS v23 and found that the evaluation of the thermal divergence seems incorrect for the problem I'm working on. To test this, I've set up a very simple case in a cylindrical domain with a stagnant initial flow superimposed by a spherical hot spot. I run the case for a single small time step, and then output the thermal divergence and compare it to the identical case run with nek5000 by plotting along the line [0,0,0] to [6,0,0]. I have confirmed through separate software that the nek5000 solution is correct. A plot showing the discrepancy is attached, along with both sets of case files. The red curve represents the correct, symmetrical nek5000 thermal divergence, and the blue is nekRS.
One additional item I found interesting is that if you set the thermal conductivity
k1
to be constant by changingsigma1=0
in both cases, the two codes then produce identical values for the divergence. I tried inspecting the relevant kernelqtlHex3D
but I do not see anything off.nek5000_jet_1.zip
nekrs_jet_1.zip
Thanks,
Ben Keeton
Beta Was this translation helpful? Give feedback.
All reactions