9.1
general documentation
cs_lagr_sde_model.h File Reference
#include "base/cs_defs.h"
+ Include dependency graph for cs_lagr_sde_model.h:

Go to the source code of this file.

Functions

void cs_lagr_sde_model (const cs_lnum_t ip, 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...
 

Function Documentation

◆ cs_lagr_sde_model()

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.

  • temperature seen by particles,
  • particle temperature,
  • particle diameter
  • particle mass
  • variables related to coal grains (Temp, MCH, MCK)
  • additional user parameters
Parameters
[in]ipparticle id
[in]dt_parttime step associated to the particle
[in]norcurrent step id (for 2nd order scheme)
[in]tempctthermal characteristic time
[out]cpgd1,cpgd2devolatilisation terms 1 and 2
[out]cpghtheterogeneos combusion terms (coal with thermal return coupling)
  • temperature seen by particles,
  • particle temperature,
  • particle diameter
  • particle mass
  • variables related to coal grains (Temp, MCH, MCK)
  • additional user parameters
Parameters
[in]p_idparticle id
[in]dt_parttime step associated to the particle
[in]norcurrent step id (for 2nd order scheme)
[in]tempctthermal characteristic time
[out]cpgd1,cpgd2devolatilisation terms 1 and 2
[out]cpghtheterogeneos combusion terms (coal with thermal return coupling)