#include "cs_defs.h" Include dependency graph for cs_boundary_conditions_set_coeffs_turb.h:
 Include dependency graph for cs_boundary_conditions_set_coeffs_turb.h:Go to the source code of this file.
| Functions | |
| void | cs_boundary_conditions_set_coeffs_turb (int isvhb, cs_real_t velipb[][3], cs_real_t rijipb[][6], cs_real_t visvdr[], cs_real_t hbord[], cs_real_t theipb[]) | 
| Boundary conditions for smooth walls (icodcl = 5).  More... | |
| void cs_boundary_conditions_set_coeffs_turb | ( | int | isvhb, | 
| cs_real_t | velipb[][3], | ||
| cs_real_t | rijipb[][6], | ||
| cs_real_t | visvdr[], | ||
| cs_real_t | hbord[], | ||
| cs_real_t | theipb[] | ||
| ) | 
Boundary conditions for smooth walls (icodcl = 5).
file cs_boundary_conditions_set_coeffs_turb.c
The wall functions may change the value of the diffusive flux.
The values at a boundary face  stored in the face center
 stored in the face center  of the variable
 of the variable  and its diffusive flux
 and its diffusive flux  are written as:
 are written as: 
![\[ P_{\face} = A_P^g + B_P^g P_{\centi} \]](form_101.png) 
and
![\[ Q_{\face} = A_P^f + B_P^f P_{\centi} \]](form_102.png) 
 where  is the value of the variable
 is the value of the variable  at the neighboring cell.
 at the neighboring cell.
Warning:
 the boundary conditions may read:
 the boundary conditions may read: 
![\[ \vect{u}_{\face} = \vect{A}_u^g + \tens{B}_u^g \vect{u}_{\centi} \]](form_107.png) 
![\[ \vect{Q}_{\face} = \vect{A}_u^f + \tens{B}_u^f \vect{u}_{\centi} \]](form_108.png) 
 and
 and  are 3x3 tensor matrix which coupled velocity components next to a boundary.
 are 3x3 tensor matrix which coupled velocity components next to a boundary.Please refer to the wall boundary conditions section of the theory guide for more informations, as well as the clptur section.
| [in] | isvhb | indicator to save exchange coeffient | 
| [in] | velipb | value of the velocity at  of boundary cells | 
| [in] | rijipb | value of  at  of boundary cells | 
| [out] | visvdr | dynamic viscosity after V. Driest damping in boundary cells | 
| [out] | hbord | exchange coefficient at boundary | 
| [in] | theipb | value of thermal scalar at  of boundary cells |