◐ Shell
clean mode source ↗

Feature nemo tutorial by jtneedels · Pull Request #120 · su2code/su2code.github.io

@jtneedels

Adding NEMO tutorials, starting with inviscid wedge case. See addition of files to tutorial repo: su2code/Tutorials#37

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>

@pcarruscag

Signed-off-by: jtneedels <jneedels@stanford.edu>

@jtneedels

Thanks @pcarruscag , PLTA, I think I addressed your comment above. Any other changes needed?

pcarruscag

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

@pcarruscag

It the files are all in master, then merge this to master instead, and you can directly check if everything is ok

@jtneedels

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.

WallyMaier

## 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

WallyMaier

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.

@bigfooted

@jtneedels, are there still things to be done for this tutorial?

@jtneedels

@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

August 30, 2025 16:27