UF_SF_section_data_s (view source)
 
Defined in: uf_sf_types.h
 
Also known as:
 
Overview
This Structure contains the data required to define/describe
a beam/bar section. Sections are define in the YZ plane.


Data Members

type
UF_SF_section_type_t
indicates the type of section described,
UF_SF_SECTION_TWREC = Thin wall, rectangle
UF_SF_SECTION_TWCYL = Thin wall, cylinder
UF_SF_SECTION_TWCHA = Thin wall, channel
UF_SF_SECTION_TWHAT = Thin wall, hat
UF_SF_SECTION_TWIBE = Thin wall, I beam
UF_SF_SECTION_SOCYL = Solid, cylinder
UF_SF_SECTION_SOREC = Solid, rectangle
UF_SF_SECTION_KEYIN = User defined
UF_SF_SECTION_USER_TW
= User Defined TW
UF_SF_SECTION_USER_SOLID
= User Defined Solid

origin [ 3 ]
double
Location of section origin

x_dir [ 3 ]
double
Orientation of sections x directions (along elm)

y_dir [ 3 ]
double
Orientation of sections y directions
z_dir = x_dir X y_dir

offset_set [ 3 ]
logical
Indicates if the coresponding offset was
set (TRUE) or was given the default (FALSE).
[0] == x offset of section, always = FALSE

offset [ 3 ]
double
(y,z) offset of section
[0] == x offset of section, always = 0.0

geometry
tag_t
Tag of geometry on which section is defined
(i.e the curve tag along which beams are defined
in the case where elements are created between
geometry "geometry" will be the mesh_recipe.

exp_tag [ UF_SF__MAX_EXP_TAGS ]
tag_t
An array of tags to Expression
defining the sections dimension or
section properties depending on
the type of section