7.1
general documentation
cs_lagr_adh.c File Reference
#include "cs_defs.h"
#include <limits.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <float.h>
#include <assert.h>
#include "cs_base.h"
#include "cs_math.h"
#include "bft_mem.h"
#include "bft_error.h"
#include "cs_physical_constants.h"
#include "cs_random.h"
#include "cs_lagr.h"
#include "cs_lagr_tracking.h"
#include "cs_lagr_roughness.h"
#include "cs_lagr_clogging.h"
#include "cs_lagr_adh.h"
+ Include dependency graph for cs_lagr_adh.c:

Functions

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. More...
 
void cs_lagr_adh_pp (cs_real_t dpart, cs_real_t tempf, cs_real_t *adhesion_energ, cs_real_t *adhesion_force)
 Calculation of the adhesion force and adhesion energy between two particles. More...
 

Function Documentation

◆ cs_lagr_adh()

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.

Parameters
[in]ipparticle number
[in]tempfthermal scalar value at current time step
[out]adhesion_energparticle adhesion energy

◆ cs_lagr_adh_pp()

void cs_lagr_adh_pp ( cs_real_t  dpart,
cs_real_t  tempf,
cs_real_t adhesion_energ,
cs_real_t adhesion_force 
)

Calculation of the adhesion force and adhesion energy between two particles.

Calculation of the adhesion force and adhesion energy.

Parameters
[in]dpartparticle diameter
[in]tempfthermal scalar value at current time step
[out]adhesion_energparticle adhesion energy
[out]adhesion_forceparticle adhesion force