My Project
programmer's documentation
|
#include "cs_defs.h"
#include "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_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_log.h"
#include "cs_boundary_zone.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_sles.h"
#include "cs_sles_it.h"
#include "cs_timer.h"
#include "cs_rad_transfer.h"
#include "cs_rad_transfer_wall_flux.h"
Functions | |
void | cs_rad_transfer_wall_flux (int nvar, int ivart, int isothp[], cs_real_t *tmin, cs_real_t *tmax, cs_real_t *tx, cs_real_t *rcodcl, cs_real_t tparop[], cs_real_t qincip[], cs_real_t textp[], cs_real_t tintp[], cs_real_t xlamp[], cs_real_t epap[], cs_real_t epsp[], cs_real_t hfconp[], cs_real_t flconp[], cs_real_t tempkp[]) |
Wall temperature computation with flux balance. More... | |
void cs_rad_transfer_wall_flux | ( | int | nvar, |
int | ivart, | ||
int | isothp[], | ||
cs_real_t * | tmin, | ||
cs_real_t * | tmax, | ||
cs_real_t * | tx, | ||
cs_real_t * | rcodcl, | ||
cs_real_t | tparop[], | ||
cs_real_t | qincip[], | ||
cs_real_t | textp[], | ||
cs_real_t | tintp[], | ||
cs_real_t | xlamp[], | ||
cs_real_t | epap[], | ||
cs_real_t | epsp[], | ||
cs_real_t | hfconp[], | ||
cs_real_t | flconp[], | ||
cs_real_t | tempkp[] | ||
) |
Wall temperature computation with flux balance.
[in] | nvar | number of variable BC's |
[in] | ivart | variable id of thermal variable |
[in] | isothp | list of isothermal boundaries |
[in] | rcodcl | boundary condition values rcodcl[0] = Dirichlet value rcodcl[1] = exchange coefficient value. (infinite if no exchange) rcodcl[2] = flux density value (negative if gain) in w/m2 or rugosity height (m) if icodcl=6,
|
[out] | tparop | wall temperature in Kelvin |
[in] | qincip | dradiative flux density at boundaries |
[in] | textp | exterior boundary temperature in degrees C |
[in] | tintp | interior boundary temperature in degrees C |
[in] | xlamp | thermal conductivity coefficient of wall faces (w/m/k) |
[in] | epap | wall thickness (m) |
[in] | epsp | wall emissivity |
[in] | hfconp | boundary fluid exchange coefficient |
[in] | flconp | boundary convective flux density |
[in] | tempkp | temperature in Kelvin |