#include "cs_defs.h"
Include dependency graph for cs_turbulence_sa.h:Go to the source code of this file.
Functions | |
| void | cs_turbulence_sa (cs_lnum_t ncesmp, cs_lnum_t icetsm[], int itypsm[], const cs_real_t dt[], cs_real_t smacel[], const int b_face_type[]) |
| Solve the | |
| void cs_turbulence_sa | ( | cs_lnum_t | ncesmp, |
| cs_lnum_t | icetsm[], | ||
| int | itypsm[], | ||
| const cs_real_t | dt[], | ||
| cs_real_t | smacel[], | ||
| const int | b_face_type[] | ||
| ) |
Solve the
equations.
Solve the equation of
, which is the scalar quantity defined by the Spalart-Allmaras model for one time-step.
| [in] | ncesmp | number of cells with mass source term |
| [in] | icetsm | index of cells with mass source term |
| [in] | itypsm | mass source type for the variables size: [nvar][ncesmp] |
| [in] | dt | time step (per cell) |
| [in] | smacel | values of the variables associated to the mass source (for the pressure variable, smacel is the mass flux) size: [nvar][ncesmp] |
| [in] | b_face_type | boundary face types |
omega² = vort and the trace of the velocity gradient = tr_gr_u are available The explicit part is stored in st_exp The implicit part is stored in st_imp !