Feature nemo tutorial by jtneedels · Pull Request #120 · su2code/su2code.github.io
Adding NEMO tutorials, starting with inviscid wedge case. See addition of files to tutorial repo: su2code/Tutorials#37
Thanks @pcarruscag , PLTA, I think I addressed your comment above. Any other changes needed?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but if the links point to new files you may want to merge the other PRs first
It the files are all in master, then merge this to master instead, and you can directly check if everything is ok
Thanks Pedro, yeah links point to files that are being uploaded in a separate PR - I'll make sure that PR gets merged first then merge to master here.
| ## Goals | ||
|
|
||
| Upon completion of this tutorial, the user will be familar with performing a simulation of external, inviscid flow over a 2D geometry using the NEMO Euler solver. The specific geometry chosen for the tutorial is a 10 degree wedge. Consequently, the following capabilities of SU2 will be showcased in the tutorial: | ||
| - Steady, 2D thermochenical nonequilibrium Euler equations |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a bullet mentioning using the native/mpp library here
| TIME_DISCRE_FLOW= EULER_IMPLICIT | ||
| ``` | ||
|
|
||
| In general, users can choose from explicit or implicit time integration schemes. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In general, users can choose from explicit or implicit time integration schemes. | |
| In general, users can choose from any explicit or implicit time integration schemes in SU2. |
@jtneedels, are there still things to be done for this tutorial?
@bigfooted Yeah, I think we actually want to switch to another test case for the tutorial - this case doesn't have great convergence.
Base automatically changed from develop to master