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
I tested with the naca0012 mesh but found the solution not satisfactory. Is it because this code can not apply to non-cartesian mesh yet ? If I want to add this feature, which part of the code should I modify?
The text was updated successfully, but these errors were encountered:
2012ZGZYY
changed the title
can this solver solve problems on unstructured mesh?
Can this solver solve problems on non-cartesian mesh?
Apr 8, 2018
DG requires high order meshes atleast on curved boundaries. I.e., one has to use isoparametric elements. For general shapes like airfoils, this is not so easy. If you have an equation of boundary like y = f(x), then you can implement curved boundary by projecting the boundary edge onto the true boundary.
I tested with the naca0012 mesh but found the solution not satisfactory. Is it because this code can not apply to non-cartesian mesh yet ? If I want to add this feature, which part of the code should I modify?
The text was updated successfully, but these errors were encountered: