#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_radst.h"
Include dependency graph for cs_coal_radst.c:Functions | |
| void | cs_coal_radst (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... | |
| void cs_coal_radst | ( | 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) |