Go to the source code of this file.
|
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.
|
◆ 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] | isothp | list of isothermal boundaries |
[in] | tmin | minimum allowed temperature (clip to this value) |
[in] | tmax | maximum allowed temperature (clip to this value) |
[in] | tx | temperature relaxtion parameter |
[in] | qincip | radiative flux density at boundaries |
[in] | textp | exterior 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 |
[out] | twall | wall temperature in Kelvin |