My Project
programmer's documentation
Functions
cs_lagr_sde_model.c File Reference
#include "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_printf.h"
#include "bft_error.h"
#include "bft_mem.h"
#include "cs_base.h"
#include "cs_math.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_mesh.h"
#include "cs_thermal_model.h"
#include "cs_lagr.h"
#include "cs_lagr_tracking.h"
#include "cs_lagr_prototypes.h"
#include "cs_lagr_sde.h"
#include "cs_prototypes.h"
#include "cs_lagr_sde_model.h"
Include dependency graph for cs_lagr_sde_model.c:

Functions

void cs_lagr_sde_model (const cs_real_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...
 

Detailed Description

Integration of Lagrangian stochastic diferential equations.

Function Documentation

◆ cs_lagr_sde_model()

void cs_lagr_sde_model ( const cs_real_t  tempct[],
cs_real_t  cpgd1[],
cs_real_t  cpgd2[],
cs_real_t  cpght[] 
)

Integration of particle stochastic differential equations for specific physical models.

  • fluid temperature seen by particles,
  • particle temperature,
  • particle diameter
  • particle mass
  • variables related to coal grains (Temp, MCH, MCK)
  • additional user parameters
Parameters
[in]tempctthermal characteristic time
[out]cpgd1,cpgd2devolatilisation terms 1 and 2
[out]cpghtheterogeneos combusion terms (coal with thermal return coupling)