Table des matières

Namelist "Heat_Wall_Boundary_Condition_Setup"

This data set allows the user to handle the heat boundary conditions applied to walls. Walls are identified according to the orientation of their normal direction from the adjacent fluid-cell. They are named as :

A data set can be attributed to the walls of several solid bodies. Some examples are given here .

Full data set of the namelist

 &Heat_Wall_Boundary_Condition_Setup
    Wall_BC_DataSetName     ="Set1",
    West_Heat_BC_Option     = 0    , East_Heat_BC_Option     = 0 , 
    Back_Heat_BC_Option     = 0    , Front_Heat_BC_Option    = 0 , 
    South_Heat_BC_Option    = 0    , North_Heat_BC_Option    = 0,
    West_Heat_Function_Type = 0    , East_Heat_Function_Type = 0 ,  
    Back_Heat_Function_Type = 0    , Front_Heat_Function_Type= 0 , 
    South_Heat_Function_Type= 0    , North_Heat_Function_Type= 0,
    West_Wall_BC_Value      = 293. , East_Wall_BC_Value      = 293.0  ,  
    Back_Wall_BC_Value      = 293. , Front_Wall_BC_Value     = 293.   , 
    South_Wall_BC_Value     = 293. , North_Wall_BC_Value     = 293.  ,
    Material_Thermal_Conductivity= 1.00 , 
    Material_Mass_Heat_Capacity  = 1.00 , 
    Material_Density             = 1.00 ,
    Time_Fct_Name                = "Sinus" , 
    Time_Fct_Threshold           = 0.0 , 
    Time_Fct_Time_Scale          = 1.0 ,
    Time_Fct_Magnitude           = 0.0 /
  • When all the walls of the domain are adiabatic, this namelist could be omitted in the data file. The code uses this boundary condition by default for every walls.
  • Some specific data like thermal conductivity, heat capacity or density, are not directly linked to thermal boundary conditions, they are used only when a solid body is stated like a thermically conductive material and the heat transfer through it is explicitly solved. A solid body is built from the namelists Polyhedral_Immersed_Bodies and Cylindrical_Immersed_Bodies.
  • Data related to time evolution can be omitted when the boundary conditions are constant.
  • This namelist can be pooled with other ones of same type (for the velocity components or species mass fraction) to form a full wall boundary condition setup.

Find here how to construct the wall boundary conditions and some examples.


Definition of the data set


Wall_BC_DataSetName

WEST_Heat_BC_Option

WEST_Heat_Function_Type

Default value= 0

WEST_Wall_BC_Value

NOTE : The equivalent data exist for the other walls. Please, replace the characters “WEST” by “EAST”, “FRONT”, “BACK”, “NORTH or “SOUTH” to define the boundary conditions on the walls oriented to the appropriate direction.

The following data are useful for the thermically conductive materials (materialized by walls) in which the heat transfer is explicitly solved, otherwise they can be omitted.


Material_Thermal_Conductivity

Material_Mass_Heat_Capacity

Material_Density


The following data are useful when the heat boundary conditions are time variable. Otherwise they can be omitted.


Time_Fct_Name

Time_Fct_Threshold

Time_Fct_Time_Scale

Time_Fct_Magnitude

End_of_Data_Block