#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_turbulence_sa (void) |
Solve the ![]() | |
void | cs_turbulence_sa_mu_t (void) |
Calculation of turbulent viscosity for the Spalart-Allmaras model. More... | |
void cs_turbulence_sa | ( | void | ) |
Solve the equations.
Solve the equation of , which is the scalar quantity defined by the Spalart-Allmaras model for one time-step.
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 !
void cs_turbulence_sa_mu_t | ( | void | ) |
Calculation of turbulent viscosity for the Spalart-Allmaras model.