| 
    My Project
    
   programmer's documentation 
   | 
 

Go to the source code of this file.
Functions | |
| void | CS_PROCF (csther, CSTHER)(void) | 
| void | cs_gui_turb_model (void) | 
| void | cs_gui_turb_ref_values (void) | 
| void | CS_PROCF (cscpva, CSCPVA)(void) | 
| void | CS_PROCF (csvvva, CSVVVA)(int *iviscv) | 
| void | CS_PROCF (uithsc, UITHSC)(void) | 
| void | CS_PROCF (csivis, CSIVIS)(void) | 
| void | CS_PROCF (csidtv, CSIDTV)(void) | 
| void | CS_PROCF (csiphy, CSIPHY)(void) | 
| void | CS_PROCF (cscfgp, CSCFGP)(int *icfgrp) | 
| void | CS_PROCF (csisui, CSISUI)(int *ntsuit | 
| void | CS_PROCF (cstime, CSTIME)(void) | 
| void | CS_PROCF (uinum1, UINUM1)(double *cdtvar) | 
| void | CS_PROCF (csnum2, CSNUM2)(double *relaxp | 
| void | CS_PROCF (csphys, CSPHYS)(double *viscv0 | 
| void | CS_PROCF (cssca2, CSSCA2)(int *iturt) | 
| void | CS_PROCF (cssca3, CSSCA3)(double *visls0) | 
| void | CS_PROCF (cstini, CSTINI)(void) | 
| void | CS_PROCF (uiporo, UIPORO)(void) | 
| void | CS_PROCF (uitsnv, UITSNV)(const cs_real_3_t *restrict vel | 
| void | CS_PROCF (uitssc, UITSSC)(const int *idarcy | 
| void | CS_PROCF (uitsth, UITSTH)(const int *f_id | 
| void | CS_PROCF (uiiniv, UIINIV)(const int *isuite | 
| void | CS_PROCF (uiphyv, UIPHYV)(const cs_int_t *iviscv | 
| void | CS_PROCF (uiexop, UIEXOP)(void) | 
| void | CS_PROCF (uidapp, UIDAPP)(const int *permeability | 
| void | CS_PROCF (uifans, UIFANS)(void) | 
| void | CS_PROCF (uieres, UIERES)(int *iescal | 
| void | cs_gui_init (void) | 
| void | cs_gui_finalize (void) | 
| void | cs_gui_add_notebook_variables (void *ev_law) | 
| Add notebook variable to a formula.  More... | |
| void | cs_gui_head_losses (const cs_zone_t *zone, const cs_real_3_t *cvara_vel, cs_real_t cku[][6]) | 
| Compute GUI-defined head losses for a given volume zone.  More... | |
| void | cs_gui_linear_solvers (void) | 
| void | cs_gui_parallel_io (void) | 
| void | cs_gui_partition (void) | 
| void | cs_gui_porous_model (void) | 
| void | cs_gui_profile_output (void) | 
| void | cs_gui_properties_value (const char *property_name, double *value) | 
| void | cs_gui_properties_value_by_fluid_id (const int fluid_id, const char *property_name, double *value) | 
| void | cs_gui_fluid_properties_value (const char *param, double *value) | 
| int | cs_gui_thermal_model (void) | 
| void | cs_gui_time_moments (void) | 
| void | cs_gui_turbomachinery (void) | 
| void | cs_gui_turbomachinery_rotor (void) | 
| void | cs_gui_usage_log (void) | 
| void | cs_gui_user_variables (void) | 
| void | cs_gui_user_arrays (void) | 
| void | cs_gui_balance_by_zone (void) | 
| void | cs_gui_pressure_drop_by_zone (void) | 
| void | cs_gui_define_fans (void) | 
| void | cs_gui_error_estimator (int *iescal, int *iespre, int *iesder, int *iescor, int *iestot) | 
| void | cs_gui_zones (void) | 
Variables | |
| void int * | ileaux | 
| void int int * | iccvfg | 
| void double * | extrag | 
| void double int * | imrgra | 
| void double * | visls0 | 
| void double const int * | itempk | 
| void cs_real_3_t *restrict | tsexp | 
| void cs_real_3_t *restrict cs_real_33_t *restrict | tsimp | 
| void const int * | f_id | 
| void const int const cs_real_t *restrict | pvar | 
| void const int * | idarcy | 
| void const int int * | iccfth | 
| void const cs_int_t const cs_real_t const cs_real_t * | viscv0 | 
| void const int * | diffusion | 
| void const int const int * | gravity | 
| void const int const int const cs_real_t * | gravity_x | 
| void const int const int const cs_real_t const cs_real_t * | gravity_y | 
| void const int const int const cs_real_t const cs_real_t const cs_real_t * | gravity_z | 
| void const int const int const cs_real_t const cs_real_t const cs_real_t const int * | unsaturated | 
| void int * | iespre | 
| void int int * | iesder | 
| void int int int * | iescor | 
| void int int int int * | iestot | 
| void cs_gui_add_notebook_variables | ( | void * | ev_law | ) | 
Add notebook variable to a formula.
| [in,out] | ev_law | pointer to MEI formula structure | 
| void cs_gui_balance_by_zone | ( | void | ) | 
| void cs_gui_define_fans | ( | void | ) | 
| void cs_gui_error_estimator | ( | int * | iescal, | 
| int * | iespre, | ||
| int * | iesder, | ||
| int * | iescor, | ||
| int * | iestot | ||
| ) | 
| void cs_gui_finalize | ( | void | ) | 
| void cs_gui_fluid_properties_value | ( | const char * | param, | 
| double * | value | ||
| ) | 
| void cs_gui_head_losses | ( | const cs_zone_t * | zone, | 
| const cs_real_3_t * | cvara_vel, | ||
| cs_real_t | cku[][6] | ||
| ) | 
Compute GUI-defined head losses for a given volume zone.
Head loss tensor coefficients for each cell are organized as follows: cku11, cku22, cku33, cku12, cku13, cku23.
| [in] | zone | pointer to zone structure | 
| [in] | cvara_vel | pointer to the velocity values of the previous time step | 
| [in,out] | cku | head loss coefficients | 
| void cs_gui_init | ( | void | ) | 
| void cs_gui_linear_solvers | ( | void | ) | 
| void cs_gui_parallel_io | ( | void | ) | 
| void cs_gui_partition | ( | void | ) | 
| void cs_gui_porous_model | ( | void | ) | 
| void cs_gui_pressure_drop_by_zone | ( | void | ) | 
| void cs_gui_profile_output | ( | void | ) | 
| void cs_gui_properties_value | ( | const char * | property_name, | 
| double * | value | ||
| ) | 
| void cs_gui_properties_value_by_fluid_id | ( | const int | fluid_id, | 
| const char * | property_name, | ||
| double * | value | ||
| ) | 
| int cs_gui_thermal_model | ( | void | ) | 
| void cs_gui_time_moments | ( | void | ) | 
| void cs_gui_turb_model | ( | void | ) | 
| void cs_gui_turb_ref_values | ( | void | ) | 
| void cs_gui_turbomachinery | ( | void | ) | 
| void cs_gui_turbomachinery_rotor | ( | void | ) | 
| void cs_gui_usage_log | ( | void | ) | 
| void cs_gui_user_arrays | ( | void | ) | 
| void cs_gui_user_variables | ( | void | ) | 
| void cs_gui_zones | ( | void | ) | 
| void CS_PROCF | ( | cscfgp | , | 
| CSCFGP | |||
| ) | 
| void CS_PROCF | ( | cscpva | , | 
| CSCPVA | |||
| ) | 
| void CS_PROCF | ( | csidtv | , | 
| CSIDTV | |||
| ) | 
| void CS_PROCF | ( | csiphy | , | 
| CSIPHY | |||
| ) | 
| void CS_PROCF | ( | csisui | , | 
| CSISUI | |||
| ) | 
| void CS_PROCF | ( | csivis | , | 
| CSIVIS | |||
| ) | 
| void CS_PROCF | ( | csnum2 | , | 
| CSNUM2 | |||
| ) | 
| void CS_PROCF | ( | csphys | , | 
| CSPHYS | |||
| ) | 
| void CS_PROCF | ( | cssca2 | , | 
| CSSCA2 | |||
| ) | 
| void CS_PROCF | ( | cssca3 | , | 
| CSSCA3 | |||
| ) | 
| void CS_PROCF | ( | csther | , | 
| CSTHER | |||
| ) | 
| void CS_PROCF | ( | cstime | , | 
| CSTIME | |||
| ) | 
| void CS_PROCF | ( | cstini | , | 
| CSTINI | |||
| ) | 
| void CS_PROCF | ( | csvvva | , | 
| CSVVVA | |||
| ) | 
| void CS_PROCF | ( | uidapp | , | 
| UIDAPP | |||
| ) | const | 
| void CS_PROCF | ( | uieres | , | 
| UIERES | |||
| ) | 
| void CS_PROCF | ( | uiexop | , | 
| UIEXOP | |||
| ) | 
| void CS_PROCF | ( | uifans | , | 
| UIFANS | |||
| ) | 
| void CS_PROCF | ( | uiiniv | , | 
| UIINIV | |||
| ) | const | 
| void CS_PROCF | ( | uinum1 | , | 
| UINUM1 | |||
| ) | 
| void CS_PROCF | ( | uiphyv | , | 
| UIPHYV | |||
| ) | const | 
| void CS_PROCF | ( | uiporo | , | 
| UIPORO | |||
| ) | 
| void CS_PROCF | ( | uithsc | , | 
| UITHSC | |||
| ) | 
| void CS_PROCF | ( | uitsnv | , | 
| UITSNV | |||
| ) | const | 
| void CS_PROCF | ( | uitssc | , | 
| UITSSC | |||
| ) | const | 
| void CS_PROCF | ( | uitsth | , | 
| UITSTH | |||
| ) | const | 
| void const int* diffusion | 
| void double* extrag | 
| void const int* f_id | 
| void const int const int* gravity | 
| void const int const int const cs_real_t* gravity_x | 
| void const int int* iccfth | 
| void int int* iccvfg | 
| void const int* idarcy | 
| void int int int* iescor | 
| void int int* iesder | 
| void int* iespre | 
| void int int int int* iestot | 
| void int* ileaux | 
| void double int* imrgra | 
| void const cs_int_t * itempk | 
 1.8.16