struct UF_SF_AMM_mesh_parameters_s
Overview
Data Members
element_descritor_tag
tag_t element_descritor_tag
Mesh attributes related to model geometry Type of Element to create
mesh_dimension
UF_SF_mesh_dimension_t mesh_dimension
2D(shell) or 3D(solid)
ansys_area_element_shape
int ansys_area_element_shape
The area element shape tri/quad
midnode_needed
int midnode_needed
0 = OFF , 1 = ON
smart_edge_seeding
int smart_edge_seeding
smart edge seeding 0 = OFF, 1 = ON
overall_elem_size
double overall_elem_size
Overall Element Size
area_transition_factor
double area_transition_factor
Maximum Area Transition Factor
area_transition_lower_limit
double area_transition_lower_limit
area_transition_upper_limit
double area_transition_upper_limit
area_expansion_factor
double area_expansion_factor
Area Expansion Factor
area_expansion_lower_limit
double area_expansion_lower_limit
area_expansion_upper_limit
double area_expansion_upper_limit
volume_expansion_factor
double volume_expansion_factor
Volume Expansion Factor
volume_expansion_lower_limit
double volume_expansion_lower_limit
volume_expansion_upper_limit
double volume_expansion_upper_limit
edge_matching_tol
double edge_matching_tol
UG edge matching tolerance
jacobian_ratio
double jacobian_ratio
for midnode snapping - threshold
warp
double warp
for quad splitting - threshold
do_not_format_mesh
int do_not_format_mesh
0 = OFF , 1 = ON
split_quad_toggle
int split_quad_toggle
0 = OFF , 1 = ON
midnode_snapping
int midnode_snapping
0 = OFF , 1 = ON
smart_sizing
int smart_sizing
0 = OFF , 1 = ON
quad_splitting
int quad_splitting
0 = OFF , 1 = ON
smoothing
int smoothing
0 = OFF , 1 = ON
cleanup
int cleanup
0 = OFF , 1 = ON
debugging
int debugging
0 = OFF , 1 = ON
journaling
int journaling
0 = OFF , 1 = ON
mapped_mesh
int mapped_mesh
0 = OFF , 1 = ON
struct UF_SF_sfqm_mesh_data_s
Overview
Data Members
elem_type
UF_SF_sfqm_elem_type_t elem_type
The type of element chosen.
elem_size
double elem_size
The size of the element.
smart_edge_seeding
int smart_edge_seeding
mesh_param_data_p
UF_SF_sfqm_param_data_p_t mesh_param_data_p
Pointer to the mesh parameter data structure, containing the values for the given parameters.
do_not_format_mesh
int do_not_format_mesh
0 = OFF , 1 = ON
mapped_mesh
int mapped_mesh
0 = OFF , 1 = ON |