#include "../../util/source/useful.h"#include "../../util/source/logfile.h"#include "../../util/iniparser/src/iniparser.h"#include "../../util/source/parser.h"#include "../../gas_models/source/gas.h"#include "../../flux_calc/source/flux_calc.h"#include "../../mb_cns/source/cns_case_id.h"#include "../../mb_cns/source/cns_work_vector.h"#include "../../mb_cns/source/cns_debug_level.h"#include "../../mb_cns/source/cns_cell.h"#include "../../mb_cns/source/cns_echo.h"#include "../../mb_cns/source/cns_bc_defs.h"#include "../../mb_cns/source/mb_cfg.h"#include "./e_block.h"#include "./e_kernel.h"#include "./e_init.h"Functions | |
| int | read_ini_file (void) |
| Use iniparser functions to read the parameter file. | |
| int | read_global_data_from_ini_dictionary (dictionary *d, struct global_data_3D *gdp) |
| Use iniparser functions to read the global data. | |
| int | read_flow_condition_from_ini_dictionary (dictionary *d, int indx) |
| Use iniparser functions to read the flow condition data. | |
| int | read_block_data_from_ini_dictionary (dictionary *d, struct block_data_3D *bdp, int j) |
| Use iniparser functions to read the data for a single block. | |
|
||||||||||||
|
Use iniparser functions to read the global data. This is also a good place to initialize global data, such as various bits of configuration that needs to be set. |
1.4.4