1#ifndef __CS_LAGR_ADHESION_H__
2#define __CS_LAGR_ADHESION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
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.cpp:275
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.cpp:646