|
void | cs_f_wall_condensation_get_model_pointers (int **icondb, cs_wall_cond_natural_conv_model_t **icondb_model) |
|
void | cs_f_wall_condensation_get_size_pointers (cs_lnum_t **nfbpcd, cs_lnum_t **nzones) |
|
void | cs_f_wall_condensation_get_pointers (cs_lnum_t **ifbpcd, cs_lnum_t **itypcd, cs_lnum_t **izzftcd, cs_real_t **spcond, cs_real_t **hpcond, cs_real_t **twall_cond, cs_real_t **thermflux, cs_real_t **flthr, cs_real_t **dflthr, cs_lnum_t **izcophc, cs_lnum_t **izcophg, cs_lnum_t **iztag1d, cs_real_t **ztpar, cs_real_t **xrefcond, cs_real_t **projcond) |
|
void | cs_wall_condensation_set_model (cs_wall_cond_natural_conv_model_t model) |
|
void | cs_wall_condensation_set_onoff_state (int icondb) |
|
static cs_real_t | _compute_psat (cs_real_t temperature) |
|
static cs_real_t | _compute_mole_fraction (cs_real_t mass_fraction, cs_real_t mix_mol_mas, cs_real_t mol_mas) |
|
static cs_real_t | _get_wall_temperature (cs_lnum_t ieltcd) |
|
static cs_real_t | _compute_mac_adams (cs_real_t theta, cs_real_t grashof, cs_real_t schmidt_or_prandtl) |
|
static cs_real_t | _compute_schlichting (cs_real_t theta, cs_real_t reynolds, cs_real_t schmidt_or_prandtl) |
|
static cs_real_t | _compute_grashof (cs_real_t gravity, cs_real_t drho, cs_real_t length, cs_real_t kin_viscosity) |
|
static cs_real_t | _compute_characteristic_length (const cs_real_3_t point, const cs_real_3_t ref_point, const cs_real_3_t ref_direction) |
|
static cs_real_t | _compute_tangential_velocity (const cs_real_3_t velocity, const cs_real_3_t normal_vector, const cs_real_t coeff) |
|
static void | _compute_exchange_forced_convection (cs_lnum_t ieltcd, cs_real_t *hconv, cs_real_t *hcond) |
|
static void | _compute_exchange_natural_convection (cs_lnum_t ieltcd, cs_real_t *hconv, cs_real_t *hcond) |
|
static void | _compute_exchange_mixed_convection (cs_lnum_t ieltcd, cs_real_t *hconv, cs_real_t *hcond) |
|
static void | _compute_exchange_coefficients (cs_lnum_t ieltcd, cs_real_t *hconv, cs_real_t *hcond) |
|