Coal combustion model: NOx source terms computation. More...
#include "base/cs_defs.h"#include <assert.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft/bft_mem.h"#include "bft/bft_printf.h"#include "base/cs_array.h"#include "comb/cs_coal.h"#include "comb/cs_coal_ht_convert.h"#include "base/cs_field.h"#include "base/cs_field_default.h"#include "base/cs_field_pointer.h"#include "base/cs_math.h"#include "mesh/cs_mesh.h"#include "mesh/cs_mesh_quantities.h"#include "base/cs_physical_constants.h"#include "pprt/cs_physical_model.h"#include "base/cs_thermal_model.h"#include "base/cs_time_step.h"#include "comb/cs_coal_source_terms.h"
Include dependency graph for cs_coal_noxst.cpp:Functions | |
| void | cs_coal_noxst (const int indpdf[], const cs_real_t pdfm1[], const cs_real_t pdfm2[], const cs_real_t doxyd[], const cs_real_t dfuel[], const cs_real_t hrec[], const cs_real_t f3m[], const cs_real_t f4m[], const cs_real_t f5m[], const cs_real_t f6m[], const cs_real_t f7m[], const cs_real_t f8m[], const cs_real_t f9m[], const cs_real_t fs3no[], const cs_real_t fs4no[], const cs_real_t yfs4no[], const cs_real_t enthox[]) |
| Compute NOx source terms for pulverized coal flame. More... | |
Coal combustion model: NOx source terms computation.
| void cs_coal_noxst | ( | const int | indpdf[], |
| const cs_real_t | pdfm1[], | ||
| const cs_real_t | pdfm2[], | ||
| const cs_real_t | doxyd[], | ||
| const cs_real_t | dfuel[], | ||
| const cs_real_t | hrec[], | ||
| const cs_real_t | f3m[], | ||
| const cs_real_t | f4m[], | ||
| const cs_real_t | f5m[], | ||
| const cs_real_t | f6m[], | ||
| const cs_real_t | f7m[], | ||
| const cs_real_t | f8m[], | ||
| const cs_real_t | f9m[], | ||
| const cs_real_t | fs3no[], | ||
| const cs_real_t | fs4no[], | ||
| const cs_real_t | yfs4no[], | ||
| const cs_real_t | enthox[] | ||
| ) |
Compute NOx source terms for pulverized coal flame.
K1 exp(-E1/RT) (conversion HCN to N2) K2 exp(-E2/RT) (conversion HCN to NO) K3 exp(-E3/RT) (themal NO)
| [in] | indpdf | use pdf |
| [in] | pdfm1 | lower bound of pdf |
| [in] | pdfm2 | upper bound of pdf |
| [in] | doxyd | amplitude of Dirac peak in 1 |
| [in] | dfuel | amplitude of Dirac peak in 0 |
| [in] | hrec | height of pdf rectangle |
| [in] | f1m | mean of tracer 1 mvl [chx1m+co] |
| [in] | f2m | mean of tracer 2 mvl [chx2m+co] |
| [in] | f3m | mean of tracer 3 (oxydant 1) |
| [in] | f4m | mean of tracer 4 (oxydant 2) |
| [in] | f5m | mean of tracer 5 (oxydant 3) |
| [in] | f6m | mean of tracer 6 (humidity) |
| [in] | f7m | mean of tracer 7 (C + O2) |
| [in] | f8m | mean of tracer 8 (C + CO2) |
| [in] | f9m | mean of tracer 9 (C + H2O) |