Include dependency graph for cs_gui_boundary_conditions.h:Go to the source code of this file.
Functions | |
| void | uiclim (const int *nozppm, int *iqimp, int *icalke, int *ientat, int *ientcp, int *inmoxy, int *ientox, int *ientfu, int *ientgf, int *ientgb, int *iprofm, int *iautom, int *itypfb, int *izfppp, int *icodcl, double *qimp, double *qimpat, double *qimpcp, double *dh, double *xintur, double *timpat, double *timpcp, double *tkent, double *fment, double *distch, int *nvar, double *rcodcl) |
| void | uiclve (const int *nozppm) |
| void | cs_gui_boundary_conditions_define (cs_boundary_t *bdy) |
| Define boundary conditions based on setup file. More... | |
| void | cs_gui_boundary_conditions_free_memory (void) |
| Free GUI boundary condition structures. More... | |
| void cs_gui_boundary_conditions_define | ( | cs_boundary_t * | bdy | ) |
Define boundary conditions based on setup file.
| [in,out] | bdy | boundaries structure to update (if NULL, default to cs_glob_domain->boundaries) |
| void cs_gui_boundary_conditions_free_memory | ( | void | ) |
Free GUI boundary condition structures.
| void uiclim | ( | const int * | nozppm, |
| int * | iqimp, | ||
| int * | icalke, | ||
| int * | ientat, | ||
| int * | ientcp, | ||
| int * | inmoxy, | ||
| int * | ientox, | ||
| int * | ientfu, | ||
| int * | ientgf, | ||
| int * | ientgb, | ||
| int * | iprofm, | ||
| int * | iautom, | ||
| int * | itypfb, | ||
| int * | izfppp, | ||
| int * | icodcl, | ||
| double * | qimp, | ||
| double * | qimpat, | ||
| double * | qimpcp, | ||
| double * | dh, | ||
| double * | xintur, | ||
| double * | timpat, | ||
| double * | timpcp, | ||
| double * | tkent, | ||
| double * | fment, | ||
| double * | distch, | ||
| int * | nvar, | ||
| double * | rcodcl | ||
| ) |
| void uiclve | ( | const int * | nozppm | ) |