#include "cs_defs.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
of the variable
and its diffusive flux
are written as:
and
where is the value of the variable
at the neighboring cell.
Warning:
Please refer to the wall boundary conditions section of the theory guide for more informations, as well as the clptur section.
[in] | isvhb | id of field whose exchange coeffient should be saved at the walls, or -1. |
[in] | velipb | value of the velocity at ![]() |
[in] | rijipb | value of ![]() ![]() |
[out] | visvdr | dynamic viscosity after V. Driest damping in boundary cells |
[out] | hbord | exchange coefficient at boundary |
[in] | theipb | value of thermal scalar at ![]() |