Table des matières

Namelist "Velocity_Wall_Boundary_Condition_Setup"

This data setup allow the user to handle the boundary conditions applied to the velocity components on walls. Walls are identified according to the orientation of their normal vector 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

 &Velocity_Wall_Boundary_Condition_Setup
  Wall_BC_DataSetName     ="Set1",
  West_Velocity_I_BC_Option = 0  , East_Velocity_I_BC_Option = 0 , 
  Back_Velocity_I_BC_Option = 0  , Front_Velocity_I_BC_Option= 0 ,   
  South_Velocity_I_BC_Option= 0  , North_Velocity_I_BC_Option= 0 ,
  West_Velocity_J_BC_Option = 0  , East_Velocity_J_BC_Option= 0 ,  
  Back_Velocity_J_BC_Option = 0  , Front_Velocity_J_BC_Option= 0 ,    
  South_Velocity_J_BC_Option= 0  , North_Velocity_J_BC_Option= 0 ,
  West_Velocity_K_BC_Option= 0   , East_Velocity_K_BC_Option= 0 ,  
  Back_Velocity_K_BC_Option= 0   , Front_Velocity_K_BC_Option= 0 ,  
  South_Velocity_K_BC_Option= 0  , North_Velocity_K_BC_Option= 0 ,
  
  West_Velocity_I_Function_Type = 0, East_Velocity_I_Function_Type= 0, 
  Back_Velocity_I_Function_Type = 0, Front_Velocity_I_Function_Type= 0, 
  South_Velocity_I_Function_Type= 0, North_Velocity_I_Function_Type= 0 ,
  West_Velocity_J_Function_Type = 0, East_Velocity_J_Function_Type= 0, 
  Back_Velocity_J_Function_Type = 0, Front_Velocity_J_Function_Type= 0, 
  South_Velocity_J_Function_Type= 0, North_Velocity_J_Function_Type= 0 ,
  West_Velocity_K_Function_Type = 0, East_Velocity_K_Function_Type= 0, 
  Back_Velocity_K_Function_Type = 0, Front_Velocity_K_Function_Type= 0, 
  South_Velocity_K_Function_Type= 0, North_Velocity_K_Function_Type= 0 ,
  
  West_Wall_Velocity_I = 0.0   , East_Wall_Velocity_I= 0.0   ,   
  Back_Wall_Velocity_I = 0.0   , Front_Wall_Velocity_I= 0.0    ,  
  South_Wall_Velocity_I= 0.0   , North_Wall_Velocity_I= 0.0 ,
  West_Wall_Velocity_J= 0.0    , East_Wall_Velocity_J= 0.0   ,   
  Back_Wall_Velocity_J= 0.0    , Front_Wall_Velocity_J= 0.0    ,  
  South_Wall_Velocity_J= 0.0   , North_Wall_Velocity_J= 0.0 ,
  West_Wall_Velocity_K= 0.0    , East_Wall_Velocity_K= 0.0   ,   
  Back_Wall_Velocity_K= 0.0    , Front_Wall_Velocity_K= 0.0    ,  
  South_Wall_Velocity_K= 0.0   , North_Wall_Velocity_K= 0.0 /
  • The data linked to the velocity components contain the character string “Velocity_I”, “Velocity_J” or “Velocity_K”. These data are thus applied to the velocity component along the I,J or K-direction, respectively.
  • When the usual no-slip and impermeability conditions are applied for all walls, this namelist could be omitted in the data file. The code use this boundary condition by default for any wall.
  • This namelist can be pooled with other ones of same type (for the heat 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


For a sake of clarity, the data are defined for the the “WEST” wall and for the I-velocity component only. The user can easily define the boundary conditions related to the other walls and other velocity components by substituting the relevant character strings in the name of variables.

Wall_BC_DataSetName

WEST_Velocity_I_BC_Option

WEST_Velocity_I_Function_Type

West_Wall_Velocity_I