#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 "cs_mesh.h"#include "cs_mesh_quantities.h"#include "bft_mem.h"#include "bft_error.h"#include "cs_physical_constants.h"#include "cs_time_step.h"#include "cs_turbulence_model.h"#include "cs_lagr.h"#include "cs_lagr_particle.h"#include "cs_lagr_coupling.h" Include dependency graph for cs_lagr_coupling.c:
 Include dependency graph for cs_lagr_coupling.c:| Functions | |
| void | cs_lagr_coupling (const cs_real_t taup[], const cs_real_t tempct[], cs_real_t tsfext[], const cs_real_t cpgd1[], const cs_real_t cpgd2[], const cs_real_t cpght[]) | 
| 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_t | cpgd1[], | ||
| const cs_real_t | cpgd2[], | ||
| const cs_real_t | cpght[] | ||
| ) | 
Compute source terms for Lagrangian 2-way coupling.
| [in] | taup | dynamic characteristic time | 
| [in] | tempct | thermal charactersitic time | 
| [out] | tsfext | external forces | 
| [in] | cpgd1 | devolatization term 1 for heterogeneous coal | 
| [in] | cpgd2 | devolatization term 2 for heterogeneous coal | 
| [in] | cpght | combustion term for heterogeneous coal |