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_printf.h"
#include "cs_array.h"
#include "cs_field.h"
#include "cs_math.h"
#include "cs_mem.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_restart.h"
#include "cs_thermal_model.h"
#include "cs_coal.h"
#include "cs_coal_ht_convert.h"
#include "cs_coal_initialize.h"
Functions | |
void | cs_coal_fields_initialize (void) |
Initialize specific field values for pulverized coal combustion. More... | |
Coal combustion model.
void cs_coal_fields_initialize | ( | void | ) |
Initialize specific field values for pulverized coal combustion.
(DOXYGEN_SHOULD_SKIP_THIS)
Here, the density and viscosity have in initialized using reference values or have been read from a restart file.
The full viscosity and Cp values are available only if they have been read from a restart file.
Physical properties such as density, viscosity, Cp are handled in the dedicated cs_coal_physprop function.