GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Special GiD commands related to local axis

  • gid_groups_conds::local_axes_window

This Tcl procedure open a window to handle local axis assigned to entities

  • correct_local_axes_with_lines nodes|elements <groupList> <groupLinesList>

To use this command must apply to some surfaces local axis automatic.

When generating the mesh each element will have a local axis with z' pointing to the surface normal at the element center, but the axes x' and y' will be arbitrary set parallels to a direction,

and maybe this automatic x' direction is not appropriated to be used for example to define the fibers direction of a composite material.

It is possible to select some auxiliary curves to generate an approximated interpolated field of directions,

nodes: to correct the current local axis on the nodes of the mesh

elements : to correct the current local axis on the elements of the surface's mesh

<groupList> a list of group names with the surfaces with applied local axis automatic that want to be enhanced in its mesh (nodes or elements)

<groupLinesList> a list of group names with the auxiliary curves


e.g.

Assuming a group named my_surfaces_group with some surface with automatic local axis applied, and a group named my_lines_group with some curves approximating the wanted local x' direction

set num_enhanced [correct_local_axes_with_lines elements [list my_surfaces_group] [list my_lines_group]]

Note: it is possible to call automatically this command when a mesh is generated, implementing GiD_Event_AfterMeshGeneration

  • No labels