The radiative boundary condition is based on the calculation of a new wall temperature. This temperature is computed with a thermal flux balance:
Therefore :
Note
In Code_Saturne the flux is positive when it is oriented from inside to outside.
Body
Emissivity
polished steel
0.06
oxidized steel
0.80
steel rough
0.94
polished aluminium
0.04
oxidiezd aluminium (inside)
0.09
oxidized aluminium (wet air)
0.90
brick
0.93
concrete
0.93
paper
0.8 to 0.9
water
0.96
Boundary faces identification
Boundary faces may be identified using the getfbr function, or preferrably, through boundary zones, defined using the GUI or the cs_user_zones function..
Initialization and finalization
The following declaration and initialization block needs to be added for the following examples:
For each boundary face face_id, a specific output (logging and postprocessing) zone id may be assigned. This allows realizing balance sheets by treating them separately for each zone. By default, the output zone id is set to the general (input) zone id associated to a face.
To access output zone ids (both for reading and modifying), use the cs_rad_transfer_get_output_b_face_zone_ids function. The zone id values are arbitrarily chosen by the user, but must be positive integers; very high numbers may also lead to higher memory consumption.
Wall characteristics
Warning
The unit of the temperature is the Kelvin
Mandatory data
isothp(ifac) boundary face type
itpimp -> Gray wall with fixed inside temperature
ipgrno -> Gray wall with fixed outside temperature
iprefl -> Reflecting wall with fixed outside temperature
ifgrno -> Gray wall with fixed conduction flux
ifrefl -> Reflecting wall with fixed conduction flux
tintp(ifac) inside wall temperature (Kelvin) initialize thwall at the first time step. If isothp = itpimp, the value of thwall is fixed to tintp In the other case, tintp is only for initialization.
Other data (depending of the isothp)
rcodcl = conduction flux
epsp = emissivity
xlamp = conductivity ( )
epap = thickness ( )
textp = outside temperature ( )
Examples of boundary conditions
Here is a list of examples:
Gray or black wall with profil of fixed inside temperature
For wall boundary faces, selection criteria: color 1
For all boundary faces that are not wall it is MANDATORY to impose a number of zone in the array izfrdp. For each zone, informations will be displayed in the listing.
Verification that all boundary faces have been treated