#include "base/cs_base.h"
Include dependency graph for cs_les_mu_t.h:Go to the source code of this file.
Functions | |
| void | cs_les_mu_t_smago_dyn_prepare (cs_real_t s_n[], cs_real_t sf_n[], cs_real_3_t *f_vel, cs_real_t mijmij[], cs_real_t mijlij[]) |
| void | cs_les_mu_t_smago_dyn (void) |
| Computation of the turbulent viscosity for a dynamic Smagorinsky LES model. More... | |
| void | cs_les_mu_t_smago_const (void) |
| Computation of turbulent viscosity for a Smagorinsky LES model. More... | |
| void | cs_les_mu_t_wale (void) |
| Compute the turbulent viscosity for the WALE LES model. More... | |
| void | cs_les_mu_t_ksgs (void) |
| Computation of turbulent viscosity for a k-SGS LES model ! More... | |
| void | cs_les_mu_t_tausgs (void) |
| Computation of turbulent viscosity for a tau-SGS LES model ! More... | |
| void cs_les_mu_t_ksgs | ( | void | ) |
Computation of turbulent viscosity for a k-SGS LES model !
| void cs_les_mu_t_smago_const | ( | void | ) |
Computation of turbulent viscosity for a Smagorinsky LES model.
!
| void cs_les_mu_t_smago_dyn | ( | void | ) |
Computation of the turbulent viscosity for a dynamic Smagorinsky LES model.
Please refer to the dynamic Smagorinsky model section of the theory guide for more informations.
!
| void cs_les_mu_t_smago_dyn_prepare | ( | cs_real_t | s_n[], |
| cs_real_t | sf_n[], | ||
| cs_real_3_t * | f_vel, | ||
| cs_real_t | mijmij[], | ||
| cs_real_t | mijlij[] | ||
| ) |
| void cs_les_mu_t_tausgs | ( | void | ) |
Computation of turbulent viscosity for a tau-SGS LES model !
| void cs_les_mu_t_wale | ( | void | ) |
Compute the turbulent viscosity for the WALE LES model.
The turbulent viscosity is:
with
and ![]()
!