1 #ifndef __CS_LAGR_HEAD_LOSSES_H__ 2 #define __CS_LAGR_HEAD_LOSSES_H__ integer, dimension(:), pointer itypfb
Definition: pointe.f90:122
integer, dimension(:), allocatable icepdc
number of the ncepdc cells in which a pressure drop is imposed. See {iicepd} and the user subroutine ...
Definition: pointe.f90:248
#define BEGIN_C_DECLS
Definition: cs_defs.h:448
double cs_real_t
Floating-point value.
Definition: cs_defs.h:296
void laghlo(cs_lnum_t *ncepdc, cs_lnum_t *icepdc, cs_lnum_t itypfb[], cs_real_t ckupdc[])
Define Head losses to take into account deposit in the flow.
Definition: cs_lagr_head_losses.c:377
double precision, dimension(:,:), allocatable ckupdc
value of the coefficients of the pressure drop tensor of the ncepdc cells in which a pressure drop is...
Definition: pointe.f90:257
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
#define END_C_DECLS
Definition: cs_defs.h:449
#define CS_PROCF(x, y)
Definition: cs_defs.h:472
integer, save ncepdc
number of cells in which a pressure drop is imposed. See the user subroutine cs_user_head_losses ...
Definition: pointe.f90:244