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_t * | cs_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... | |
Coal combustion model.
| cs_coal_model_t* cs_coal_model_create | ( | void | ) |
Create coal model.
Create coal model object.
| 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.
| 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.
| [in] | f | pointer to scalar field |
| [in,out] | smbrs | right and side (explicit ST contribution) |
| [in,out] | rovsdt | system diagonal (implicit ST contribution) |