Table des matières

Namelist "Species_Wall_Boundary_Condition_Setup"

Used in the context of a multi-species flow only.

This data setup allows the user to handle the boundary conditions applied to the species mass fractions. 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

 &Species_Wall_Boundary_Condition_Setup
  Wall_BC_DataSetName     ="Set1",
  West_Species_BC_Option  = 1    , East_Species_BC_Option  = 1    , 
  Back_Species_BC_Option  = 1    , Front_Species_BC_Option = 1    , 
  South_Species_BC_Option = 1    , North_Species_BC_Option = 1    ,
  West_Species_BC_Value(:)= 0.0  , East_Species_BC_Value(:)= 0.0 ,
  Back_Species_BC_Value(:)= 0.0  , Front_Species_BC_Value(:)= 0.0 , 
  South_Species_BC_Value(:)= 0.0 , North_Species_BC_Value(:)= 0.0 /
  • If the usual “zero mass flux” conditions are applied for all walls, this namelist can be omitted in the data file. The code use this boundary condition for any wall by default.
  • This namelist can be pooled with other ones of same type (for the temperature or velocity components) to form a 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 only. The user can easily define the boundary conditions related to the other walls and velocity components by substituting the relevant character strings in the name of variables.

Wall_BC_DataSetName

WEST_Species_BC_Option

WEST_Species_BC_Value

End_of_Data_Block