3D wall data parameters  
 More...
#include <wall_3d.h>
3D wall data parameters 
Definition at line 16 of file wall_3d.h.
 
Number of wall triangles 
Definition at line 17 of file wall_3d.h.
 
 
◆ xmin
Minimum extend on x-direction [m] 
Definition at line 18 of file wall_3d.h.
 
 
◆ xmax
Maximum extend on x-direction [m] 
Definition at line 19 of file wall_3d.h.
 
 
◆ xgrid
Octree cell width in x-direction [m] 
Definition at line 20 of file wall_3d.h.
 
 
◆ ymin
Minimum extend on y-direction [m] 
Definition at line 21 of file wall_3d.h.
 
 
◆ ymax
Maximum extend on y-direction [m] 
Definition at line 22 of file wall_3d.h.
 
 
◆ ygrid
Octree cell width in y-direction [m] 
Definition at line 23 of file wall_3d.h.
 
 
◆ zmin
Minimum extend on z-direction [m] 
Definition at line 24 of file wall_3d.h.
 
 
◆ zmax
Maximum extend on z-direction [m] 
Definition at line 25 of file wall_3d.h.
 
 
◆ zgrid
Octree cell width in z-direction [m] 
Definition at line 26 of file wall_3d.h.
 
 
◆ depth
Depth of the octree 
Definition at line 27 of file wall_3d.h.
 
 
◆ ngrid
Number of cells computational volume is divided to in each direction. ngrid = 2^(depth-1) 
Definition at line 28 of file wall_3d.h.
 
 
◆ wall_tris
      
        
          | real* wall_3d_data::wall_tris | 
        
      
 
Array of wall triangle coordinates 
Definition at line 30 of file wall_3d.h.
 
 
◆ flag
Array of wall triangle flags 
Definition at line 31 of file wall_3d.h.
 
 
◆ tree_array
      
        
          | int* wall_3d_data::tree_array | 
        
      
 
Array storing information what triangles given octree cell stores. 
First ncell elements store the array position where data for a given cell begins, where the cell index is icell = ix * ngrid**2 + iy * ngrid + iz. The first element in the cell data, i.e. tree_array[tree_array[icell]], is the number of triangles in this cell, ntriangle, and the next ntriangle elements are the triangle indices. 
Definition at line 41 of file wall_3d.h.
 
 
◆ tree_array_size
      
        
          | int wall_3d_data::tree_array_size | 
        
      
 
 
The documentation for this struct was generated from the following file: