#include "base/cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <assert.h>#include <math.h>#include <string.h>#include <stddef.h>#include <float.h>#include <ctype.h>#include "bft/bft_printf.h"#include "bft/bft_error.h"#include "base/cs_base.h"#include "base/cs_mem.h"#include "comb/cs_coal.h"#include "comb/cs_coal_ht_convert.h"#include "base/cs_math.h"#include "base/cs_physical_constants.h"#include "pprt/cs_physical_model.h"#include "mesh/cs_mesh.h"#include "base/cs_thermal_model.h"#include "turb/cs_turbulence_model.h"#include "lagr/cs_lagr.h"#include "lagr/cs_lagr_tracking.h"#include "lagr/cs_lagr_prototypes.h"#include "lagr/cs_lagr_sde.h"#include "base/cs_prototypes.h"#include "lagr/cs_lagr_sde_model.h"#include "atmo/cs_air_props.h"#include "ctwr/cs_ctwr.h"
Include dependency graph for cs_lagr_sde_model.cpp:Functions | |
| void | cs_lagr_sde_model (const cs_lnum_t p_id, const cs_real_t dt_part, int nor, const cs_real_2_t tempct, cs_real_t *cpgd1, cs_real_t *cpgd2, cs_real_t *cpght) |
| Integration of particle stochastic differential equations for specific physical models. More... | |
Integration of Lagrangian stochastic diferential equations.
| void cs_lagr_sde_model | ( | const cs_lnum_t | p_id, |
| const cs_real_t | dt_part, | ||
| int | nor, | ||
| const cs_real_2_t | tempct, | ||
| cs_real_t * | cpgd1, | ||
| cs_real_t * | cpgd2, | ||
| cs_real_t * | cpght | ||
| ) |
Integration of particle stochastic differential equations for specific physical models.
| [in] | p_id | particle id |
| [in] | dt_part | time step associated to the particle |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | tempct | thermal characteristic time |
| [out] | cpgd1,cpgd2 | devolatilisation terms 1 and 2 |
| [out] | cpght | heterogeneos combusion terms (coal with thermal return coupling) |