9.1
general documentation
cs_porosity_from_scan_opt_t Struct Reference

#include <cs_porosity_from_scan.h>

+ Collaboration diagram for cs_porosity_from_scan_opt_t:

Public Attributes

bool compute_porosity_from_scan
 
char * file_names
 
int n_headers
 
int * header_type
 
char ** headers
 
char * output_name
 
bool postprocess_points
 
cs_real_34_t transformation_matrix
 
cs_real_3_t direction_vector
 
cs_fill_type_t type_fill
 
int nb_sources
 
cs_real_3_tsources
 
cs_lnum_tsource_c_ids
 
cs_lnum_t threshold
 
cs_lnum_t n_agglomeration
 
cs_real_t porosity_threshold
 
cs_real_t convection_porosity_threshold
 
bool use_staircase
 
cs_real_t eigenvalue_criteria
 
int use_restart
 
cs_ibm_cog_location_t cog_location
 
cs_real_33_tmom_mat
 
bool has_classification
 
float * classification_values
 
bool * class_used
 
int n_classifications
 
cs_restart_trestart
 
bool remove_cells_on_restart
 

Member Data Documentation

◆ class_used

bool* class_used

◆ classification_values

float* classification_values

◆ cog_location

cs_ibm_cog_location_t cog_location

◆ compute_porosity_from_scan

bool compute_porosity_from_scan

◆ convection_porosity_threshold

cs_real_t convection_porosity_threshold

◆ direction_vector

cs_real_3_t direction_vector

To define the direction of fill, by default it is filled from top (z-direction).

◆ eigenvalue_criteria

cs_real_t eigenvalue_criteria

◆ file_names

char* file_names

◆ has_classification

bool has_classification

◆ header_type

int* header_type

◆ headers

char** headers

◆ mom_mat

cs_real_33_t* mom_mat

◆ n_agglomeration

cs_lnum_t n_agglomeration

◆ n_classifications

int n_classifications

◆ n_headers

int n_headers

◆ nb_sources

int nb_sources

◆ output_name

char* output_name

◆ porosity_threshold

cs_real_t porosity_threshold

◆ postprocess_points

bool postprocess_points

◆ remove_cells_on_restart

bool remove_cells_on_restart

◆ restart

cs_restart_t* restart

◆ source_c_ids

cs_lnum_t* source_c_ids

◆ sources

cs_real_3_t* sources

◆ threshold

cs_lnum_t threshold

◆ transformation_matrix

cs_real_34_t transformation_matrix

Matrix of associated transformation (3x4 matrix, 3 first rows of a homogeneous coordinates transformation matrix, with last row = [0 0 0 1])

◆ type_fill

cs_fill_type_t type_fill

◆ use_restart

int use_restart

◆ use_staircase

bool use_staircase

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