-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification on Non-Dimensionalization in Elixir Navier-Stokes Example #2169
Comments
(Not a developer, but an active user; maybe someone will correct me): the end-user of Trixi is expected to take care of all the non-dimensionalization themselves and to ensure it is consistent. One could run Trixi even in non-scaled variables (but round-off errors might become an issue). |
See also #2095. |
But the Reynolds number can be incorporated into |
Clarification on Non-Dimensionalization in Elixir Navier-Stokes Example
Hi,
I’m working on understanding the non-dimensionalization process for the Navier-Stokes equations in the example
elixir_navierstokes_taylor_green_vortex
, specifically the parametermu = 6.25e-4
, which corresponds toRe = 1600
.It appears that the viscosity
mu
is directly set as1/Re
. However, I would like to clarify the following:U_ref
) and reference length (L_ref
) used in the non-dimensionalization process?A detailed explanation of how
mu
andRe
relate to the non-dimensionalization choices in this context would be very helpful.Thank you !
The text was updated successfully, but these errors were encountered: