My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_blas.h"
#include "cs_boundary_conditions.h"
#include "cs_boundary_zone.h"
#include "cs_combustion_model.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_gui_util.h"
#include "cs_log.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_parameters_check.h"
#include "cs_thermal_model.h"
#include "cs_equation_iterative_solve.h"
#include "cs_gradient.h"
#include "cs_face_viscosity.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_sles.h"
#include "cs_sles_it.h"
#include "cs_time_step.h"
#include "cs_gui_radiative_transfer.h"
#include "cs_rad_transfer.h"
#include "cs_rad_transfer_absorption.h"
#include "cs_rad_transfer_pun.h"
#include "cs_rad_transfer_bcs.h"
#include "cs_rad_transfer_solve.h"
Functions | |
void | cs_rad_transfer_solve (int bc_type[], const cs_real_t dt[], cs_real_t cp2fol, const cs_real_t cp2ch[], const int ichcor[]) |
Solve the radiative transfer equation. More... | |
void cs_rad_transfer_solve | ( | int | bc_type[], |
const cs_real_t | dt[], | ||
cs_real_t | cp2fol, | ||
const cs_real_t | cp2ch[], | ||
const int | ichcor[] | ||
) |
Solve the radiative transfer equation.
Two types of method are available:
[in,out] | bc_type | boundary face types |
[in] | dt | time step (per cell) |
[in] | cp2fol | fuel oil liquid CP |
[in] | cp2ch | pulverized coal CP's |
[in] | ichcor | pulverized coal indirection |