You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: