7.2
general documentation
cs_wall_condensation_1d_thermal.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_mesh_location.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_time_step.h"
#include "cs_wall_functions.h"
#include "cs_log_iteration.h"
#include "cs_math.h"
#include "cs_wall_condensation.h"
#include "cs_wall_condensation_1d_thermal.h"
+ Include dependency graph for cs_wall_condensation_1d_thermal.c:

Functions

void cs_f_wall_condensation_1d_thermal_get_pointers (cs_lnum_t **znmur, cs_real_t **ztheta, cs_real_t **zdxmin, cs_real_t **zepais, cs_real_t **zrob, cs_real_t **zcondb, cs_real_t **zcpb, cs_real_t **zhext, cs_real_t **ztext, cs_real_t **ztpar0)
 
void cs_f_wall_condensation_1d_thermal_get_mesh_pointers (int **znmurx, cs_real_t **zdxp, cs_real_t **ztmur)
 

Variables

static cs_wall_cond_1d_thermal_t _wall_cond_thermal
 
const cs_wall_cond_1d_thermal_tcs_glob_wall_cond_1d_thermal = &_wall_cond_thermal
 

Function Documentation

◆ cs_f_wall_condensation_1d_thermal_get_mesh_pointers()

void cs_f_wall_condensation_1d_thermal_get_mesh_pointers ( int **  znmurx,
cs_real_t **  zdxp,
cs_real_t **  ztmur 
)

◆ cs_f_wall_condensation_1d_thermal_get_pointers()

void cs_f_wall_condensation_1d_thermal_get_pointers ( cs_lnum_t **  znmur,
cs_real_t **  ztheta,
cs_real_t **  zdxmin,
cs_real_t **  zepais,
cs_real_t **  zrob,
cs_real_t **  zcondb,
cs_real_t **  zcpb,
cs_real_t **  zhext,
cs_real_t **  ztext,
cs_real_t **  ztpar0 
)

Variable Documentation

◆ _wall_cond_thermal

cs_wall_cond_1d_thermal_t _wall_cond_thermal
static
Initial value:
= { .nzones = 0,
.znmurx = 0,
.ztheta = NULL,
.zdxmin = NULL,
.znmur = NULL,
.zepais = NULL,
.ztpar0 = NULL,
.zhext = NULL,
.ztext = NULL,
.zrob = NULL,
.zcondb = NULL,
.zcpb = NULL,
.zdxp = NULL,
.ztmur = NULL }

(DOXYGEN_SHOULD_SKIP_THIS)

Karman constant. (= 0.42)

Useful if and only if iturb >= 10. (mixing length, $k-\varepsilon$, $R_{ij}-\varepsilon$, LES, v2f or $k-\omega$).

◆ cs_glob_wall_cond_1d_thermal

const cs_wall_cond_1d_thermal_t* cs_glob_wall_cond_1d_thermal = &_wall_cond_thermal