#include "cs_base.h"
Go to the source code of this file.
Functions | |
void | cs_les_mu_t_smago_dyn (cs_real_33_t *gradv) |
Calculation of turbulent viscosity for a dynamic Smagorinsky LES model. More... | |
void | cs_les_mu_t_smago_const (cs_real_33_t *gradv) |
Calculation of turbulent viscosity for a Smagorinsky LES model. More... | |
void | cs_les_mu_t_wale (cs_real_33_t *restrict gradv) |
Compute the turbulent viscosity for the WALE LES model. More... | |
void cs_les_mu_t_smago_const | ( | cs_real_33_t * | gradv | ) |
Calculation of turbulent viscosity for a Smagorinsky LES model.
[out] | gradv | the computed velocity gradients ! |
[out] | gradv | computed velocity gradients (may be used by caller) ! |
void cs_les_mu_t_smago_dyn | ( | cs_real_33_t * | gradv | ) |
Calculation of turbulent viscosity for a dynamic Smagorinsky LES model.
[out] | gradv | the computed velocity gradients ! |
Calculation of turbulent viscosity for a dynamic Smagorinsky LES model.
Please refer to the dynamic Smagorinsky model section of the theory guide for more informations.
[out] | gradv | the computed velocity gradients ! |
void cs_les_mu_t_wale | ( | cs_real_33_t *restrict | gradv | ) |
Compute the turbulent viscosity for the WALE LES model.
The turbulent viscosity is: with
and
[out] | gradv | the computed velocity gradients ! |