8.3
general documentation
cs_turb_hybrid_model_t Struct Reference

Hybrid turbulence model descriptor. More...

#include <cs_turbulence_model.h>

+ Collaboration diagram for cs_turb_hybrid_model_t:

Data Fields

int iicc
 
int ishield
 
cs_lnum_t n_iter_mean
 
cs_lnum_t time_mean
 

Detailed Description

Hybrid turbulence model descriptor.

Members of this turbulence model are publicly accessible, to allow for concise syntax, as it is expected to be used in many places.

Field Documentation

◆ iicc

iicc

Applied or not the Internal Consistency Constraint (ICC) for the HTLES model, in order to recover the correct RANS behavior when the energy ratio is forced to one in the RANS region:

  • 1: True (default)
  • 0: False Useful if and only if hybrid_turb=4

◆ ishield

ishield

Applied or not the two-fold shielding function ( $f_s(\xi_K,\xi_D)$ of HTLES, to properly control the RANS-to-LES transition in the vicinity of the wall:

  • 1: True (default)
  • 0: False Useful if and only if hybrid_turb=4

◆ n_iter_mean

cs_lnum_t n_iter_mean

◆ time_mean

cs_lnum_t time_mean

The documentation for this struct was generated from the following files: