Go to the source code of this file.
Functions | |
void | cs_porous_model_set_model (int porous_model) |
void | cs_porous_model_init_disable_flag (void) |
Initialize disable_flag. More... | |
void | cs_porous_model_set_has_disable_flag (int flag) |
Set (unset) has_disable_flag. More... | |
void | cs_porous_model_init_fluid_quantities (void) |
Init fluid quantities. More... | |
Variables | |
int | cs_glob_porous_model |
void cs_porous_model_init_disable_flag | ( | void | ) |
Initialize disable_flag.
void cs_porous_model_init_fluid_quantities | ( | void | ) |
Init fluid quantities.
void cs_porous_model_set_has_disable_flag | ( | int | flag | ) |
Set (unset) has_disable_flag.
[in] | flag | 1: on, 0: off |
void cs_porous_model_set_model | ( | int | porous_model | ) |
int cs_glob_porous_model |