8.1
general documentation
cs_coal.c File Reference

Coal combustion model. More...

#include "cs_defs.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_coal.h"
+ Include dependency graph for cs_coal.c:

Functions

cs_coal_model_tcs_coal_model_create (void)
 Create coal model. More...
 
void cs_coal_model_destroy (cs_coal_model_t **cm)
 Finalize coal model. More...
 
void cs_coal_rad_transfer_st (const cs_field_t *f, cs_real_t *smbrs, cs_real_t *rovsdt)
 Take in account the radiative source terms in the particle equation of a given class for pulverized coal flame. More...
 

Detailed Description

Coal combustion model.

Function Documentation

◆ cs_coal_model_create()

cs_coal_model_t* cs_coal_model_create ( void  )

Create coal model.

Create coal model object.

Returns
pointer to coal model structure.

◆ cs_coal_model_destroy()

void cs_coal_model_destroy ( cs_coal_model_t **  cm)

Finalize coal model.

Destroy coal model object.

\pram[in, out] cm pointer to coal model pointer to destroy.

◆ cs_coal_rad_transfer_st()

void cs_coal_rad_transfer_st ( const cs_field_t f,
cs_real_t smbrs,
cs_real_t rovsdt 
)

Take in account the radiative source terms in the particle equation of a given class for pulverized coal flame.

Parameters
[in]fpointer to scalar field
[in,out]smbrsright and side (explicit ST contribution)
[in,out]rovsdtsystem diagonal (implicit ST contribution)