#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <fcntl.h>#include <unistd.h>#include <assert.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "fvm_selector.h"#include "cs_atmo.h"#include "cs_base.h"#include "cs_cf_model.h"#include "cs_coal.h"#include "cs_combustion_gas.h"#include "cs_gui_util.h"#include "cs_gui.h"#include "cs_mesh.h"#include "cs_field.h"#include "cs_field_pointer.h"#include "cs_parameters.h"#include "cs_physical_model.h"#include "cs_selector.h"#include "cs_physical_properties.h"#include "cs_physical_constants.h"#include "cs_rad_transfer.h"#include "cs_elec_model.h"#include "cs_vof.h"#include "cs_gui_specific_physics.h" Include dependency graph for cs_gui_specific_physics.c:
 Include dependency graph for cs_gui_specific_physics.c:| Functions | |
| void | uicpi2 (double *const toxy, double *const tfuel) | 
| void | cs_gui_physical_model_select (void) | 
| void | cs_gui_coal_model (void) | 
| void | cs_gui_combustion_gas_model (void) | 
| void | cs_gui_elec_model (void) | 
| void | cs_gui_elec_model_rec (void) | 
| const char * | cs_gui_get_thermophysical_model (const char *model_thermo) | 
| void | cs_gui_gwf_model (int *permeability, int *unsteady, int *unsaturated) | 
| void cs_gui_coal_model | ( | void | ) | 
| void cs_gui_combustion_gas_model | ( | void | ) | 
| void cs_gui_elec_model | ( | void | ) | 
| void cs_gui_elec_model_rec | ( | void | ) | 
| const char* cs_gui_get_thermophysical_model | ( | const char * | model_thermo | ) | 
| void cs_gui_gwf_model | ( | int * | permeability, | 
| int * | unsteady, | ||
| int * | unsaturated | ||
| ) | 
| void cs_gui_physical_model_select | ( | void | ) | 
| void uicpi2 | ( | double *const | toxy, | 
| double *const | tfuel | ||
| ) |