Skip to content
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

Error calculation for Navier-Stokes (itestcase=4) #27

Open
swetarkad opened this issue Jul 1, 2022 · 1 comment
Open

Error calculation for Navier-Stokes (itestcase=4) #27

swetarkad opened this issue Jul 1, 2022 · 1 comment

Comments

@swetarkad
Copy link

swetarkad commented Jul 1, 2022

In subroutine CALCULATE_ERROR in io.f90 file, cases are considered for (itestcase.le.3) i.e. except Navier-Stokes one. Is there any particular reason why for N-S cases errors won't be calculated? Or if I simply edit this subroutine will it start working? Or are there any other means of finding these norms for N-S cases?

@TakisCFD
Copy link
Collaborator

TakisCFD commented Jul 4, 2022

This is intended for smooth flow problems where the error calculation is linked to the L2, and Linfinity norms typically used for Euler test problems and linear advection equation. You can calculate the error for Navier-Stokes as well but you will need define what your exact solution will be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants