9.0
general documentation
Loading...
Searching...
No Matches
cs_rad_transfer_wall_flux.cpp File Reference
#include "base/cs_defs.h"
#include "base/cs_math.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_log.h"
#include "base/cs_boundary_zone.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parall.h"
#include "base/cs_parameters.h"
#include "alge/cs_sles.h"
#include "alge/cs_sles_it.h"
#include "base/cs_thermal_model.h"
#include "base/cs_timer.h"
#include "rayt/cs_rad_transfer.h"
#include "rayt/cs_rad_transfer_wall_flux.h"
Include dependency graph for cs_rad_transfer_wall_flux.cpp:

Functions

void cs_rad_transfer_compute_wall_t (int isothp[], cs_real_t tmin, cs_real_t tmax, cs_real_t tx, cs_real_t qincip[], cs_real_t textp[], cs_real_t xlamp[], cs_real_t epap[], cs_real_t epsp[], cs_real_t hfconp[], cs_real_t flconp[], cs_real_t tempkp[], cs_real_t twall[])
 Wall temperature computation with flux balance.

Function Documentation

◆ cs_rad_transfer_compute_wall_t()

void cs_rad_transfer_compute_wall_t ( int isothp[],
cs_real_t tmin,
cs_real_t tmax,
cs_real_t tx,
cs_real_t qincip[],
cs_real_t textp[],
cs_real_t xlamp[],
cs_real_t epap[],
cs_real_t epsp[],
cs_real_t hfconp[],
cs_real_t flconp[],
cs_real_t tempkp[],
cs_real_t twall[] )

Wall temperature computation with flux balance.

Parameters
[in]isothplist of isothermal boundaries
[in]tminminimum allowed temperature (clip to this value)
[in]tmaxmaximum allowed temperature (clip to this value)
[in]txtemperature relaxtion parameter
[in]qincipradiative flux density at boundaries
[in]textpexterior boundary temperature in degrees C
[in]xlampthermal conductivity coefficient of wall faces (w/m/k)
[in]epapwall thickness (m)
[in]epspwall emissivity
[in]hfconpboundary fluid exchange coefficient
[in]flconpboundary convective flux density
[in]tempkptemperature in Kelvin
[out]twallwall temperature in Kelvin