![]() |
Code_Saturne
CFD tool
|
Go to the source code of this file.
Data Structures | |
struct | cs_val_t |
struct | cs_meteo_t |
struct | cs_boundary_t |
Enumerations | |
enum | cs_boundary_value_t { DIRICHLET, FLOW1, HYDRAULIC_DIAMETER, TURBULENT_INTENSITY, NEUMANN, COEF_ECHANGE, COALFLOW, WALL_FUNCTION, DIRICHLET_FORMULA, NEUMANN_FORMULA, COEF_ECHANGE_FORMULA } |
Functions | |
void | uiclim (const int *const ntcabs, const int *const nfabor, const int *const nozppm, const int *const ncharm, const int *const ncharb, const int *const nclpch, const int *const iindef, const int *const ientre, const int *const iesicf, const int *const isspcf, const int *const ierucf, const int *const isopcf, const int *const iparoi, const int *const iparug, const int *const isymet, const int *const isolib, const int *isca, const int *const ipr, const int *const irho, const int *const itempk, const int *const ienerg, int *const iqimp, int *const icalke, int *const ientat, int *const ientcp, int *const inmoxy, int *const ientox, int *const ientfu, int *const ientgf, int *const ientgb, int *const iprofm, int *const itypfb, int *const izfppp, int *const icodcl, double *const dtref, double *const ttcabs, double *const surfbo, double *const cdgfbo, double *const qimp, double *const qimpat, double *const qimpcp, double *const dh, double *const xintur, double *const timpat, double *const timpcp, double *const tkent, double *const fment, double *const distch, double *const rcodcl) |
void | uiclve (const int *const nfabor, const int *const nozppm, const int *const iindef, const int *const ientre, const int *const iesicf, const int *const ierucf, const int *const isspcf, const int *const isopcf, const int *const iparoi, const int *const iparug, const int *const isymet, const int *const isolib, int *const itypfb, int *const izfppp) |
int | cs_gui_boundary_zones_number (void) |
char * | cs_gui_boundary_zone_nature (int ith_zone) |
char * | cs_gui_boundary_zone_label (int ith_zone) |
int | cs_gui_boundary_zone_number (int ith_zone) |
char * | cs_gui_boundary_zone_localization (const char *label) |
int * | cs_gui_get_faces_list (int izone, const char *label, int nfabor, int nozppm, int *faces) |
void | cs_gui_boundary_conditions_free_memory (const int *ncharb) |
Variables | |
cs_boundary_t * | boundaries |
enum cs_boundary_value_t |
void cs_gui_boundary_conditions_free_memory | ( | const int * | ncharb | ) |
char* cs_gui_boundary_zone_label | ( | int | ith_zone | ) |
char* cs_gui_boundary_zone_localization | ( | const char * | label | ) |
char* cs_gui_boundary_zone_nature | ( | int | ith_zone | ) |
int cs_gui_boundary_zone_number | ( | int | ith_zone | ) |
int cs_gui_boundary_zones_number | ( | void | ) |
int* cs_gui_get_faces_list | ( | int | izone, |
const char * | label, | ||
int | nfabor, | ||
int | nozppm, | ||
int * | faces | ||
) |
void uiclim | ( | const int *const | ntcabs, |
const int *const | nfabor, | ||
const int *const | nozppm, | ||
const int *const | ncharm, | ||
const int *const | ncharb, | ||
const int *const | nclpch, | ||
const int *const | iindef, | ||
const int *const | ientre, | ||
const int *const | iesicf, | ||
const int *const | isspcf, | ||
const int *const | ierucf, | ||
const int *const | isopcf, | ||
const int *const | iparoi, | ||
const int *const | iparug, | ||
const int *const | isymet, | ||
const int *const | isolib, | ||
const int * | isca, | ||
const int *const | ipr, | ||
const int *const | irho, | ||
const int *const | itempk, | ||
const int *const | ienerg, | ||
int *const | iqimp, | ||
int *const | icalke, | ||
int *const | ientat, | ||
int *const | ientcp, | ||
int *const | inmoxy, | ||
int *const | ientox, | ||
int *const | ientfu, | ||
int *const | ientgf, | ||
int *const | ientgb, | ||
int *const | iprofm, | ||
int *const | itypfb, | ||
int *const | izfppp, | ||
int *const | icodcl, | ||
double *const | dtref, | ||
double *const | ttcabs, | ||
double *const | surfbo, | ||
double *const | cdgfbo, | ||
double *const | qimp, | ||
double *const | qimpat, | ||
double *const | qimpcp, | ||
double *const | dh, | ||
double *const | xintur, | ||
double *const | timpat, | ||
double *const | timpcp, | ||
double *const | tkent, | ||
double *const | fment, | ||
double *const | distch, | ||
double *const | rcodcl | ||
) |
void uiclve | ( | const int *const | nfabor, |
const int *const | nozppm, | ||
const int *const | iindef, | ||
const int *const | ientre, | ||
const int *const | iesicf, | ||
const int *const | ierucf, | ||
const int *const | isspcf, | ||
const int *const | isopcf, | ||
const int *const | iparoi, | ||
const int *const | iparug, | ||
const int *const | isymet, | ||
const int *const | isolib, | ||
int *const | itypfb, | ||
int *const | izfppp | ||
) |
cs_boundary_t* boundaries |