8.0
general documentation
cs_stl_mesh_t Struct Reference

#include <cs_stl.h>

+ Collaboration diagram for cs_stl_mesh_t:

Data Fields

char name [20]
 
char header [80]
 
cs_lnum_t n_faces
 
cs_real_3_tcoords
 
cs_real_3_tcoords_ini
 
int n_seeds
 
cs_real_tseed_coords
 
bool is_porous
 
fvm_nodal_t * ext_mesh
 

Field Documentation

◆ coords

cs_real_3_t* coords

Array of face vertex coordinates coord[n_vertices][3]

◆ coords_ini

cs_real_3_t* coords_ini

Array of face vertex coordinates at init coord_ini[n_vertices][3]

◆ ext_mesh

fvm_nodal_t* ext_mesh

Associated external mesh

◆ header

char header[80]

Header of the STL file

◆ is_porous

bool is_porous

If true the STL is used for porosity computation. (Default : False)

◆ n_faces

cs_lnum_t n_faces

Number of triangles

◆ n_seeds

int n_seeds

Number of prescribed points outside the STL

◆ name

char name[20]

Name identifier of the STL file

◆ seed_coords

cs_real_t* seed_coords

Coordinates of the reference seed points seed_coords[n_seed][3]


The documentation for this struct was generated from the following file: