Go to the source code of this file.
◆ cs_wall_cond_forced_conv_model_t
Enumerator |
---|
CS_WALL_COND_MODEL_WALL_LAW | |
CS_WALL_COND_MODEL_SCHLICHTING | |
◆ cs_wall_cond_mixed_conv_model_t
Enumerator |
---|
CS_WALL_COND_MIXED_MAX | |
CS_WALL_COND_MIXED_INCROPERA | |
◆ cs_wall_cond_natural_conv_model_t
Enumerator |
---|
CS_WALL_COND_MODEL_COPAIN | |
CS_WALL_COND_MODEL_COPAIN_BD | |
CS_WALL_COND_MODEL_UCHIDA | |
CS_WALL_COND_MODEL_DEHBI | |
◆ cs_get_glob_wall_condensation()
Provide writable access to _wall_cond structure.
- Returns
- pointer to global wall_cond structure
◆ cs_wall_condensation_compute()
void cs_wall_condensation_compute |
( |
cs_real_t |
total_htc[] | ) |
|
Compute the wall condensation source terms.
◆ cs_wall_condensation_create()
Create the context for wall condensation models.
- Parameters
-
[in] | nfbpcd | number of faces with wall condensation |
[in] | nzones | number of zones with wall condensation |
[in] | ncmast | number of cells with wall condensation |
[in] | nvolumes | number of volumes with condensation |
[in] | nvar | number of variables (?) |
◆ cs_wall_condensation_free()
void cs_wall_condensation_free |
( |
void |
| ) |
|
Free all structures related to wall condensation models.
◆ cs_wall_condensation_log()
void cs_wall_condensation_log |
( |
void |
| ) |
|
Output statistics about wall condensation source terms (for user log)
◆ cs_wall_condensation_set_model()
Set the wall condensation model.
- Parameters
-
[in] | model | integer corresponding to the desired model |
◆ cs_wall_condensation_set_onoff_state()
void cs_wall_condensation_set_onoff_state |
( |
int |
icondb, |
|
|
int |
icondv |
|
) |
| |
Set the onoff state of wall condensation modeling.
- Parameters
-
[in] | icondb | integer corresponding to the onoff state (-1: off, 0: on) |
[in] | icondv | integer corresponding to the onoff state with metal structures (-1: off, 0: on) |
◆ cs_wall_condensation_source_terms()
◆ cs_glob_wall_condensation