#include "cs_base.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[]) |
Calculation of Mij:Mij and Mij:Lij for dynamic Smagorinsky model. More... | |
void | cs_les_mu_t_smago_dyn (void) |
Calculation of turbulent viscosity for a dynamic Smagorinsky LES model. More... | |
void | cs_les_mu_t_smago_const (void) |
Calculation of the 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_smago_const | ( | void | ) |
Calculation of the turbulent viscosity for a Smagorinsky LES model.
!
Calculation of the turbulent viscosity for a Smagorinsky LES model.
!
void cs_les_mu_t_smago_dyn | ( | void | ) |
Calculation of turbulent viscosity for a dynamic Smagorinsky LES model.
!
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.
!
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[] | ||
) |
Calculation of Mij:Mij and Mij:Lij for dynamic Smagorinsky model.
Please refer to the dynamic Smagorinsky model section of the theory guide for more informations.
[out] | s_n | strain rate (sqrt(2SijSij)) |
[out] | sf_n | filtered strain rate |
[out] | f_vel | filtered velocity |
[out] | mijmij | Mij:Mij |
[out] | mijlij | Mij:Lij |
!
void cs_les_mu_t_wale | ( | void | ) |
Compute the turbulent viscosity for the WALE LES model.
The turbulent viscosity is: with
and
!