Skip to content

update develop #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 18, 2022
Prev Previous commit
Merge branch 'develop' into master
  • Loading branch information
pcarruscag authored Aug 18, 2022
commit e7ab81c242c99b0fb22da89c5c7793894c57ccf5
3 changes: 2 additions & 1 deletion _docs_v7/Theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ Within the `INC_EULER` solver, we discretize the equations in space using a fini

Available for `RANS`, `INC_RANS`.

The Shear Stress Transport (SST) model of Menter and the Spalart-Allmaras (S-A) model are two of the most common and widely used turbulence models. The S-A and SST standard models, along with several variants, are implemented in SU2. The reader is referred to the [NASA Turbulence Modeling Resource](https://turbmodels.larc.nasa.gov/index.html) (TMR) for the details of each specific model, as the versions in SU2 are implemented according to the well-described formulations found there.
SU2 implements several variants of the SST and SA turbulence models, for specifics of the models please see the [NASA Turbulence Modeling Resource](https://turbmodels.larc.nasa.gov/index.html) (TMR).
For information on how to use turbulence models in SU2 see the [users guide](https://su2code.github.io/docs_v7/Physical-Definition/).

The edge-based finite volume discretization of flow solvers is also used in turbulence solvers. Convective fluxes are evaluated using a scalar upwind scheme (1st or 2nd order).

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.