#include "base/cs_defs.h"
Include dependency graph for cs_lagr_coupling.h:Go to the source code of this file.
Functions | |
| void | cs_lagr_coupling (const cs_real_t **taup, const cs_real_t tempct[], cs_real_t tsfext[], const cs_real_3_t *force_p) |
| Compute source terms for Lagrangian 2-way coupling. More... | |
| void cs_lagr_coupling | ( | const cs_real_t ** | taup, |
| const cs_real_t | tempct[], | ||
| cs_real_t | tsfext[], | ||
| const cs_real_3_t * | force_p | ||
| ) |
Compute source terms for Lagrangian 2-way coupling.
| [in] | taup | dynamic characteristic time |
| [in] | tempct | thermal characteristic time |
| [out] | tsfext | external forces |
| [in] | force_p | forces per mass unit on particles (m/s^2) |