1 #ifndef __CS_LAGR_ROUGHNESS_H__
2 #define __CS_LAGR_ROUGHNESS_H__
void roughness_init(const cs_real_t *faraday_cst, const cs_real_t *free_space_permit, const cs_real_t *water_permit, const cs_real_t *ionic_strength, const cs_real_t temperature[], const cs_real_t *valen, const cs_real_t *phi_p, const cs_real_t *phi_s, const cs_real_t *cstham, const cs_real_t *dcutof, const cs_real_t *lambwl, const cs_real_t *kboltz, const cs_real_t *espasg, const cs_real_t *denasp, const cs_real_t *rayasp, const cs_real_t *rayasg)
Definition: cs_lagr_roughness.c:107
cs_real_t * temperature
Definition: cs_lagr_roughness.h:51
void cs_lagr_roughness_finalize(void)
Definition: cs_lagr_roughness.c:190
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
cs_real_t rayasp
Definition: cs_lagr_roughness.h:60
cs_real_t phi_p
Definition: cs_lagr_roughness.h:49
cs_real_t denasp
Definition: cs_lagr_roughness.h:59
cs_real_t espasg
Definition: cs_lagr_roughness.h:58
cs_real_t water_permit
Definition: cs_lagr_roughness.h:47
cs_real_t lambwl
Definition: cs_lagr_roughness.h:56
void cs_lagr_roughness_barrier(const void *particle, const cs_lagr_attribute_map_t *attr_map, cs_lnum_t face_id, cs_real_t *energy_barrier)
Definition: cs_lagr_roughness.c:207
cs_real_t rayasg
Definition: cs_lagr_roughness.h:61
Definition: cs_lagr_roughness.h:43
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
cs_real_t dcutof
Definition: cs_lagr_roughness.h:55
#define END_C_DECLS
Definition: cs_defs.h:430
double cs_real_t
Definition: cs_defs.h:296
cs_real_t * debye_length
Definition: cs_lagr_roughness.h:53
#define CS_PROCF(x, y)
Definition: cs_defs.h:453
cs_real_t ionic_strength
Definition: cs_lagr_roughness.h:48
cs_real_t valen
Definition: cs_lagr_roughness.h:52
cs_real_t free_space_permit
Definition: cs_lagr_roughness.h:46
Definition: cs_lagr_tracking.h:132
cs_real_t phi_s
Definition: cs_lagr_roughness.h:50
cs_real_t cstham
Definition: cs_lagr_roughness.h:54
cs_real_t kboltz
Definition: cs_lagr_roughness.h:57
cs_real_t faraday_cst
Definition: cs_lagr_roughness.h:45