Go to the source code of this file.
|
cs_wall_cond_t * | cs_get_glob_wall_cond (void) |
| Provide writable access to _wall_cond structure.
|
void | cs_wall_condensation_set_model (cs_wall_cond_natural_conv_model_t model) |
| Set the wall condensation model.
|
void | cs_wall_condensation_set_onoff_state (int icondb, int icondv) |
| Set the onoff state of wall condensation modeling.
|
void | cs_wall_condensation_create (cs_lnum_t nfbpcd, cs_lnum_t nzones, cs_lnum_t nvar) |
| Create the context for wall condensation models.
|
void | cs_wall_condensation_free (void) |
| Free all structures related to wall condensation models.
|
void | cs_wall_condensation_compute (cs_real_t total_htc[]) |
| Compute the wall condensation source terms.
|
void | cs_wall_condensation_log (void) |
| Output statistics about wall condensation source terms (for user log)
|
void | cs_wall_condensation_source_terms (const cs_field_t *f, cs_lnum_t ncmast, const cs_lnum_t ltmast[], const cs_lnum_t itypst[], const cs_real_t spcondp[], const cs_real_t gam_s[], const cs_real_t svcondp[], const cs_real_t gam_ms[], const cs_real_t fluxv_ms[], const cs_real_t pvara[], cs_real_t st_exp[], cs_real_t st_imp[]) |
◆ 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_cond()
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] | 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()
void cs_wall_condensation_source_terms |
( |
const cs_field_t * | f, |
|
|
cs_lnum_t | ncmast, |
|
|
const cs_lnum_t | ltmast[], |
|
|
const cs_lnum_t | itypst[], |
|
|
const cs_real_t | spcondp[], |
|
|
const cs_real_t | gam_s[], |
|
|
const cs_real_t | svcondp[], |
|
|
const cs_real_t | gam_ms[], |
|
|
const cs_real_t | fluxv_ms[], |
|
|
const cs_real_t | pvara[], |
|
|
cs_real_t | st_exp[], |
|
|
cs_real_t | st_imp[] ) |
◆ cs_glob_wall_cond