My Project
programmer's documentation
Data Fields
cs_turb_model_t Struct Reference

Turbulence model general options descriptor. More...

#include <cs_turbulence_model.h>

Collaboration diagram for cs_turb_model_t:
Collaboration graph

Data Fields

int iturb
 
int itytur
 

Detailed Description

Turbulence model general options 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

◆ iturb

iturb

turbulence model

  • 0: no turbulence model (laminar flow)
  • 10: mixing length model
  • 20: standard $ k-\varepsilon $ model
  • 21: $ k-\varepsilon $ model with Linear Production (LP) correction
  • 22: Launder-Sharma $ k-\varepsilon $ model
  • 23: Baglietto et al. quadratic $ k-\varepsilon $ model
  • 30: $ R_{ij}-\epsilon $ (LRR)
  • 31: $ R_{ij}-\epsilon $ (SSG)
  • 32: $ R_{ij}-\epsilon $ (EBRSM)
  • 40: LES (constant Smagorinsky model)
  • 41: LES ("classical" dynamic Smagorisky model)
  • 42: LES (WALE)
  • 50: v2f phi-model
  • 51: v2f $ BL-v^2-k $
  • 60: $ k-\omega $ SST
  • 70: Spalart-Allmaras model

◆ itytur

itytur

class of turbulence model (integer value iturb/10)


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