Table des matières

Domain_Features

This data set defines the domain size, the grid data, the domain decomposition features (MPI parallelisation characteristics : number of MPI processes connected to subdomains and how they are distributed over the domain) and the number of threads also used to split the domain (OpenMP parallelization).

Full data set of the namelist

 &Domain_Features Geometric_Layout               = 0,
                  Start_Coordinate_I_Direction   =-0.05 , 
                  End_Coordinate_I_Direction     = 0.05,
                  Start_Coordinate_J_Direction   =-0.05 , 
                  End_Coordinate_J_Direction     = 0.05,
                  Start_Coordinate_K_Direction   = 0.00 , 
                  End_Coordinate_K_Direction     = 0.00,
                  Cells_Number_I_Direction       = 80 ,
                  Cells_Number_J_Direction       = 60 ,
                  Cells_Number_K_Direction       = 1,
                  Number_OMP_Threads             = 1,
                  MPI_Cartesian_Topology         = .false. ,
                  MPI_Graphic_Topology           = .false. ,
                  Total_Number_MPI_Processes     = 1,
                  Max_Number_MPI_Proc_I_Direction= 1 , 
                  Max_Number_MPI_Proc_J_Direction= 1, 
                  Max_Number_MPI_Proc_K_Direction= 1,
                  Regular_Mesh                   = .true. /
         

In domain decomposition approach (MPI parallelization), the number of cells (Cells_Number_I_Direction, Cells_Number_J_Direction, Cells_Number_K_Direction) is related to each subdomain , not the whole domain. Find some examples here .

Definition of the data set


Geometric_Layout

Start_Coordinate_I_Direction

Start_Coordinate_J_Direction

Start_Coordinate_K_Direction

End_Coordinate_I_Direction

End_Coordinate_J_Direction

End_Coordinate_K_Direction

Cells_Number_I_Direction

Cells_Number_J_Direction

Cells_Number_K_Direction

Number_OMP_Threads

MPI_Cartesian_Topology

MPI_Graphic_Topology

Total_Number_MPI_Processes

Max_Number_MPI_Proc_I_Direction

Max_Number_MPI_Proc_J_Direction

Max_Number_MPI_Proc_K_Direction

Regular_Mesh