|
My Project
programmer's documentation
|
#include "cs_defs.h"
Go to the source code of this file.
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 rpart, cs_real_t tempf, cs_real_t *adhesion_energ, cs_real_t *adhesion_force) |
| Calculation of the adhesion force and adhesion energy. 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.
| [in] | tempf | thermal scalar value at current time step |
| [out] | adhesion_energ | particle adhesion energy |
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 |
1.8.16