1 #ifndef __CS_LAGR_ADHESION_H__ 2 #define __CS_LAGR_ADHESION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
void cs_lagr_adh(cs_lnum_t ip, cs_real_t tempf, cs_real_t *adhesion_energ)
Calculation of the adhesion force and adhesion energy.
Definition: cs_lagr_adh.c:275
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
#define END_C_DECLS
Definition: cs_defs.h:511
void cs_lagr_adh_pp(cs_real_t rpart, cs_real_t tempf, cs_real_t *adhesion_energ, cs_real_t *adhesion_force)
Calculation of the adhesion force and adhesion energy.
Definition: cs_lagr_adh.c:646