1 #ifndef __CS_POROSITY_FROM_SCAN_H__ 2 #define __CS_POROSITY_FROM_SCAN_H__
char * file_name
Definition: cs_porosity_from_scan.h:73
cs_real_t cs_real_34_t[3][4]
Definition: cs_defs.h:348
char * output_name
Definition: cs_porosity_from_scan.h:74
cs_porosity_from_scan_opt_t * cs_glob_porosity_from_scan_opt
cs_real_34_t transformation_matrix
Definition: cs_porosity_from_scan.h:80
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
bool compute_porosity_from_scan
Definition: cs_porosity_from_scan.h:72
void cs_porosity_from_scan_add_source(const cs_real_t source[3], bool transform)
Add a scanner source point.
Definition: cs_porosity_from_scan.c:590
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_lnum_t threshold
Definition: cs_porosity_from_scan.h:84
void cs_compute_porosity_from_scan(void)
Compute the porosity which is equal to one from a source, radiating sphericaly, and is 0 when touchin...
Definition: cs_porosity_from_scan.c:649
int nb_sources
Definition: cs_porosity_from_scan.h:81
void cs_porosity_from_scan_set_output_name(const char *output_name)
Set the output name for the FVM writer of scan points.
Definition: cs_porosity_from_scan.c:564
bool postprocess_points
Definition: cs_porosity_from_scan.h:75
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:335
void cs_porosity_from_scan_set_file_name(const char *file_name)
Set the file name of points for the computation of the porosity from scan.
Definition: cs_porosity_from_scan.c:539
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
Definition: cs_porosity_from_scan.h:71
#define END_C_DECLS
Definition: cs_defs.h:511
cs_lnum_t * source_c_ids
Definition: cs_porosity_from_scan.h:83
cs_real_3_t * sources
Definition: cs_porosity_from_scan.h:82