Field boundary condition descriptor (for variables) More...
#include <cs_field.h>
Collaboration diagram for cs_field_bc_coeffs_t:Data Fields | |
| int | location_id |
| int * | icodcl |
| cs_real_t * | rcodcl1 |
| cs_real_t * | rcodcl2 |
| cs_real_t * | rcodcl3 |
| cs_real_t * | a |
| cs_real_t * | b |
| cs_real_t * | af |
| cs_real_t * | bf |
| cs_real_t * | ad |
| cs_real_t * | bd |
| cs_real_t * | ac |
| cs_real_t * | bc |
| cs_real_t * | hint |
| cs_real_t * | _hext |
Field boundary condition descriptor (for variables)
Field boundary condition descriptor (for variables)
| cs_real_t* _hext |
| a |
Explicit coefficient
| ac |
Explicit coefficient for convection
| ad |
Explicit coefficient for divergence
| af |
Explicit coefficient for flux
| b |
Implicit coefficient
| bc |
Implicit coefficient for convection
| bd |
Implicit coefficient for divergence
| bf |
Implicit coefficient for flux
| cs_real_t* hint |
| icodcl |
Low-level BC type code
| location_id |
Id of matching location
| rcodcl1 |
1st part of low-level BC values definition
| rcodcl2 |
2nd part of low-level BC values definition
| rcodcl3 |
3rd part of low-level BC values definition