Conversation
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
|
You need to change the .yml files for the dropdown menus |
Signed-off-by: jtneedels <jneedels@stanford.edu>
|
Thanks @pcarruscag , PLTA, I think I addressed your comment above. Any other changes needed? |
pcarruscag
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
| 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. |
Adding NEMO tutorials, starting with inviscid wedge case. See addition of files to tutorial repo: su2code/Tutorials#37