#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"
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_t * | cs_glob_wall_cond_1d_thermal = &_wall_cond_thermal |
void cs_f_wall_condensation_1d_thermal_get_mesh_pointers | ( | int ** | znmurx, |
cs_real_t ** | zdxp, | ||
cs_real_t ** | ztmur | ||
) |
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 | ||
) |
|
static |
(DOXYGEN_SHOULD_SKIP_THIS)
Karman constant. (= 0.42)
Useful if and only if iturb >= 10. (mixing length, ,
, LES, v2f or
).
const cs_wall_cond_1d_thermal_t* cs_glob_wall_cond_1d_thermal = &_wall_cond_thermal |