1 #ifndef __CS_WALL_CONDENSATION_H__ 2 #define __CS_WALL_CONDENSATION_H__ cs_lnum_t * ifbpcd
Definition: cs_wall_condensation.h:72
cs_wall_cond_forced_conv_model_t
Definition: cs_wall_condensation.h:51
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[])
Definition: cs_wall_condensation.c:1091
cs_wall_cond_mixed_conv_model_t mixed_conv_model
Definition: cs_wall_condensation.h:68
cs_real_t * spcond
Definition: cs_wall_condensation.h:75
integer, dimension(:,:), allocatable itypst
type of condensation source terms for each variable
Definition: pointe.f90:224
Definition: cs_wall_condensation.h:53
Field descriptor.
Definition: cs_field.h:130
cs_lnum_t nzones
Definition: cs_wall_condensation.h:86
integer, save ncmast
number of the ncmast cells in which a condensation source terms is imposed. See lstmast list and the ...
Definition: pointe.f90:210
cs_wall_cond_t * cs_get_glob_wall_cond(void)
Provide writable access to _wall_cond structure.
Definition: cs_wall_condensation.c:812
#define BEGIN_C_DECLS
Definition: cs_defs.h:512
int icondb
Definition: cs_wall_condensation.h:62
cs_lnum_t * izcophc
Definition: cs_wall_condensation.h:87
void cs_wall_condensation_set_onoff_state(int icondb, int icondv)
Set the onoff state of wall condensation modeling.
Definition: cs_wall_condensation.c:842
integer, dimension(:), allocatable ltmast
list on the ncmast cells in which a condensation source terms is imposed. See the user subroutine cs_...
Definition: pointe.f90:214
Definition: cs_wall_condensation.h:48
cs_real_t * condensation_htc
Definition: cs_wall_condensation.h:80
cs_real_t * total_htc
Definition: cs_wall_condensation.h:81
cs_real_t * zprojcond
Definition: cs_wall_condensation.h:92
Definition: cs_wall_condensation.h:58
cs_real_t * thermal_condensation_flux
Definition: cs_wall_condensation.h:78
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_real_t * convective_htc
Definition: cs_wall_condensation.h:79
cs_lnum_t * iztag1d
Definition: cs_wall_condensation.h:89
cs_lnum_t nfbpcd
Definition: cs_wall_condensation.h:71
cs_wall_cond_natural_conv_model_t
Definition: cs_wall_condensation.h:44
cs_real_t * dflthr
Definition: cs_wall_condensation.h:83
cs_real_t * ztpar
Definition: cs_wall_condensation.h:90
cs_real_t * hpcond
Definition: cs_wall_condensation.h:76
Definition: cs_wall_condensation.h:45
cs_real_t * zxrefcond
Definition: cs_wall_condensation.h:91
integer(c_int), pointer, save icondb
Specific condensation modelling if = -1 module not activated if = 0 condensation source terms activat...
Definition: ppincl.f90:285
cs_wall_cond_mixed_conv_model_t
Definition: cs_wall_condensation.h:56
Definition: cs_wall_condensation.h:52
void cs_wall_condensation_create(cs_lnum_t nfbpcd, cs_lnum_t nzones, cs_lnum_t nvar)
Create the context for wall condensation models.
Definition: cs_wall_condensation.c:860
integer, save nvar
number of solved variables (must be lower than nvarmx)
Definition: dimens.f90:42
integer(c_int), pointer, save icondv
Specific condensation modelling if = -1 module not activated if = 0 condensation source terms with me...
Definition: ppincl.f90:298
Definition: cs_wall_condensation.h:57
integer(c_int), pointer, save nfbpcd
Definition: cs_nz_condensation.f90:55
Definition: cs_wall_condensation.h:47
integer(c_int), pointer, save nzones
Definition: cs_nz_condensation.f90:102
cs_real_t * twall_cond
Definition: cs_wall_condensation.h:77
cs_lnum_t * izcophg
Definition: cs_wall_condensation.h:88
int icondv
Definition: cs_wall_condensation.h:63
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
void cs_wall_condensation_compute(cs_real_t total_htc[])
Compute the wall condensation source terms.
Definition: cs_wall_condensation.c:967
const cs_wall_cond_t * cs_glob_wall_cond
Definition: cs_wall_condensation.c:147
void cs_wall_condensation_set_model(cs_wall_cond_natural_conv_model_t model)
Set the wall condensation model.
Definition: cs_wall_condensation.c:826
#define END_C_DECLS
Definition: cs_defs.h:513
cs_lnum_t * itypcd
Definition: cs_wall_condensation.h:73
cs_wall_cond_natural_conv_model_t natural_conv_model
Definition: cs_wall_condensation.h:66
Definition: cs_wall_condensation.h:61
void cs_wall_condensation_free(void)
Free all structures related to wall condensation models.
Definition: cs_wall_condensation.c:937
void cs_wall_condensation_log(void)
Output statistics about wall condensation source terms (for user log)
Definition: cs_wall_condensation.c:1016
cs_wall_cond_forced_conv_model_t forced_conv_model
Definition: cs_wall_condensation.h:67
cs_real_t * flthr
Definition: cs_wall_condensation.h:82
Definition: cs_wall_condensation.h:46
cs_lnum_t * izzftcd
Definition: cs_wall_condensation.h:74