Table des matières

Inlet_Boundary_Condition

This data setup are used to define the inflow condition features. The inflow geometry is restricted to rectangular/line forms in 3D/2D configuration. In the particular case of cylindrical geometries, the inlets can be circular, annular or bowed retangular. In fact, the geometry of the inlet fits the grid topology.

Full data set of the namelist

  &Inlet_Boundary_Conditions
   Type_of_BC= "INLET", Direction_Normal_Plan= 1 ,
   Plan_Location_Coordinate= -0.05   ,
   Start_Coordinate_of_First_Span = -0.01, End_Coordinate_of_First_Span = 0.01,
   Start_Coordinate_of_Second_Span= 0.0  , End_Coordinate_of_Second_Span= 0.0 ,
   Flow_Direction= 1 ,
   Normal_Velocity_Reference_Value= 1.5E-3  , 
   Temperature_Reference_Value= 293.0 ,   
   Density_Reference_Value=  1.66328E-1,
   Define_Velocity_profile= 0 ,
   Species_Boundary_Condition_Type= 0 , Define_Mass_Fraction_profile= 0 ,
   Temporal_Variation_For_Each_Species= 0  0 0 ,
   Species_Reference_Value= 0.2   0.3   0.5 , !--- Here we suppose 3 species
   Time_Fct_Name= "Sinus" , Time_Fct_Threshold= 0.0 , 
   Time_Fct_Time_Scale= 1.0 , Time_Fct_Magnitude= 0.0 ,
   End_of_Data_Block= .true. /
                          
  • Whatever the grid topology, the orientation and the span of the inflow are defined by means of :
    • the normal vector of the inlet plane associated to a specific direction (I,J or K).
    • the coordinates associated to the position of the inlet sides along the two perpendicular directions to the normal vector (denoted the first and second span directions).
  • When the normal vector is oriented along the I-direction, the first span direction is J and the second is K.
  • When the the normal vector is oriented along the J-direction, the first span direction is I and the second is K.
  • When the the normal vector is oriented along the K-direction, the first span direction is I and the second is J.
  • When the inflow conditions are constant the time data can be omitted.
  • By default the domain is enclosed. The boundary conditions defined by default at the ends of the domain are walls. When an inlet is placed at the end of the domain, it replaces the wall conditions over the inflow area.
  • Don't forget to set the boolean data “End_of_Data_Block” at the end of the namelist. A “.true.” value means the end of the data block when several namelists are used to create several inlets.

Find some examples here about inflow configurations.


Definition of the data set


Type_of_BC

Direction_Normal_Plan

Plan_Location_Coordinate

Start_Coordinate_of_First_Span

End_Coordinate_of_First_Span

Start_Coordinate_of_Second_Span

End_Coordinate_of_Second_Span

Flow_Direction

Normal_Velocity_Reference_Value

Define_Velocity_profile

When the parabolic profile is selected, it is defined from the “Normal_Velocity_Reference_Value” which is the bulk velocity (space averaged velocity).

Variable_Flowrate

Temperature_Reference_Value

Density_Reference_Value

Species_Reference_Value

Species_Boundary_Condition_Type

Define_Mass_Fraction_profile

Temporal_Variation_For_Each_Species

End_of_Data_Block