Go to the source code of this file.
Data Structures | |
struct | cs_gui_volume_meg_context_t |
Functions | |
void | cscpva (void) |
void | csvvva (int *iviscv) |
void | csivis (void) |
void | csidtv (void) |
void | csiphy (void) |
void | cscfgp (int *icfgrp) |
void | cstime (void) |
void | csnum2 (double *relaxp, int *imrgra) |
void | cstini (void) |
void | uiporo (void) |
void | uiphyv (const int *iviscv) |
void | uiexop (void) |
void | cs_gui_checkpoint_parameters (void) |
Read GUi-defined Checkpoint parameters. More... | |
void | cs_gui_equation_parameters (void) |
void | cs_gui_finalize (void) |
cs_equation_param_t * | cs_gui_get_equation_param (const char *name) |
void | cs_gui_fluid_properties_value (const char *param, double *value) |
void | cs_gui_groundwater_property_laws (int permeability, int diffusion, int unsaturated) |
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_initial_conditions (void) |
Apply initial conditions based on GUI-defined settings. More... | |
void | cs_gui_linear_solvers (void) |
void | cs_gui_momentum_source_terms (const cs_real_3_t *restrict vel, cs_real_3_t *restrict tsexp, cs_real_33_t *restrict tsimp) |
void | cs_gui_numerical_options (void) |
void | cs_gui_parallel_io (void) |
void | cs_gui_partition (void) |
void | cs_gui_mpi_algorithms (void) |
void | cs_gui_physical_constants (void) |
void | cs_gui_physical_properties (void) |
void | cs_gui_porous_model (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_scalar_model_settings (void) |
void | cs_gui_thermal_model (void) |
int | cs_gui_thermal_model_code (void) |
void | cs_gui_time_moments (void) |
void | cs_gui_turbomachinery (void) |
void | cs_gui_turbomachinery_rotor (void) |
void | cs_gui_turb_model (void) |
void | cs_gui_turb_ref_values (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 (void) |
void | cs_gui_zones (void) |
void | cs_gui_internal_coupling (void) |
const cs_gui_volume_meg_context_t * | cs_gui_add_volume_meg_context (const cs_zone_t *zone, const cs_field_t *fields[], const int n_fields) |
Add new volume MEG function context info. More... | |
void | cs_gui_scalar_source_terms (cs_field_t *f, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | cs_gui_thermal_source_terms (cs_field_t *f, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | cs_gui_time_tables (void) |
Read GUI defined time tables. More... | |
const cs_gui_volume_meg_context_t* cs_gui_add_volume_meg_context | ( | const cs_zone_t * | zone, |
const cs_field_t * | fields[], | ||
const int | n_fields | ||
) |
Add new volume MEG function context info.
[in] | zone | pointer to associated zone |
[in] | fields | array of field pointers |
[in] | n_fields | number gof field pointers |
Add new volume MEG function context info.
[in] | zone | pointer to associated zone |
[in] | fields | array of field pointers |
[in] | n_fields | number gof field pointers |
void cs_gui_balance_by_zone | ( | void | ) |
void cs_gui_checkpoint_parameters | ( | void | ) |
Read GUi-defined Checkpoint parameters.
void cs_gui_define_fans | ( | void | ) |
void cs_gui_equation_parameters | ( | void | ) |
void cs_gui_error_estimator | ( | void | ) |
void cs_gui_finalize | ( | void | ) |
void cs_gui_fluid_properties_value | ( | const char * | param, |
double * | value | ||
) |
cs_equation_param_t* cs_gui_get_equation_param | ( | const char * | name | ) |
void cs_gui_groundwater_property_laws | ( | int | permeability, |
int | diffusion, | ||
int | unsaturated | ||
) |
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 | velocity values at the previous time step |
[in,out] | cku | head loss coefficients |
void cs_gui_initial_conditions | ( | void | ) |
Apply initial conditions based on GUI-defined settings.
void cs_gui_internal_coupling | ( | void | ) |
void cs_gui_linear_solvers | ( | void | ) |
void cs_gui_momentum_source_terms | ( | const cs_real_3_t *restrict | vel, |
cs_real_3_t *restrict | tsexp, | ||
cs_real_33_t *restrict | tsimp | ||
) |
void cs_gui_mpi_algorithms | ( | void | ) |
void cs_gui_numerical_options | ( | void | ) |
void cs_gui_parallel_io | ( | void | ) |
void cs_gui_partition | ( | void | ) |
void cs_gui_physical_constants | ( | void | ) |
void cs_gui_physical_properties | ( | void | ) |
void cs_gui_porous_model | ( | void | ) |
void cs_gui_pressure_drop_by_zone | ( | 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_scalar_model_settings | ( | void | ) |
void cs_gui_scalar_source_terms | ( | cs_field_t * | f, |
const cs_real_t *restrict | pvar, | ||
cs_real_t *restrict | tsexp, | ||
cs_real_t *restrict | tsimp | ||
) |
void cs_gui_thermal_model | ( | void | ) |
int cs_gui_thermal_model_code | ( | void | ) |
void cs_gui_thermal_source_terms | ( | cs_field_t * | f, |
const cs_real_t *restrict | pvar, | ||
cs_real_t *restrict | tsexp, | ||
cs_real_t *restrict | tsimp | ||
) |
void cs_gui_time_moments | ( | void | ) |
void cs_gui_time_tables | ( | void | ) |
Read GUI defined time tables.
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 cscfgp | ( | int * | icfgrp | ) |
void cscpva | ( | void | ) |
void csidtv | ( | void | ) |
void csiphy | ( | void | ) |
void csivis | ( | void | ) |
void csnum2 | ( | double * | relaxp, |
int * | imrgra | ||
) |
void cstime | ( | void | ) |
void cstini | ( | void | ) |
void csvvva | ( | int * | iviscv | ) |
void uiexop | ( | void | ) |
void uiphyv | ( | const int * | iviscv | ) |
void uiporo | ( | void | ) |