#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"
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... | |
Calculation of the adhesion force and adhesion energy.
[in] | ip | particle number |
[in] | tempf | thermal scalar value at current time step |
[out] | adhesion_energ | particle adhesion energy |
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.
[in] | dpart | particle diameter |
[in] | tempf | thermal scalar value at current time step |
[out] | adhesion_energ | particle adhesion energy |
[out] | adhesion_force | particle adhesion force |