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