#include <cs_stl.h>
Data Fields | |
char | name [20] |
char | header [80] |
cs_lnum_t | n_faces |
cs_real_3_t * | coords |
cs_real_3_t * | coords_ini |
int | n_seeds |
cs_real_t * | seed_coords |
bool | is_porous |
fvm_nodal_t * | ext_mesh |
cs_real_3_t* coords |
Array of face vertex coordinates coord[n_vertices][3]
cs_real_3_t* coords_ini |
Array of face vertex coordinates at init coord_ini[n_vertices][3]
fvm_nodal_t* ext_mesh |
Associated external mesh
char header[80] |
Header of the STL file
bool is_porous |
If true the STL is used for porosity computation. (Default : False)
cs_lnum_t n_faces |
Number of triangles
int n_seeds |
Number of prescribed points outside the STL
char name[20] |
Name identifier of the STL file
cs_real_t* seed_coords |
Coordinates of the reference seed points seed_coords[n_seed][3]